docusaurus-plugin-sass
docusaurus-plugin-sass copied to clipboard
Provides support for SASS/SCSS to Docusaurus v2
**Issue** --- I followed the README instructions to set up SCSS in my Docusaurus 3 repo. When updating the module style name from `styles.module.css` to `styles.module.scss`, the import statements inside...
expected: the debug msg to work reality: the debug msg did not work reproduce: add a @debug or @warn message and watch
Hello, When using docusaurus-plugin-sass, source maps for SCSS files are not being generated in development mode. This makes it difficult to debug styles as the browser's developer tools only show...