Skip to content

Commit 7c88a6c

Browse files
committed
Build separate components dist file
1 parent e69fe85 commit 7c88a6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

css/components.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@tailwind components;

src/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ console.info('Building Tailwind!')
4040

4141
Promise.all([
4242
buildDistFile('preflight'),
43+
buildDistFile('components'),
4344
buildDistFile('utilities'),
4445
buildDistFile('tailwind'),
4546
]).then(() => {

0 commit comments

Comments
 (0)