-
Some uis use custom css to select classes inside tgui components. For instance, the crewmanifest ui targets the title inside sections:
https://github.com/tgstation/tgstation/blob/7da06f543dadfd4bb4d3…
-
### Comma separated selectors (BUG)
```css
$ref .selector, $ref .another-selector {
font-size: 12px;
}
```
incorrectly rewritten to:
```css
component-name .selector, .another-selector {
…
-
Can I create scoped CSS to a cell ?
-
### Describe the bug
When using bun to start, modifying the content of the config.mts file will get stuck at restarting the service
### Reproduction
1. `bun run docs:dev`
2. Visit any page
3. Mod…
-
Is there any interest in supporting something similar to Vue's "scoped CSS" feature?
https://vue-loader.vuejs.org/guide/scoped-css.html
-
### Description
Only Firefox has not implemented @scope support as of today.
https://wpt.fyi/results/css/css-cascade?label=master&label=experimental&aligned&q=scope
### Specification
https://www…
-
### What version of `astro` are you using?
2.4.4
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
yarn
### What operating system are you using?
A…
-
```marko
style {
div.__colors {
/* ... */
}
ul.__colors {
/* ... */
}
__colorLI {
/* ... */
}
__disabled-button {
color: …
-
The plugin is ignoring the scoped CSS and converted it to standard CSS
-
Is there any plans to support locally scoped css in moxie-dom?