From 4d5a561fba3e1461b3a4f9e274b575669354a02f Mon Sep 17 00:00:00 2001 From: seongminn Date: Wed, 25 Jun 2025 23:11:58 +0900 Subject: [PATCH] docs: update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3c507d..6f15010 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ ordering option based on groups available in [concentric CSS](src/css-rules/conc - Handles complex cases like nested objects, arrays of styles, and pseudo selectors - Works with camelCase properties as used in vanilla-extract - Additional linting rules for enhanced code quality (see roadmap for upcoming features) +- Automatic wrapper function detection - works with custom wrapper functions that call vanilla-extract APIs, using + reference tracking to apply all rules regardless of how vanilla-extract functions are wrapped ## Requirements