Skip to content

Release v0.1.2

Latest
Compare
Choose a tag to compare
@stuartaccent stuartaccent released this 12 Jun 16:13
· 1 commit to main since this release
  • Move the Props CSS writing into a Props.CSS func, so it can be used in isolation of the Style struct. This allows for the Props CSS to be used in other contexts, such as in a style attribute in HTML.
  • Don't write empty values in the CSS string. eg: .test{} will not be written if there are no props to write.