-
Hello,
Can you tell us (and possibly update the documentation) what version of the Dart Sass compiler you are using?
And can you tell us if you are using the JS or VM version ?
https://itnext.…
-
The reasoning for using `@when` over `@if` is [that `@if` clashes with Sass](https://github.com/w3c/csswg-drafts/issues/112#issuecomment-221669910), a widely used CSS preprocessor. To my knowledge, no…
-
while trying to export a notebook to html, I get the following errror with nbconvert:
[E 10:40:53.347 LabApp] nbconvert failed: [Errno 2] No such file or directory: 'C:\\Users\\a714683\\AppData\\Loca…
-
**Describe the bug**
In my `+layout.svelte` root file I have this import statement for my global css
```css
@import url('../app.css');
```
However the imported css is not processed vi…
-
```marko
style {
div.__colors {
/* ... */
}
ul.__colors {
/* ... */
}
__colorLI {
/* ... */
}
__disabled-button {
color: …
-
In `birds-of-paradise-theme/index.less`:
Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop…
-
In our project, we want to output references, whenever possible. But also we have to expand typography tokens.
Therefore we set `outputReferences` to `true` in our config and also use `expand` like…
-
### Type
CSS
### Describe the Feature
![Captura de pantalla 2024-08-06 183728](https://github.com/user-attachments/assets/0f69e096-a976-4bcd-be2b-a332a487d922)
-
Hi,
I've been trialing Tailwind for styling with cms-react but I'm confused with the way of including Tailwind styles.
As suggested by the [docs](https://github.com/HubSpot/cms-react/tree/main/e…
-
### Problem to solve
Current vuetify global css includes a lot of optional selectors which in most use cases aren't used at all. It would be nice to opt in for these functionalities and keep this dry…