lightningcss
lightningcss copied to clipboard
how to convert AST to css and css to AST ?
Hi all,
curious does lightning css provide a fn to conver internal format Lightning CSS AST -> CSS and vice verse ?
i.e., converting declaration object to CSS source code.
i want to store the raw CSS somewhere during visitor Api but all i get is an object ...