Skip to content

Commit

Permalink
ops: fix tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Oct 25, 2024
1 parent d6c7e12 commit bb6436e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/css/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = plugin(
".scroll-hide": {},
...Object.fromEntries(
Object.entries(theme("spacing")).map(([key, size]) => [
`.gap-${key}`,
`.gap-${key.replace(".", "\\.")}`,
{ gap: size, "--gutter": size },
]),
),
Expand Down

0 comments on commit bb6436e

Please sign in to comment.