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.
23 lines (21 loc) • 471 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'],
component: {
'.xt-media-container': {
display: 'block',
position: 'relative',
width: '100%',
},
'.xt-media': {
position: 'absolute',
width: '100%',
height: '100%',
borderRadius: 'inherit',
},
},
}