unnestcss Unnest CSS. import { unnest } from "unnestcss"; unnest(` .a { --a: A; .b { --b: B; } } `); /* .a { --a: A; } .a .b{ --b: B; } */