mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #651 from tailwindcss/preflight-to-base
Remove preflight CSS export in favor of base
This commit is contained in:
commit
030c2c31d4
@ -39,7 +39,7 @@ function buildDistFile(filename) {
|
||||
console.info('Building Tailwind!')
|
||||
|
||||
Promise.all([
|
||||
buildDistFile('preflight'),
|
||||
buildDistFile('base'),
|
||||
buildDistFile('components'),
|
||||
buildDistFile('utilities'),
|
||||
buildDistFile('tailwind'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user