Skip to content

Commit

Permalink
move sass
Browse files Browse the repository at this point in the history
  • Loading branch information
IceMaD committed Feb 19, 2016
1 parent 7a63e9a commit 2e0a4e9
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
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.
23 changes: 13 additions & 10 deletions app/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
@import 'ext/mixins'
@import 'ext/fonts'

@import 'component/node'
@import 'component/tree'
@import 'component/flash-box'
@import 'component/flash-message'
@import 'component/team'
@import 'component/container'
@import 'component/team-form'
@import 'component/button'
@import 'component/button-bar'
@import 'component/message'
@import 'component/global/container'
@import 'component/global/button'
@import 'component/global/button-bar'
@import 'component/global/message'

@import 'component/tree/tree'
@import 'component/tree/node'

@import 'component/flash/flash-box'
@import 'component/flash/flash-message'

@import 'component/team/team'
@import 'component/team/team-form'

0 comments on commit 2e0a4e9

Please sign in to comment.