mount-css
v1.2.0
Published
A simple function for mounting css
Downloads
246
Maintainers
Readme
mount-css
A simple function for mounting css
Installing
# use pnpm
$ pnpm install mount-css
# use npm
$ npm install mount-css --save
# use yarn
$ yarn add mount-cssUsage
General use
import mountCss from 'mount-css'
mountCss('css url', options)- by require
const mountCss = require('mount-css')
mountCss('css url', options)Use CDN resource
<!-- head -->
<script src="https://unpkg.com/[email protected]/dist/index.global.prod.js"></script>Support & Issues
Please open an issue here.
