solidjs / solid-styled-components

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

Add `shouldForwardProp` #22

Closed Asha20 closed 2 years ago

Asha20 commented 2 years ago

Closes #17

This should do the trick I think. I couldn't figure out how to inspect whether certain attributes are indeed filtered on the resulting HTML, so I didn't include any tests. I did try it out with a sample app though and it worked properly.

ryansolid commented 2 years ago

Thanks