Skip to content

v0.5.0

Compare
Choose a tag to compare
@nschonni nschonni released this 08 Apr 03:51
· 462 commits to master since this release
  • Added total headings count to unique-headings rule (fixes #108)
  • Fixed bug with box model rule (fixes #135)
  • Added rule to check property name against list of known properties (fixes #136)
  • Ensure consistency across error messages (fixes #89)
  • Updated parser to handle CSS escaping (fixes #97)
  • Added a rule to check for high text-indent for RTL (fixes #109)
  • Add rule to warn for universal selector (fixes #38)
  • Changed too many !important error to warning (fixes #105)
  • Updated parser to allow parsing of CSS3 keyframes
  • Fixed error where Rhino CLI could not read directories (fixes #106)
  • Added user-select to vendor prefix rule (fixes #98)
  • Changed wording of !important error to include max usage recommendation (fixes #104)