kutsan/stylelint-config-clean-order

feat: Add individual transform properties

ScorpAL opened this issue · 2 comments

Add individual transform properties.

Transform elements with the translate, rotate, and scale properties.

.target {
  translate: 50% 0;
  rotate: 30deg;
  scale: 1.2;
}

https://web.dev/css-individual-transform-properties/
https://chromestatus.com/feature/5705698193178624

Thanks Aliaksei. I've added them with the version v2.3.0 in becd266.

@kutsan thank you for quick release!