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.
1 parent f6971ca commit 85f4995Copy full SHA for 85f4995
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