feat: checkboxCommon

This commit is contained in:
quangnhankie
2021-08-25 17:06:48 +07:00
parent bfec1e8a09
commit 188232e5e3
40 changed files with 2849 additions and 1518 deletions

View File

@@ -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')]