forked from DevTips/Artists-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
13 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.