Skip to content

Commit

Permalink
Configure tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanM committed Sep 7, 2021
1 parent 9b1128e commit 0f21531
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
purge: [
"./app/templates/*.html",
],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}

0 comments on commit 0f21531

Please sign in to comment.