1.0.0 • Published 8 years ago

dom-style v1.0.0

Weekly downloads
96
License
BSD
Repository
github
Last release
8 years ago

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