mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +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…
Reference in New Issue
Block a user