Designer & Dev. My professional disciplines lie in Brand Identity, Editorial Design, Websites, and Interfaces.
Oldweb is being rethought here. Meanwhile, let's not forget to move forward.
| GitHub | https://github.com/olegfedak |
Designer & Dev. My professional disciplines lie in Brand Identity, Editorial Design, Websites, and Interfaces.
Oldweb is being rethought here. Meanwhile, let's not forget to move forward.
| GitHub | https://github.com/olegfedak |
Is there a --watch flag available for LightningCSS?
There is a strange practice of merging a switcher into a single state. For example, with a language or theme switcher, I often encounter designs where only the active option is visible—if you're on the light theme, you see the light theme icon as the active option, and clicking it switches to dark. This confuses me every time.
@bobmonsour kinda inverse version ・*゚✧:・゚
.dark-mode {
--background-color: oklch(from #ffedde 40% 0.01 h);
--text-color: oklch(from #ffedde l 0.05 h);
}