python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Loading module with @use in SASS imported file causes SassError: Undefined variable
I have styles.scss file which loads variables from variables.scss and pass them to all imported stylesheets (according to docs)
// style.scss
@use "variables" as *;
@import "test"...
alexsakhnov
Votes: 0
Answers: 0
How to prepend scss files in Vue3 + dart-sass?
I am trying to prepend scss files to my project. Here is my vue.config.js:
const {defineConfig} = require('@vue/cli-service');
module.exports = defineConfig({
transpileDependencies: true,
css:...
Tina Gordienko_Drog
Votes: 0
Answers: 3
Sass / Dartsass-rails Error: Can't find style sheet to import / Undefined mixin
Rails 7, dartsass-rails, cssbundling-rails, propshaft, importmaps
App structure
app/assets/stylesheets/
/components
_index.scss
///other flies
/global
_index.scss
_variables.scss
///other fl...
Chrismisballs
Votes: 0
Answers: 1
How to use dart sass in python
Is there any python library to compile sass which uses the Dart Sass implementation?
Currently I am using the libsass-python library. But Libsass is now deprecated
Which is the current best choice to ...

Al Mahdi
Votes: 0
Answers: 1