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.
2 parents f6971ca + 85f4995 commit 9340534Copy full SHA for 9340534
packages/tailwindcss-intellisense/src/class-names/index.js
@@ -80,6 +80,7 @@ export default async function getClassNames(
80
typeof userSeperator === 'undefined' ? ':' : userSeperator
81
}__TWSEP__`
82
)
83
+ exports.mode = 'aot'
84
exports.purge = {}
85
return exports
86
})
0 commit comments