marketch
marketch copied to clipboard
Feature: CSS Export Formats
It would be great if we could export the CSS for example as React or React Native Code
Can you be more specific? Like giving an example on what's the expected output.
@MForever78 so both of those libraries use JSON CSS so for example given this example:
background-color: #FFF;
We will get this for React:
{ 'backgroundColor': '#FFF' }