mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: added tailwind rules
This commit is contained in:
parent
50f1d05217
commit
c7d5b66e3b
@ -29,6 +29,16 @@ module.exports = {
|
||||
'very-black': '#1b1e23'
|
||||
}
|
||||
},
|
||||
minHeight: {
|
||||
'1': '5rem',
|
||||
'2': '14rem',
|
||||
'3': '30rem'
|
||||
},
|
||||
maxHeight: {
|
||||
'1': '5rem',
|
||||
'2': '14rem',
|
||||
'3': '30rem'
|
||||
}
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user