Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

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");