Skip to content

Commit

Permalink
fix: custom screens in twconfig replaced tw defaults (instead of exte…
Browse files Browse the repository at this point in the history
…nding it)
  • Loading branch information
mewdev committed Dec 2, 2024
1 parent 5c59609 commit 58f2a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const config: Config = {
content: ["./src/**/*.tsx"],
prefix: "k1-",
theme: {
...screens,
extend: {
...colors,
...typography,
...spacing,
...boxShadow,
...screens,
...padding,
},
// Replace the default Tailwind CSS with our own
Expand Down

0 comments on commit 58f2a73

Please sign in to comment.