Skip to content

Commit

Permalink
Create tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leesheppard committed Dec 12, 2023
1 parent 32df1de commit 69739c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}

0 comments on commit 69739c7

Please sign in to comment.