xtendui
Version:
Xtend UI is a powerful frontend library of tailwind components enhanced by vanilla js. It helps you build interfaces with advanced interactions and animations.
26 lines (24 loc) • 512 B
JavaScript
/*!
* Xtend UI (https://xtendui.com/)
* @copyright (c) 2017 - 2021 Riccardo Caroli
* @license MIT (https://github.com/xtendui/xtendui/blob/beta/LICENSE.txt)
*/
module.exports = {
variants: ['responsive'],
utility: {
'.xt-card-group': {
display: 'flex',
alignItems: 'inherit',
},
},
component: {
'.xt-card': {
position: 'relative',
display: 'flex',
flexDirection: 'column',
textAlign: 'left',
flex: '1 1 auto',
width: '100%',
},
},
}