css.gui icon indicating copy to clipboard operation
css.gui copied to clipboard

Parse CSS into css gui styles

Open GrantCuster opened this issue 2 years ago • 2 comments

It would be great to be able to parse regular CSS into css gui compatible styles.

GrantCuster avatar May 09 '22 13:05 GrantCuster

This is something in the works and should hopefully land in the near future.

For the really robust version we'd like to use Parcel's parsing directly which is waiting for https://github.com/parcel-bundler/parcel-css/issues/143.

If it's something that might take a while, we may bring over our more naive parser that lives inside the main Components AI app, but hoping JSON serialization for in Parcel CSS lands soon!

johno avatar May 09 '22 16:05 johno

Ah interesting! Sounds good.

GrantCuster avatar May 09 '22 22:05 GrantCuster