Skip to content

v1.2.0

Compare
Choose a tag to compare
@jsakas jsakas released this 16 Feb 03:27
  • Added new script to download CSS properties from W3C standard
  • All modern (non-WD and non-FPWD) CSS properties are handled
  • Add flex related styles
  • Support for hsl and modern colors is added
  • A function redeclaration bug is fixed
  • All properties not handled by the library now fallback to a simple read/write behavior (to be improved in the future)
  • As a follow-up, properties that already had a simple read/write behavior are now handled by the fallback code
  • Add travis CI integration with GitHub
  • Add lint CI