Skip to content

Commit

Permalink
feat(tailwind-plugins): add size field to sizing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
acd02 committed Jan 3, 2024
1 parent b68754f commit 8642feb
Showing 1 changed file with 1 addition and 0 deletions.
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 8642feb

Please sign in to comment.