fix
This commit is contained in:
parent
05eafe4c11
commit
5afae627d4
3 changed files with 25 additions and 4 deletions
|
@ -23,6 +23,12 @@ module.exports = {
|
|||
'heading': ['Delius Swash Caps']
|
||||
},
|
||||
extend: {
|
||||
boxShadow: {
|
||||
'inset-b-white-07': '-1px -1px 1px rgba(255, 255, 255, 0.07) inset',
|
||||
'inset-t-white-05': '0 1px 0 rgba(255, 255, 255, 0.05) inset',
|
||||
'inset-t-white-10': '0 1px 0 rgba(255, 255, 255, 0.10) inset',
|
||||
'inset-r-white-05': '1px 0 0 rgba(255, 255, 255, 0.05) inset'
|
||||
},
|
||||
colors: {
|
||||
gray: {
|
||||
'100': '#f4f6f4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue