-
Building on github with NodeJS 22.9.0, vite 5.4.8, sass 1.79.4
While building, I get the following warnings: Everything works fine. I've silenced it for now. This is just a heads-up for the future.…
-
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
```
╷
6 │ @import 'partials/co…
-
When building _Edirom Online_ I get a huge number of warnings during the sass compilation, apparently connected to missing theme images:
```
WARNING: @theme-background-image: Theme image not found…
-
run `npm run build`
----
> Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
```
./src/components/Board/components/Cell/Cell.module.scss
Depreca…
-
Bug Type: **`Other`**
## Environment
- Vue Version: `3.5.12`
- Element Plus Version: `2.8.6`
- Browser / OS: `Brave, Arch Linux 64bits`
- Build Tool: `Nuxt`
## Reproduction
### Rela…
-
Since USWDS 2.0 relies heavily on custom mixins, functions, etc, we should document them so folks can better understand what they are and how to use them.
Consider using [SassDoc](http://sassdoc.co…
maya updated
5 months ago
-
# Aanleiding
In #2813 is geconstateerd dat de DI mixins (`@include di.base()` en `@include di.variant()`) constante CPU usage veroorzaken.
Zie [deze comment in #2813](https://github.com/dso-toolkit/…
-
This issue is not bug report. It is discuss.
In first, I want to say `css3buttons` (and `css3buttons_rails_helpers` too) is awesome project!
**Problem: plain CSS-framework has some defects**.
1) Cl…
-
7 │ color: mix($--tag-primary-color, $--color-white, $fontColorWeight);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules\element-ui\packages\theme-c…
-
What I really loved about merbjedi's sprite gem was that it could output sass mixins (https://github.com/merbjedi/sprite/) which enabled you to add images via :before or :after pseudo-elements. you co…