UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

11 lines 270 B
import { cB } from "../../../_utils/cssr/index.mjs"; // vars: // --n-color export default cB('hr', ` margin: 12px 0; transition: border-color .3s var(--n-bezier); border-left: none; border-right: none; border-bottom: none; border-top: 1px solid var(--n-color); `);