Skip to content

Commit

Permalink
Add fourseven SCSS meteor dependency, convert client/styles into SCSS…
Browse files Browse the repository at this point in the history
… structure
  • Loading branch information
gkbroderick committed Apr 18, 2015
1 parent 7594f26 commit 7e421ac
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ meteor-platform
fortawesome:fontawesome
msavin:mongol
momentjs:moment
fourseven:scss
1 change: 1 addition & 0 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ deps@1.0.7
ejson@1.0.6
fastclick@1.0.3
fortawesome:fontawesome@4.3.0
fourseven:scss@2.1.1
geojson-utils@1.0.3
gwendall:session-json@0.1.7
html-tools@1.0.4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions client/styles/app.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@import "normalize.scss";
@import "fontawesome.scss";
@import "main.scss";
@import "alert-animations.scss";
3 changes: 3 additions & 0 deletions scss.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"enableAutoprefixer": true
}

0 comments on commit 7e421ac

Please sign in to comment.