Skip to content

Commit

Permalink
Merge pull request #1789 from adevinta/1788-add-size-field-to-sizing-…
Browse files Browse the repository at this point in the history
…tailwind-plugin

feat(tailwind-plugins): add size field to sizing plugin
  • Loading branch information
acd02 authored Jan 3, 2024
2 parents 529e355 + 8642feb commit 599d575
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"rollup-plugin-terser": "7.0.2",
"scroll-into-view-if-needed": "^3.0.10",
"storybook": "7.6.4",
"tailwindcss": "3.3.3",
"tailwindcss": "3.4.0",
"tailwindcss-radix": "2.8.0",
"ts-node": "10.9.1",
"type-fest": "3.13.1",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/tailwind-plugins/sizings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = plugin.withOptions(
maxHeight: getCSSVariableReferences(),
minHeight: getCSSVariableReferences(),
translate: getCSSVariableReferences(),
size: getCSSVariableReferences(),
},
},
})
Expand Down

0 comments on commit 599d575

Please sign in to comment.