Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS: prefix? #4

Open
timkelty opened this issue Aug 21, 2013 · 2 comments
Open

CSS: prefix? #4

timkelty opened this issue Aug 21, 2013 · 2 comments

Comments

@timkelty
Copy link

From what I can tell, with both Sass and Compass, you don't need the CSS: prefix. It seems to work as long as you don't have a .css extension on your import.

Is that right?

@ghost
Copy link

ghost commented Jul 17, 2014

depends on whether you expect imports to be inlined/embedded or actually imported as they are done in plain css.

This importer is for those who want their css actually embedded in the same sass file vs linking to an external resource.

compass (or rails or other frameworks) may do their own thing in regards to this, but that's not a sass native feature.

@adi518
Copy link

adi518 commented Apr 29, 2017

@jrobeson I think you misunderstood him. I came here and found this issue because I wonder the same. It seems the import embeds within sass regardless of the CSS: prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants