question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error to compile .sass syntax

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
brunoravanhanicommented, May 3, 2017

Yes, can close.

1reaction
jhnnscommented, Mar 16, 2017

You don’t need to set the option explicitly anymore. The sass-loader derives it automatically for files ending on .sass

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found