Merge pull request #651 from tailwindcss/preflight-to-base

Remove preflight CSS export in favor of base
This commit is contained in:
Adam Wathan 2019-02-11 12:55:35 -05:00 committed by GitHub
commit 030c2c31d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function buildDistFile(filename) {
console.info('Building Tailwind!')
Promise.all([
buildDistFile('preflight'),
buildDistFile('base'),
buildDistFile('components'),
buildDistFile('utilities'),
buildDistFile('tailwind'),