Closed apttx closed 4 years ago
propless should really be props and default to true. Creating a propless component should then be padding('1rem', false).
propless
props
padding('1rem', false)
This is a breaking change and a major version increase.
Addressing this with the next major version.
propless
should really beprops
and default to true. Creating a propless component should then bepadding('1rem', false)
.This is a breaking change and a major version increase.