Skip to content

Commit

Permalink
Fix standalone CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Apr 25, 2023
1 parent bd0497f commit 0e539a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions standalone-cli/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
/dist
!tailwind.config.js
8 changes: 8 additions & 0 deletions standalone-cli/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}

0 comments on commit 0e539a7

Please sign in to comment.