1.2.0 • Published 11 months ago

mount-style v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

mount-style

A simple function for mounting css style codes

NPM version Codacy Badge Test coverage npm download gzip License

Sonar

Installing

# use pnpm
$ pnpm install mount-style

# use npm
$ npm install mount-style --save

# use yarn
$ yarn add mount-style

Usage

General use

import mountStyle from 'mount-style'

mountStyle('css style codes', options)
  1. by require
const mountStyle = require('mount-style')

mountStyle('css style codes', options)

Use CDN resource

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

Support & Issues

Please open an issue here.

License

MIT

1.2.0

11 months ago

1.2.0-beta.3

11 months ago

1.2.0-beta.2

11 months ago

1.2.0-beta.1

11 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago

1.0.0-alpha.0

12 months ago