1. dom-style
Inline CSS manipulation library
dom-style
Package: dom-style
Created by: npm-dom
Last modified: Wed, 15 Jun 2022 21:23:44 GMT
Version: 1.0.0
License: BSD
Downloads: 140
Repository: https://github.com/npm-dom/dom-style

Install

npm install dom-style
yarn add dom-style

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

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code