css.gui
css.gui copied to clipboard
Parse CSS into css gui styles
It would be great to be able to parse regular CSS into css gui compatible styles.
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!
Ah interesting! Sounds good.