From 03bb4cb14f05430ce00db47ca28f6966ffe42242 Mon Sep 17 00:00:00 2001 From: tuhana Date: Thu, 4 Jan 2024 16:45:33 +0300 Subject: [PATCH] Format files --- src/types.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }