sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

Errors display underscores as dashes in variable names #297

Closed badfeather closed 4 years ago

badfeather commented 5 years ago

For example, with a variable named $entry__title, an error displays as Fatal error: Error: Undefined variable: "$entry--title".

sindresorhus commented 4 years ago

This is a problem with the Sass compiler or how you use it. Please reopen the issue on Libsass or Dart Sass, depending on which one you use.