gridaco / code

Design to Code Engine
https://grida.co/code
Apache License 2.0
225 stars 30 forks source link

`linaria` support for styled components #177

Open softmarshmallow opened 2 years ago

softmarshmallow commented 2 years ago

https://github.com/callstack/linaria

Note.

linaria is a static css generator, so we cannot use linaria for styled components with props givven. If configured, linaria will be the first choice and fallback to other styled library like @emotion/styled or styled-components

React

Preact

linaria suggests us to use the same linaria/react module also for Preact.

Vue - not supported

esbuild