FIX: Preserve some colours during purging or our status lights go away. (#588)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-02 15:57:43 -03:00 committed by GitHub
commit ac1b095472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {