We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69fe85 commit 7c88a6cCopy full SHA for 7c88a6c
css/components.css
@@ -0,0 +1 @@
1
+@tailwind components;
src/build.js
@@ -40,6 +40,7 @@ console.info('Building Tailwind!')
40
41
Promise.all([
42
buildDistFile('preflight'),
43
+ buildDistFile('components'),
44
buildDistFile('utilities'),
45
buildDistFile('tailwind'),
46
]).then(() => {
0 commit comments