patch.dom-style

1.0.1 • Public • Published

dom-style

⚠️ DEPRECATED ⚠️

This module exists to fix some kik/Azer issues. New projects should not depend on this.


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'
})

style.show(document.body.children[0])
style.hide(document.body.children[1])

Readme

Keywords

none

Package Sidebar

Install

npm i patch.dom-style

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mattdesl