From d19adc598e7a033f9c5d6d9acd8f268fa59fc08c Mon Sep 17 00:00:00 2001 From: JB Hutch Date: Fri, 24 Nov 2023 12:07:52 -0500 Subject: [PATCH] Update type desc --- plugins/tailwind/src/options.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tailwind/src/options.ts b/plugins/tailwind/src/options.ts index 8a5982a..13345aa 100644 --- a/plugins/tailwind/src/options.ts +++ b/plugins/tailwind/src/options.ts @@ -13,7 +13,7 @@ export interface CommonIconifyPluginOptions extends IconifyPluginLoaderOptions { */ export interface CleanIconifyPluginOptions extends CommonIconifyPluginOptions, - IconCSSIconSetOptions { + IconCSSIconSetOptions { // } @@ -28,6 +28,6 @@ export interface DynamicIconifyPluginOptions // Include icon-specific selectors only overrideOnly?: true; - // Scale relative to the the default value, (ex. scale: 2 = 2em). Set to 0 to disable default value. + // Sets the default height/width value (ex. scale: 2 = 2em) scale?: number }