We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52765f commit ddcb38aCopy full SHA for ddcb38a
packages/tailwindcss-class-names/src/getPlugins.js
@@ -6,6 +6,8 @@ import { isObject } from './isObject'
6
7
export async function getBuiltInPlugins(cwd) {
8
try {
9
+ // TODO: just require('tailwindcss/lib/corePlugins.js') instead of globbing
10
+ // TODO: add v0 support ("generators")
11
return (
12
await glob(path.resolve(cwd, 'node_modules/tailwindcss/lib/plugins/*.js'))
13
)
0 commit comments