Support for styled-components / Linaria
Opened this issue · 0 comments
nekitk commented
Choosing SC/Linaria as export target will affect both variables and snippets generation:
- Variables should be exported as a JS/TS file with a theme constant
- Snippets should apply to JS/TS files and expand to lines as
color: ${props => props.theme.primary};
.