➕ add TailwindCSS
+ a lot of node_modules?? unsure what happened
This commit is contained in:
parent
2ba37bfbe3
commit
bb41712ce4
1088 changed files with 224305 additions and 175 deletions
10
node_modules/tailwindcss/scripts/create-plugin-list.js
generated
vendored
Normal file
10
node_modules/tailwindcss/scripts/create-plugin-list.js
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { corePlugins } from '../src/corePlugins'
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
|
||||
let corePluginList = Object.keys(corePlugins)
|
||||
|
||||
fs.writeFileSync(
|
||||
path.join(process.cwd(), 'src', 'corePluginList.js'),
|
||||
`export default ${JSON.stringify(corePluginList)}`
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue