Skip to content

Commit

Permalink
🔥 Removed space-tokens from tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Dec 20, 2024
1 parent ca65cc8 commit 56ec1e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions @navikt/core/tailwind/darkside.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const transformedTokens = Object.fromEntries(
);

const nonColorTokens = [
"spacing",
"space",
"shadow",
"font-weight",
"font-size",
Expand Down Expand Up @@ -48,7 +48,6 @@ export const config = {
},
extend: {
shadow: extractTokensForCategory("shadow"),
spacing: extractTokensForCategory("spacing"),
fontWeight: extractTokensForCategory("font-weight"),
fontSize: extractTokensForCategory("font-size"),
lineHeight: extractTokensForCategory("font-line-height"),
Expand Down

0 comments on commit 56ec1e4

Please sign in to comment.