Commit graph

2 commits

Author SHA1 Message Date
Seongmin Choi
aec1bf7d5d
fix: lint arrays from recipe's base property (ComplexStyleRule) (#8)
Some checks failed
CI / Build (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
* fix support ComplexStyleRule array in recipe base
* cover base array sorting in alphabetical and custom order rules
2026-04-28 04:16:21 +00:00
5f1e602dee test : add comprehensive test suite for CSS ordering rules
Add tests for all three CSS property ordering rules:

    alphabetical-order,
    concentric-order,
    custom-order,

Tests cover all implemented vanilla-extract APIs, fontFace, globalFontFace, globalKeyframes, globalStyle, keyframes, style, and styleVariants.. Each test verifies both valid and invalid cases, along with proper auto-fixing functionality.
2025-03-10 09:20:32 +02:00