Skip to content

Commit 030c2c3

Browse files
authored
Merge pull request #651 from tailwindcss/preflight-to-base
Remove preflight CSS export in favor of base
2 parents 48d055b + f6e40af commit 030c2c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

preflight.css renamed to base.css

File renamed without changes.

src/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function buildDistFile(filename) {
3939
console.info('Building Tailwind!')
4040

4141
Promise.all([
42-
buildDistFile('preflight'),
42+
buildDistFile('base'),
4343
buildDistFile('components'),
4444
buildDistFile('utilities'),
4545
buildDistFile('tailwind'),

0 commit comments

Comments
 (0)