fix assets build
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
const defaultTheme = require("tailwindcss/defaultTheme");
|
||||
|
||||
module.exports = {
|
||||
purge: [],
|
||||
purge: [
|
||||
"./app/**/*.html.erb",
|
||||
"./app/helpers/**/*.rb",
|
||||
"./app/javascript/**/*.js",
|
||||
"./app/javascript/**/*.ts",
|
||||
"./app/javascript/**/*.tsx",
|
||||
],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {
|
||||
|
||||
Reference in New Issue
Block a user