@empathyco/x-components
Version:
Empathy X Components
8 lines (5 loc) • 349 B
JavaScript
import injectCss from '../../../tools/inject-css.js';
var css = ".x-animate-width--enter-active,.x-animate-width--leave-active{overflow-x:hidden;transition:width .3s ease-out}.x-animate-width--enter-from,.x-animate-width--leave-to{width:0!important}";
injectCss(css);
export { css, css as default };
//# sourceMappingURL=animate-width.vue3.js.map