unnestcss
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

unnestcss

Unnest CSS.

import { unnest } from "unnestcss";

unnest(`
.a {
  --a: A;
  .b {
    --b: B;
  }
}
`);

/* 
  .a {
    --a: A;
   }
  .a .b{
    --b: B;
  }
*/

/unnestcss/

    Package Sidebar

    Install

    npm i unnestcss

    Weekly Downloads

    8

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    16.6 kB

    Total Files

    23

    Last publish

    Collaborators

    • startracex