diff --git a/src/types.ts b/src/types.ts index 423ac63..132576e 100644 --- a/src/types.ts +++ b/src/types.ts @@ -43,16 +43,16 @@ export interface ExtenderOptions extends PresetOptions { defaultFlavour?: keyof CatppuccinFlavors; /** * Generate dark and light shades for colours or not. - * + * * Note: This might affect the performance, so it's * recommended to disable this if shades won't be used. - * + * * @example * ```html *

Hello world!

* ``` - * + * * @default true */ - generateShades?: boolean + generateShades?: boolean; }