FIX: Preserve some colours during purging or our status lights go away. (#588)
This commit is contained in:
commit
ac1b095472
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ module.exports = {
|
|||
"./index.html",
|
||||
"./src/**/*.{js,ts,tsx,jsx}",
|
||||
],
|
||||
safelist: [
|
||||
"bg-status-blue",
|
||||
"bg-status-green",
|
||||
"bg-status-red",
|
||||
"bg-status-yellow",
|
||||
],
|
||||
important: true,
|
||||
theme: {
|
||||
container: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue