Skip to content

Commit 8513315

Browse files
authored
Update default tailwind.config.js for Tailwind 3 (#47)
1 parent b1a2a33 commit 8513315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/install/tailwind/tailwind.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
2-
mode: 'jit',
3-
purge: [
2+
content: [
43
'./app/views/**/*.html.erb',
54
'./app/helpers/**/*.rb',
65
'./app/javascript/**/*.js'

0 commit comments

Comments
 (0)