1
0
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:
Awilum
2020-01-28 18:26:58 +03:00
parent 98f6ee6b56
commit 8ecf557a90

View File

@@ -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'),