Also converted zoneeditor styling to tailwind breakpoints

This commit is contained in:
2024-07-21 18:14:38 +02:00
parent 112bb21ccb
commit fe018528df
18 changed files with 107 additions and 104 deletions

View File

@ -10,6 +10,9 @@ export default {
'30px': '30px'
},
extend: {
inset: {
'1/6': 'calc(100% / 6)',
},
invert: {
80: '0.80'
},