mirror of
https://github.com/flextype/flextype.git
synced 2025-08-20 11:51:28 +02:00
feat(admin-plugin): add opacity for tailwind.config.js #211
This commit is contained in:
@@ -17,7 +17,23 @@ module.exports = {
|
||||
'700': '#898989',
|
||||
'800': '#6c6c6c',
|
||||
'900': '#3f3f3f',
|
||||
}
|
||||
},
|
||||
},
|
||||
opacity: {
|
||||
'0': '0',
|
||||
'25': '.25',
|
||||
'50': '.5',
|
||||
'75': '.75',
|
||||
'10': '.1',
|
||||
'20': '.2',
|
||||
'30': '.3',
|
||||
'40': '.4',
|
||||
'50': '.5',
|
||||
'60': '.6',
|
||||
'70': '.7',
|
||||
'80': '.8',
|
||||
'90': '.9',
|
||||
'100': '1'
|
||||
},
|
||||
borderColor: theme => ({
|
||||
...theme('colors'),
|
||||
|
Reference in New Issue
Block a user