mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
feat: checkboxCommon
This commit is contained in:
@@ -49,6 +49,10 @@ module.exports = {
|
||||
'background': 'var(--background)',
|
||||
'white': 'var(--white)',
|
||||
|
||||
'background-arrow':'var(--background-arrow)',
|
||||
|
||||
'disabled': 'var(--text-disabled)',
|
||||
|
||||
// @deprecated (NOT use these variables)
|
||||
'primary-2': 'var(--primary-2)',
|
||||
secondary: 'var(--secondary)',
|
||||
@@ -112,7 +116,10 @@ module.exports = {
|
||||
|
||||
'2xl': '1536px',
|
||||
// => @media (min-width: 1536px) { ... }
|
||||
}
|
||||
},
|
||||
caroucel:{
|
||||
"arrow-height":"64px"
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('postcss-import'), require('tailwindcss'), require('autoprefixer')]
|
||||
|
Reference in New Issue
Block a user