Error to compile .sass syntax
See original GitHub issueWhen i add bulma framework with .sass syntax have this error:
Media query expression must begin with '('
Without this, works fine.
My loader:
{
test: [/\.[s]css$/, /\.sass$/],
loader: ExtractTextPlugin.extract({
loader: ["css-loader", "sass-loader"]
})
}
Any suggestions?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Sass: @error
Sass makes this easy with the @error rule, which is written @error <expression> . It prints the value of the expression (usually a...
Read more >How to resolve this Sass compiling error? - css - Stack Overflow
the error says that there's no container.scss file or it's unreachable and you're trying to import it, check typos for the file name...
Read more >sass compile error - Material Design for Bootstrap
I attempted a compile using Koala for desktop as well as git shell (powershell) and experienced the same error in both processes: sass...
Read more >Npm run compile:sass error - The freeCodeCamp Forum
It told you that you have a syntax error on line 2 of the sass/abstracts/_mixins.scss file.
Read more >CSS, SCSS, and Less support in Visual Studio Code
Find out how Visual Studio Code can support your CSS, SCSS and Less ... In addition, we allow you to scan the output...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, can close.
You don’t need to set the option explicitly anymore. The sass-loader derives it automatically for files ending on
.sass