Skip to content

Commit

Permalink
Modify config for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
leesheppard committed Jan 25, 2025
1 parent 07029b9 commit 573671f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
purge: [
content: [
'./app/views/**/*.html.erb',
'./app/helpers/**/*.rb',
'./app/frontend/**/*.{js,ts}',
],
darkMode: false,
plugins: [],
theme: {
extend: {
colors: {
Expand Down Expand Up @@ -125,13 +125,4 @@ module.exports = {
},
},
},
variants: {
extend: {},
},
plugins: [],
content: [
"./app/views/**/*.html.erb",
"./app/helpers/**/*.rb",
"./app/javascript/**/*.js",
],
}

0 comments on commit 573671f

Please sign in to comment.