css-modify

1.4.2 • Public • Published

css-modify

simple modify css var

Install

npm i -s css-modify

Import

import cssModify from "css-modify";

Use

const css = new cssModify();
 
css.modify("primary", "blue");
.sample {
  color: var(--primary);
}

Extention

css.style({ h1: { color: "red" } });

/css-modify/

    Package Sidebar

    Install

    npm i css-modify

    Weekly Downloads

    9

    Version

    1.4.2

    License

    MIT

    Unpacked Size

    5.99 kB

    Total Files

    5

    Last publish

    Collaborators

    • aiscaff