Skip to content

Commit 839b77c

Browse files
authoredOct 20, 2020
feat: use @tailwind util (#182)
1 parent 7b90a90 commit 839b77c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎lib/files/tailwind.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@import 'tailwindcss/base';
2-
@import 'tailwindcss/components';
3-
@import 'tailwindcss/utilities';
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;

0 commit comments

Comments
 (0)
Please sign in to comment.