Skip to content

Commit

Permalink
feat: add apply to default tag config (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf authored Feb 3, 2021
1 parent 6cb7440 commit dcb1a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface TailwindjsPluginConfiguration {

export class ConfigurationManager {
private static readonly defaultConfiguration: TailwindjsPluginConfiguration = {
tags: ['tw'],
tags: ['tw', 'apply'],
// Validate: true,
// lint: {
// emptyRules: 'ignore',
Expand Down

0 comments on commit dcb1a01

Please sign in to comment.