feat: add bg-amber-200 to safelist
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-08-17 10:40:41 +02:00
parent 399a708e88
commit 1954e4c597
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
content: ['./src/*.css', './layouts/**/*.html'],
safelist: ['p-4', '!text-white', '!underline'],
safelist: ['p-4', '!text-white', '!underline', 'bg-amber-200'],
theme: {
extend: {
colors: {