Yann
Yann
Also: seems to apply same color to properties that are not recognized: 
as a quick fix, I've set `packages/duotone-dark-syntax/node_modules/duotone-syntax/styles/languages/css.less:3` to: ``` .syntax--css { &.syntax--source { .uno-3(); ``` but I'm still seeing slightly weird stuff, like some properties more accented than others: ![screen...
Or when you're reading someone else's code… Changing often/not often is only one use case. You don't always have eslint setup and spotting a missing `;` or something like that...
For anyone who has less than 20/20 eyesight like me, and who's interested in customizing this, it's pretty simple: just change `~/.atom/packages/duotone-dark-syntax/node_modules/duotone-syntax/styles/languages/_base.less:8` from `.uno-5();` to `.uno-4();` or whatever is light...
Is the fix included in 1.0beta5? I believe I just ran into this issue... Thanks!
This is related to this: https://github.com/linuz90/better-roam-research/issues/70 Looks like the dev is not maintaining this project anymore 🤷♂️
Just noticed that in the Astro integration. It is particularly problematic with things like: ```css :where(h1, h2, h3) { ... } ```
Looks like a `purgecss` issue: https://github.com/FullHuman/purgecss/issues/1282