Skip to content

npm-dom/dom-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library to manipulate CSS properties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published