Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Feature: CSS Export Formats #170

Open
jcampbell05 opened this issue Mar 19, 2018 · 2 comments
Open

Feature: CSS Export Formats #170

jcampbell05 opened this issue Mar 19, 2018 · 2 comments

Comments

@jcampbell05
Copy link

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

@MForever78
Copy link
Collaborator

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

@jcampbell05
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants