1.0.1 • Published 5 years ago

@kushnarang/css v1.0.1

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

css

Simple CSS addition from JavaScript.

Importing

  1. Download the css.min.js and host it yourself (preferred)
  2. Use a public CDN such as jsdelivr https://cdn.jsdelivr.net/npm/@kushnarang/css@1.0.0/dist/css.min.js (not preferred)

Usage

The one and only parameter is the CSS you want to add (in the form of a string).

css("body { background: purple }");

// or

css("#header { color: red }");

// or

// whatever CSS you want

Compatablity

Internet Explorer9+
Chrome4+
Firefox3+
Safari4+