1.0.4 • Published 5 years ago

style-element-instance v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago