Add alert section
This commit is contained in:
parent
74d52f1003
commit
f7b45e6616
2 changed files with 12 additions and 1 deletions
|
@ -7,12 +7,14 @@ module.exports = {
|
|||
extend: {
|
||||
colors: {
|
||||
charade: '#2a293c',
|
||||
'gun-powder': '#414054',
|
||||
inherit: 'inherit'
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {
|
||||
backgroundColor: [...defaultConfig.variants.backgroundColor, 'hocus', 'group-hocus']
|
||||
backgroundColor: [...defaultConfig.variants.backgroundColor, 'hocus', 'group-hocus'],
|
||||
textDecoration: [...defaultConfig.variants.textDecoration, 'hocus', 'group-hocus']
|
||||
},
|
||||
plugins: [
|
||||
require('tailwindcss-interaction-variants')(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue