Skip to content

[COMP] Use CSS @layer #186

@marlonmarcello

Description

@marlonmarcello

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, component

  1. reset: as the name suggests, let's add our reset on this layer
  2. global: easy one too, adds any global stuff to this, like, setting html background color and what not
  3. utility: all utilities go here, colors, spacing, etc
  4. component: 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

Metadata

Metadata

Assignees

Labels

COMPTickets related to wethegit-componentsenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions