Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jan 4, 2024
1 parent 1fadef5 commit 536d368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
* <p class="bg-ctp-frappe-rose-300">Hello world!</p>
* ```
*
*
* @default true
*/
generateShades?: boolean
generateShades?: boolean;
}

0 comments on commit 536d368

Please sign in to comment.