Skip to content

Commit 64f9cd1

Browse files
committed
Add active admin layouts to tailwind config
1 parent 55d03e7 commit 64f9cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind-active_admin.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
'./app/admin/**/*.{arb,erb,html,rb}',
1010
'./app/views/active_admin/**/*.{arb,erb,html,rb}',
1111
'./app/views/admin/**/*.{arb,erb,html,rb}',
12+
'./app/views/layouts/active_admin*.{erb,html}',
1213
'./app/javascript/**/*.js'
1314
],
1415
darkMode: "selector",

0 commit comments

Comments
 (0)