Egor Kloos
Egor Kloos
Currently (v3.0.3), both in a `` tag or in a linked CSS file the import rule: `@import url("https://unpkg.com/open-props/") layer(designsystem);` results in `@import url("https://unpkg.com/open-props/");` Basically importing without the layer.
Does anybody know if there's any progress on this?
This is really very nice. I don't tend to have the colour mapping issue as described in the proposal. I do have it in other ways. ```css --color-link: { base:...
An independent masonry (grid) feature would (in my mind) allow it to grow in less gridlike ways. It would be about masonry and not about grids. The nature of masonry,...
Hmm. One would almost be tempted to create a new, more agnostic set of built-in types for the Custom Element Manifest. I haven't seen the SolidJS one somehow—something to dive...
Additionally, we have an update on our end. We released the first version of the component library, for Dutch Rail, using CEM tools. https://blue-water-08c39b403.5.azurestaticapps.net/?path=/docs/components--docs
This seems like a good progression using assertions. Bundles would become much more useful from CSS perspective. ```css /* bundle.css */ @layer defaults, common, brand, components; @sheet designsystemstyles { @layer...