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

0.0.7 • Public • Published

unnestcss

Unnest CSS.

import { unnest } from "unnestcss";

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

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

Package Sidebar

Install

npm i unnestcss

Weekly Downloads

2

Version

0.0.7

License

MIT

Unpacked Size

15.5 kB

Total Files

23

Last publish

Collaborators

  • startracex