# patch.dom-style **Repository Path**: mirrors_Jam3/patch.dom-style ## Basic Information - **Project Name**: patch.dom-style - **Description**: [DEPRECATED] for legacy reasons only - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## dom-style ## :warning: DEPRECATED :warning: This module exists to fix some [kik/Azer](http://blog.npmjs.org/post/141577284765/kik-left-pad-and-npm) issues. New projects should not depend on this. --- Inline CSS manipulation library ```js 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]) ```