Skip to content

1.7.0

Compare
Choose a tag to compare
@rbri rbri released this 07 Nov 14:38
· 200 commits to master since this release
  • fix 'rem' support
  • support for the dimensions 'ch', 'vw', 'vh', 'vmin' and 'vmax' added
  • minus sign no longer supported inside unknown dimensions. This fixes a problem when parsing calc terms without whitespace around the minus like in calc(42vh-16.4em)