1.0.4 • Published 6 years ago

style-element-instance v1.0.4

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

style-element-instance

npm dev dependencies browserstack


Simple plugin that enables easy inline styling for all Element instances, specificially targeted for MathML elements who lack the .style interface.

Installation

npm install --save-dev style-element-instance

Example

import { setStyle } from "style-element-instance";

setStyle(document.body, "background", "green");
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago