generated from egoist/ts-lib-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleased
Description
Currently the default icon width and height are set to 1em for every icon. I would like the default value to be slightly bigger. Is there a way to change the default icon size that gets applied to all the icon classes? If not, I would like to propose the following:
/* tailwind.config.js */
plugins: [
iconsPlugin({
collections: getIconCollections(["lucide"]),
defaultSize: "1.5rem" // This replaces the height and width properties of all icons with this string
})
]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleased