marketch icon indicating copy to clipboard operation
marketch copied to clipboard

Feature: CSS Export Formats

Open jcampbell05 opened this issue 7 years ago • 2 comments

It would be great if we could export the CSS for example as React or React Native Code

jcampbell05 avatar Mar 19 '18 19:03 jcampbell05

Can you be more specific? Like giving an example on what's the expected output.

MForever78 avatar Oct 14 '18 01:10 MForever78

@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' }

jcampbell05 avatar Oct 15 '18 11:10 jcampbell05