Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
[COMP] Use CSS @layer #186
Copy link
Copy link
Open
Labels
COMPTickets related to wethegit-componentsTickets related to wethegit-componentsenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
COMPTickets related to wethegit-componentsTickets related to wethegit-componentsenhancementNew feature or requestNew feature or request
Description
CSS Layer is here and it's well supported. We should use it! It will give us even more control over specificity.
For starters, let's create 4 layers:
@layer reset, global, utility, componentreset: as the name suggests, let's add our reset on this layerglobal: easy one too, adds any global stuff to this, like, setting html background color and what notutility: all utilities go here, colors, spacing, etccomponent: this one will require touching quite a few files, but the idea is to add component styles to this layer that way users of the component system can bump specificity with ease