Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit b2dd30c

Browse files
authored
Add the public/*.html path to tailwind content config: (rails#178)
- It's pretty standard to have to customize the style of the default Rails 404, 422 and 500 page. This PR adds the path to those files to be able to style them with tailwind.
1 parent bd748d6 commit b2dd30c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/install/tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
22

33
module.exports = {
44
content: [
5+
'./public/*.html',
56
'./app/helpers/**/*.rb',
67
'./app/javascript/**/*.js',
78
'./app/views/**/*.{erb,haml,html,slim}'

0 commit comments

Comments
 (0)