Skip to content

v1.6.1 #150

Description

@tbela99

v1.6.1

  • fix bugs when computing math functions.
  • reduce array mutations
  • supporting additional shorthands: scroll-timeline, scroll-padding, scroll-margin.
  • do not minify transform function when the absolute angle is greater or equals to 360deg
  a:hover {

transform: rotate(calc(2.5*pi * 1rad))  }
  .now {
    transform: translate(100px, 100px) rotate(1215deg) skewX(10deg);
}

should be minified to

a:hover {
 transform: rotate(450deg)
}
.now {
 transform: translate(100px,100px)rotate(1215deg)skew(10deg)
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions