mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-03-21 17:13:26 +01:00
Include also css classes from the javascript files in tw-build
This commit is contained in:
@@ -51,6 +51,7 @@ if [ ! -f tailwind.config.js ]; then
|
||||
module.exports = {
|
||||
content: [
|
||||
"./pkg/web/templates/**/*.html",
|
||||
"./pkg/web/static/js/**/*.js",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
"./pkg/web/templates/**/*.html",
|
||||
"./pkg/web/static/js/**/*.js",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
|
||||
Reference in New Issue
Block a user