- Move the
PropsCSS writing into aProps.CSSfunc, so it can be used in isolation of theStylestruct. This allows for thePropsCSS to be used in other contexts, such as in astyleattribute in HTML. - Don't write empty values in the CSS string. eg:
.test{}will not be written if there are no props to write.