Skip to content

Commit

Permalink
Prepended _ to animations
Browse files Browse the repository at this point in the history
Prepended _ to the animations and spinner to stop them from being
compiled to a separate file.
Moved the animations out of the nested folder since there was only 1
item per folder.
  • Loading branch information
foohyfooh committed Aug 12, 2014
1 parent febbeab commit 4836a71
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 11 deletions.
File renamed without changes.
22 changes: 11 additions & 11 deletions assets/css/1-tools/animations/_animations-dir.sass
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import 'bounceOut/bounceOut'
@import 'fadeIn/fadeIn'
@import 'bottomUp/bottomUp'
@import 'none/none'
@import 'topDown/topDown'
@import 'bottomDoor/bottomDoor'
@import 'topDoor/topDoor'
@import 'leftRight/leftRight'
@import 'rightLeft/rightLeft'
@import 'backgroundIn/backgroundIn'
@import 'textSlide/textSlide'
@import 'bounceOut'
@import 'fadeIn'
@import 'bottomUp'
@import 'none'
@import 'topDown'
@import 'bottomDoor'
@import 'topDoor'
@import 'leftRight'
@import 'rightLeft'
@import 'backgroundIn'
@import 'textSlide'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4836a71

Please sign in to comment.