Skip to content

Commit dcb1a01

Browse files
authored
feat: add apply to default tag config (#5)
1 parent 6cb7440 commit dcb1a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface TailwindjsPluginConfiguration {
77

88
export class ConfigurationManager {
99
private static readonly defaultConfiguration: TailwindjsPluginConfiguration = {
10-
tags: ['tw'],
10+
tags: ['tw', 'apply'],
1111
// Validate: true,
1212
// lint: {
1313
// emptyRules: 'ignore',

0 commit comments

Comments
 (0)