mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
scope-tailwind doc
This commit is contained in:
parent
2148fe77ec
commit
4ba00f6216
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { execSync } from 'child_process';
|
|||
// clear temp dirs
|
||||
execSync('npx rimraf out/ && npx rimraf src2/')
|
||||
|
||||
// build and scope tailwind
|
||||
// build and scope tailwind: https://www.npmjs.com/package/scope-tailwind
|
||||
execSync('npx scope-tailwind ./src -o src2/ -s void-scope -c styles.css -p "prefix-" ')
|
||||
|
||||
// tsup to build src2/ into out/
|
||||
|
|
|
|||
Loading…
Reference in a new issue