-
There has been a few requests for BSD support on the sass-embedded-host-ruby:
- https://github.com/sass-contrib/sass-embedded-host-ruby/issues/228
- https://github.com/sass-contrib/sass-embedded-h…
ntkme updated
3 months ago
-
According to the package's README, [node-sass](https://www.npmjs.com/package/node-sass) is deprecated:
> Warning: LibSass and Node Sass are deprecated. While they will continue to receive maintenan…
-
Do not use node-sass anymore. Remove 'node-sass' in package.json. pls use 'dart-sass'.
https://www.npmjs.com/package/dart-sass (dart-sass is default now)
-
This compiler currently uses Ruby-sass. Ruby-sass is no longer receiving updates from the Sass team and has been discouraged to use. Also, it does not support rules like `@use` etc. Hence, I would rec…
-
### Description
After I updated `sass-embedded` to version `1.79.3`
```console
Deprecation [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https:/…
-
```bash
\ Compiling TypeScript sources through NGCDEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($content-gap, 2)
More …
-
## What
Drop support for Ruby Sass and LibSass, including:
- removing mentions of them from the dependencies section of [our install docs](https://frontend.design-system.service.gov.uk/installin…
-
Hi
I've got this warning:
```
Error logging while running loader
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy…
eAmin updated
1 month ago
-
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…
-
As a new feature of the project [trunk](https://github.com/thedodd/trunk/pull/146) we auto-download `dart-sass` to the local device and then execute it as one of our pipelines. Before we used a direct…