classname move to extend object

This commit is contained in:
Burak Civan
2022-06-24 11:43:01 +03:00
parent 8ca2a931ec
commit e2e9d9736f
2 changed files with 45 additions and 9 deletions

18
presets.js vendored
View File

@ -226,6 +226,15 @@ module.exports = {
'spacing': 'margin, padding',
'visible': 'visible, opacity',
'backgroundSize': 'background-size'
},
backgroundSize: {
'0-2': '0 2px',
'full-2': '100% 2px'
},
backgroundPosition: {
'0-full': ' 0 100%'
}
},
@ -233,15 +242,6 @@ module.exports = {
container: {
center: true,
},
backgroundSize: {
'0-2': '0 2px',
'full-2': '100% 2px'
},
backgroundPosition: {
'0-full': ' 0 100%'
}
},
variants: {