Skip to content

Logical Grouping

Compare
Choose a tag to compare
@ChristianMurphy ChristianMurphy released this 26 Jun 22:21
· 2113 commits to main since this release

Matching selectors that have different text order but same logical meaning are now grouped.

E.G.

.one.two {} .two.one {}

becomes

.one.two {}

Testing

  • Added tests for different textual ordering
  • Added tests for pseudo classes
  • Added tests for psuedo elements
  • Restructured tests to separate unique selector tests and duplicated selector tests
  • Restructured tests to separate css tests from less/scss tests.

Chores

  • Updated dependencies
  • Added script to ensure release will always have latest built code