ab-domutil

0.0.1 • Public • Published

ab-domutil

Vanilla JS DOM Utils.

Install

With npm do:

$ npm install ab-domutil --save-dev

Usage

var domutil = require('ab-domutil');

// add CSS rule
domutil.addCSSRule(sheet, selector, rules, index);

// get CSS :before value
domutil.getCSSBeforeValue(element, property)

// check if element is empty
domutil.isEmpty(el);

License

MIT

/ab-domutil/

    Package Sidebar

    Install

    npm i ab-domutil

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • antoniobrandao