mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-02-23 18:33:33 +00:00
(tailwindcss) Fixed: Dark mode classes are not being purged correctly due to the wrong safelist entry
This commit is contained in:
parent
fa37f99d33
commit
1659d4babd
@ -78,7 +78,8 @@ const config = {
|
||||
content: ['./src/**/*.{html,scss,ts}'],
|
||||
options: {
|
||||
safelist: {
|
||||
deep: [/^theme/, /^dark/, /^mat/]
|
||||
standard: ['dark'],
|
||||
deep : [/^theme/, /^mat/]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user