fix: remove not required negative spacing tokens from preset
This commit is contained in:
@@ -166,14 +166,7 @@ const srJuggernautPandaPreset = (config?: ThemeConfig) => {
|
|||||||
lg: { value: '1.5rem' },
|
lg: { value: '1.5rem' },
|
||||||
xl: { value: '2rem' },
|
xl: { value: '2rem' },
|
||||||
xxl: { value: '3rem' },
|
xxl: { value: '3rem' },
|
||||||
xxxl: { value: '4rem' },
|
xxxl: { value: '4rem' }
|
||||||
'-xs': { value: '-0.25rem' },
|
|
||||||
'-sm': { value: '-0.5rem' },
|
|
||||||
'-md': { value: '-1rem' },
|
|
||||||
'-lg': { value: '-1.5rem' },
|
|
||||||
'-xl': { value: '-2rem' },
|
|
||||||
'-xxl': { value: '-3rem' },
|
|
||||||
'-xxxl': { value: '-4rem' }
|
|
||||||
},
|
},
|
||||||
zIndex: {}
|
zIndex: {}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user