-
Notifications
You must be signed in to change notification settings - Fork 43
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
@import 'path' is not working #12
Comments
I'm also experiencing this issue with an @import from google fonts ala:
Error output is the same. |
My temporary fix is to add
|
I just ran into this error as well. |
@ryanbahniuk any chance of merging a change that ignores '@import' lines? (Like @gbdrummer suggested). Allows use of the same file to transform scss -> css and separately accomplish the json transform. |
Hello,
First of thanks for creating scss-to-json - it helps a lot!
I'm currently struggling with parsing file that contains an import statement: @import '../../shared/sass/variables' to json
Resulting in an error:
Warning: Invalid CSS after "...test { content:": expected expression (e.g. 1px, bold), was "@import '../../shar" Use --force to continue.
Please may you advise?
Thanks in advance!
Regards,
Val
The text was updated successfully, but these errors were encountered: