solidjs / solid-styled-components

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

content property requires additional quotes #35

Open deatul opened 1 year ago

deatul commented 1 year ago

Documentation should mention that content property for the ::before and ::after pseudo-elements doesn't retain quotes, so requires additional quotes This doesn't works content: ' Hello ' This will work content:' " Hello " '