1.2.0 • Published 2 years ago

mount-css v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

mount-css

A simple function for mounting css

NPM version Codacy Badge Test coverage npm download gzip License

Sonar

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)
  1. by require
const mountCss = require('mount-css')

mountCss('css url', options)

Use CDN resource

<!-- head -->
<script src="https://unpkg.com/mount-css@1.2.0/dist/index.global.prod.js"></script>

Support & Issues

Please open an issue here.

License

MIT

1.2.0

2 years ago

1.2.0-beta.3

2 years ago

1.2.0-beta.2

2 years ago

1.2.0-beta.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-alpha.0

2 years ago