dart-sass Questions
4
Sass announced there will be some upcoming breaking changes to the syntax in mixed declarations. As of Sass 1.77.7 I'm getting the following warnings when compiling. -
Sass's behavior for declarat...
1
I'm creating a little app that is bundled with webpack. I'm using sass in the project and all scss files are located in a scss located in the root directory. I've got some partials I've created in ...
Boldface asked 21/2, 2023 at 19:50
8
Solved
running rake assets:precompile ends with the error.
Can't find why it still requires sassc, sassc only was in project when migrated to sprockets 4 using Guide to upgrading from Sprockets 3.x to 4.x...
Deboer asked 19/8, 2022 at 13:54
1
Because the node-sass have a big install problem and compatible problem, I do not want to use node-sass, prefer to use dart sass in my project. But when I use the sass-loader like this:
"sass-...
Output asked 16/1, 2022 at 4:55
5
Solved
I have a third party SCSS file that I am including in my project, and Dart SASS is displaying a long list of warnings as a result. How can I disable the warnings for third party includes?
I'm using...
Handiwork asked 2/6, 2021 at 20:47
4
Solved
Problem:
Button class being overridden by default tailwind base classes. Not sure why my classes on the element aren't being applied.
Question:
How can I get my styles to apply properly?
Screenshot...
Vagrant asked 17/12, 2021 at 3:5
2
Solved
I'm using Sass and want to use @use keyword instead of @import. Because, @import has many buggy problems. Also only dart-sass supports this feature, I changed node-sass into dart-sass. However, pro...
1
Solved
I am trying to migrate some Vue.js Single File Components from ::v-deep syntax to :deep(), as described here. However, I am not sure how to make it work with nested SCSS rules with &__*. Rules ...
3
Because the node-sass was no longer maintain and did no compatiable with the higher version of node, so I tried to change the node-sass to dart-sass, when I use the dart-sass in the vue project lik...
Strontia asked 15/1, 2022 at 11:48
1
From the dart-sass documentation we see that the dart-sass has a command-line version and is more performant.
I want to know if we can somehow use that command-line version with the existing webpac...
Thales asked 17/5, 2021 at 11:23
3
Until now i use Web Compiler by Mads Kristensen but now i'am facing problems compiling new sass commands like @use or using some css calculation like
grid-template-columns:repeat(auto-fill,minmax(m...
Gurl asked 13/3, 2021 at 9:27
2
Solved
When I am trying to compile bootstrap scaffolding on laravel version 8, below errors are coming
node_modules\bootstrap\scss\mixins\_grid.scss 67:16 row-cols()
node_modules\bootstrap\scss\mixins\_g...
2
Solved
The example given by the sass map.set documentation doesn't work, why is that?
@use "sass:map";
$font-weights: (
'regular': 400,
'medium': 500,
'bold': 700
);
map.set($font-weights, ...
Likewise asked 27/1, 2021 at 1:39
1
© 2022 - 2024 — McMap. All rights reserved.