dom-style

Inline CSS manipulation library

BSD 6 个版本
安装
npm install dom-style
yarn add dom-style
pnpm add dom-style
bun add dom-style
README

dom-style

Inline CSS manipulation library

var style = require('dom-style')

style(document.body, 'background-color', 'red')

style(document.body, {
  'font-color': 'yellow',
  'border': '5px solid black'
})

Install

$ npm install dom-style
版本列表
2.0.0 2016-03-22
1.0.0 2016-04-09
0.0.3 2014-08-19
0.0.2 2014-06-05
0.0.1 2014-05-11
0.0.1-security 2016-03-23