joliss / broccoli-sass

Sass compiler for Broccoli, using libsass
MIT License
44 stars 97 forks source link

import statements require full file name #12

Closed mehulkar closed 10 years ago

mehulkar commented 10 years ago

I'm converting a from Rails sprockets to ember-cli and using broccoli-sass for scss compile. Just noticed that my @import statements don't work because they are in the form:

@import mixins/something

instead of

@import mixins/something.scss

Not a huge deal either way, but just wanted to bring it up in case this was something that was overlooked.

joliss commented 10 years ago

Weird, it works for me - @import 'mixins/something'; (note the quotes and the semicolon, or libsass complains). I'm not sure what's going on. Could it be a libsass issue of some sort?

simonexmachina commented 10 years ago

@mehulkar are you still having this issue?

mehulkar commented 10 years ago

@aexmachina I ended up moving off ember-cli until it stabilizes a bit.

Could not reproduce using ember-cli 0.0.37 and broccoli-sass 0.2.1. Closing this.

simonexmachina commented 10 years ago

Okay great, thanks.