classname move to extend object
This commit is contained in:
18
presets.js
vendored
18
presets.js
vendored
@ -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: {
|
||||
|
Reference in New Issue
Block a user