Skip to content

Commit

Permalink
Adds new module for all property
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Sep 6, 2023
1 parent 25e557f commit 4af2f07
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/_all.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
ALL
MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/all
*/

.unset { all: unset; }
.initial { all: initial; }
.inherit { all: inherit; }
.revert { all: revert; }

0 comments on commit 4af2f07

Please sign in to comment.