Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed May 19, 2023
1 parent 1fd2068 commit 7cc1035
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import { Parser, Printer, SupportOption } from 'prettier';

export interface PluginOptions {
/**
* Path to the Tailwind config file
* Path to the Tailwind config file.
*/
tailwindConfig?: string

/**
* List of functions and template literal tags with arguments that contain classes that should be sorted
* List of custom function and tag names that contain classes.
*/
tailwindFunctions: string[]

/**
* List of custom attributes that contain classes that should be sorted
* List of custom attributes that contain classes.
*/
tailwindAttributes: string[]
}
Expand Down

0 comments on commit 7cc1035

Please sign in to comment.