Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export whole theme as single variable #3

Closed
wtfil opened this issue Jul 12, 2017 · 1 comment
Closed

Export whole theme as single variable #3

wtfil opened this issue Jul 12, 2017 · 1 comment

Comments

@wtfil
Copy link
Contributor

wtfil commented Jul 12, 2017

Exporting of multiple variables from theme is not that easy
Right now exporting of multiple variables looks like this

:import(@theme) {                                                                                                                                                                                                                             
  -sb-named: inputBorder, borderRadiusInput, fontSizeSmall, lineHeightNormal, fontFamily, textMain, backgroundHover                                                                                                                           
} 

Using * or any other character for bulk export (like in es import statement)

:import(@theme) {                                                                                                                                                                                                                             
  -sb-theme: myTheme                                                                                                                          
} 
@barak007
Copy link
Collaborator

we refined this proposal. you can comment on #8

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

No branches or pull requests

2 participants