solidjs / solid-styled-components

A 1kb Styled Components library for Solid
MIT License
280 stars 26 forks source link

Use css in createGlobalStyle #50

Open xypnox opened 1 year ago

xypnox commented 1 year ago

How to include css in createGlobalStyle

someStyle = css``

globalStyle = createGlobalStyle` ${SomeStyle} `

Ex: