Skip to content

Commit

Permalink
chore: add tracking-widen-0.04 class
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Dec 5, 2024
1 parent 35e7415 commit b672423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/styles/properties.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
--ls-widen-0_1: 0.1em;
--ls-widen-0_16: 0.16em;
--ls-widen-0_15: 0.15em;
--ls-widen-0_04: 0.04em;

--spacing-0: 0px;
--spacing-1: 1px;
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ module.exports = {
"widen-0.1": "var(--ls-widen-0_1)",
"widen-0.15": "var(--ls-widen-0_15)",
"widen-0.16": "var(--ls-widen-0_16)",
"widen-0.04": "var(--ls-widen-0_04)",
},
extend: {
backgroundImage: {
Expand Down

0 comments on commit b672423

Please sign in to comment.