mount-css
v1.2.0
Published
A simple function for mounting css
Downloads
129
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-css
Usage
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.