englue / meteor-bootstrap3-sass

Meteor package for Bootstrap 3 with Sass support
GNU Lesser General Public License v3.0
40 stars 15 forks source link

Sass indented syntax files (.sass) compilation is broken #31

Open AVapps opened 8 years ago

AVapps commented 8 years ago

Since version 3.3.5_1 .sass files compilation is broken. .sass files are parsed as .scss files. This issue is related to a bug in latest node-sass release.

Downgrade fourseven:scss package to v3.2.0 as a temporary workaround :

meteor add fourseven:scss@=3.2.0

fourseven/meteor-scss#120 sass/node-sass#1192

filipenevola commented 8 years ago

Same problem here but with this downgrade it is working again.