Skip to content

Commit 0e539a7

Browse files
committed
Fix standalone CLI tests
1 parent bd0497f commit 0e539a7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

standalone-cli/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
/dist
3+
!tailwind.config.js

standalone-cli/tailwind.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/** @type {import('tailwindcss').Config} */
2+
module.exports = {
3+
content: [],
4+
theme: {
5+
extend: {},
6+
},
7+
plugins: [],
8+
}

0 commit comments

Comments
 (0)