Closed apttx closed 4 years ago
If theme.js contains
theme.js
{ breakpoints: { mobile: '320px', tablet: '768px', desktop: '1024px', }, sides: { standard: '1rem', mobile: '2rem', tablet: '4rem', desktop: '6rem', } }
we should be able to speficy padding("sides") and have it take the sides object from the theme, for convenience.
padding("sides")
If
theme.js
containswe should be able to speficy
padding("sides")
and have it take the sides object from the theme, for convenience.