-
The compilers throws me an error for this line:
```css
background-color: hsl(from var(--color-scheme-base, #fff) h s calc(l - var(--_adapt-l, 0)));
```
The error says:
```
Lexical error on l…
-
Some functions in the scss files are deprecated and will be removed next Year.
So dont use lib-sass anymore and change to dart-sass.
https://sass-lang.com/blog/libsass-is-deprecated
Usefull Link:…
-
Références:
-
-
Ça ne devrait rien changer à l'usage.
-
_html-grid.scss syntax is incorrect and won't compile with SASS.
error sass/libs/_html-grid.scss (Line 117: Undefined operation: "calc(100% / $cols) times 1".)
error sass/libs/_html-grid.scss (Lin…
-
### Dependencies check up
- [X] I have verified that I use latest version of all @mantine/* packages
### What version of @mantine/* packages do you have in package.json?
7.13.4
### What package ha…
-
libsass, which libsass-python is based on, was deprecated 26 October 2020. The sass-people recommend "Dart Sass", which has linux packages at https://github.com/sass/dart-sass/releases/. See also:
h…
-
I work on a project which recently migrated from node-sass to dart-sass for compilation and dart-sass doesn't like usage of `!global` and so there are warnings that prop up for using bem-constructor a…
-
## Current Behavior
Running npx typed-scss-modules src throws error:
Cannot find module 'node-sass'
node-sass is deprecated. Using deprecated package just for typed-scss-modules to work is wron…
-
**问题描述**
```
{
"sass": "^1.49.0",
"sass-loader": "^10.2.0",
}
```
![image](https://user-images.githubusercontent.com/16459997/150477935-1c17c317-9851-4d9a-9264-da7cb9904a2d.png)
…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/dark-architecture-go8s7s
### To Reproduce
1. install `sass` (`yarn add -D sass`)
3. import styles from a SCSS module…