Package Exports
- setcssstyle
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (setcssstyle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
setcssstyle
An optimized, cross-browser, high-performance, well-coded and lightweight CSS-Style Setter for JavaScript and Javascript-based animation/tweening engine that runs anywhere
CDN
# unpkg
https://unpkg.com/setcssstyle
# npmcdn
https://npmcdn.com/setcssstyle
# jsDelivr
https://cdn.jsdelivr.net/npm/setcssstyle
Installing
$ npm install setcssstyle
# or
$ yarn add setcssstyle
Usage
var setcss = require('setcssstyle');
var css = getcss(domNode, config);
css({width:'200px'});