-
Notifications
You must be signed in to change notification settings - Fork 67
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
imports without quotes in sass syntax #204
Comments
so this seems to work unless I have leading periods in the import. For example the following works:
while this does not:
|
@DanPurdy @bgriffith, I need help with formalising that one. |
@tonyganch I believe anything that can be a valid file name / path, yes. You can't use glob characters though as each partial has to be imported individually. @import "foundation/components/block-grid",
"foundation/components/buttons",
"foundation/components/forms",
"foundation/components/grid",
"my-scss/my-typography",
"my-scss/my-branding",
"my-scss/my-buttons"; |
I am experiencing a similar error when using
The same error ( |
when using sass syntax I would expect to be able to use an import without quotes ala:
http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html#_import
however, currently I get the following:
Please check validity of the block starting from line #1
when using https://github.com/sasstools/sass-lint. I also have an issue on that project:
sasstools/sass-lint#795 (comment)
The text was updated successfully, but these errors were encountered: