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

Sass '@import' directive isn't supported #9

Open
Lighttree opened this issue Mar 11, 2016 · 3 comments
Open

Sass '@import' directive isn't supported #9

Lighttree opened this issue Mar 11, 2016 · 3 comments

Comments

@Lighttree
Copy link

Sass @import directive doesn't work for now.

Steps to reproduce:

  1. Import your main scss file: <can-import from="myApp/styles.scss!" />
  2. Create another scss file that you wan't to import. (for example normalize.scss)
  3. In styles.scss add @import "_normalize.scss";

Current result: I have all "imports" as plain text in the <head> stylesheet.
Expected result: I expect to have "compiled" content of all the files that I imported into styles.scss

@leoj3n
Copy link

leoj3n commented May 30, 2016

Would be nice to have this fixed so can play with Bootstrap 4!

@leoj3n
Copy link

leoj3n commented May 30, 2016

@hurgleburgler
Copy link

+1

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

3 participants