tag
#scss
3 items (3 fixes)
fixes
✓ 26.07
"New .razor.scss files are not applied until the editor restarts"
A newly created .razor.scss file is not picked up by a running editor session — the panel component works but is unstyled until the next restart.
uirazor
✓ 26.07
"Roboto Mono is the engine's monospace font"
s&box ships Roboto Mono (all weights) — JetBrains Mono and Consolas only resolve on dev machines with those system fonts.
uifonts
✓ 26.07
"Too many font-size declarations corrupt UI text rendering"
Many selectors declaring font-size in one SCSS file can make text render as solid filled rectangles — carry hierarchy via font-weight/color instead.
uiscss