We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apply
1 parent 6cb7440 commit dcb1a01Copy full SHA for dcb1a01
src/configuration.ts
@@ -7,7 +7,7 @@ export interface TailwindjsPluginConfiguration {
7
8
export class ConfigurationManager {
9
private static readonly defaultConfiguration: TailwindjsPluginConfiguration = {
10
- tags: ['tw'],
+ tags: ['tw', 'apply'],
11
// Validate: true,
12
// lint: {
13
// emptyRules: 'ignore',
0 commit comments