Skip to content

Commit f6e40af

Browse files
committed
Build base instead of preflight
1 parent 291ee66 commit f6e40af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)