Fixed sass to work with upstream version of wyrm.

This commit is contained in:
Lukas Stührk 2014-01-31 17:10:07 +01:00
parent 571d8d7642
commit 7cfd81d8b7
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"wyrm": "~0.0.81" "wyrm": "~0.0.84"
} }
} }

View File

@ -30,7 +30,7 @@
@import wyrm_core/mixin @import wyrm_core/mixin
// Wyrm core styles used in this theme // Wyrm core styles used in this theme
@import wyrm_core/font_awesome @import wyrm_core/font_awesome_extra
@import wyrm_core/alert @import wyrm_core/alert
@import wyrm_core/button @import wyrm_core/button
@import wyrm_core/dropdown @import wyrm_core/dropdown

File diff suppressed because one or more lines are too long