lightningcss icon indicating copy to clipboard operation
lightningcss copied to clipboard

how to convert AST to css and css to AST ?

Open zhihengGet opened this issue 2 years ago • 0 comments

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 ...

zhihengGet avatar Aug 06 '23 03:08 zhihengGet