-
![image](https://github.com/user-attachments/assets/1ad8b4d0-3124-48bd-a72e-c3ae92c0ae05)
More info and automated migrator: https://sass-lang.com/d/import
╷
1 │ @import "@/styles/var.scss";
…
-
Sass recently included a new [deprecation warning for mixed declarations](https://sass-lang.com/documentation/breaking-changes/mixed-decls/).
This causes very noisy console output when working on thi…
-
## User story
As a developer I want a clear definition of done for migrating to view_component so that everything is then completely standardised.
## Acceptance criteria (WIP)
- [ ] A new PR …
-
The scss to css currently lacks Jest tests. We need to add tests to ensure its functionality and reliability.
**Tasks:**
- Identify the key functionalities of scss to css.
- Write unit tests for:
…
-
This is about **Bulma**.
### Overview of the problem
This is about the Bulma **CSS framework**
I'm using Bulma **version** 1.0.2
My **browser** is: chrome
This is a **Sass** issue: I'm using …
-
These won't happen with the current version of Sass eleventy-notes is on, but if you bump a few minor versions `@import` is deprecated as of v1.80.0: https://sass-lang.com/blog/import-is-deprecated/. …
-
Reading through some of the recent logs and seeing the deprecation warning for Sass to move away from `@import` and use `@use` instead.
```bash
DEPRECATION WARNING: Sass @import rules are depreca…
-
_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…
-
Task:
Add a skeleton top offer a dark mode. Hereby, a skeleton consist out of:
- A new SCSS file `darkmode.scss` inside `/design/scss`
- Inclusion of the new file inside of `custom.scss`
- The…
cmllr updated
3 weeks ago
-
**What can't you do?**
It doesn't check already loaded Stylsheet's and rather Reads the file again. which makes any modifications to variables in the Stylesheet stored through the StyleSheet.Loaded L…