mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 19:47:26 +03:00
Fix tailwind safelist (#2966)
This commit is contained in:
parent
7b22aff11c
commit
e4b1aa64d1
@ -1,15 +1,17 @@
|
||||
const colors = require('tailwindcss/colors')
|
||||
|
||||
module.exports = {
|
||||
purge: [
|
||||
'./js/**/*.js',
|
||||
'../lib/plausible_web/templates/**/*.html.eex',
|
||||
],
|
||||
safelist: [
|
||||
// PlausibleWeb.StatsView.stats_container_class/1 uses this class
|
||||
// it's not used anywhere else in the templates or scripts
|
||||
"max-w-screen-xl"
|
||||
],
|
||||
purge: {
|
||||
content: [
|
||||
'./js/**/*.js',
|
||||
'../lib/plausible_web/templates/**/*.html.eex',
|
||||
],
|
||||
safelist: [
|
||||
// PlausibleWeb.StatsView.stats_container_class/1 uses this class
|
||||
// it's not used anywhere else in the templates or scripts
|
||||
"max-w-screen-xl"
|
||||
]
|
||||
},
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
container: {
|
||||
|
Loading…
Reference in New Issue
Block a user