You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: improve test descriptions and remove redundant edge cases
- Clarify test descriptions to be more descriptive and positive
- Remove duplicate tests for undefined/null processor return values
- Clean up test suite while maintaining comprehensive coverage
- Supports string includes and regex pattern matching
44
+
- Used to skip processing for specific CSS selectors
45
+
46
+
### Plugin Hooks
47
+
48
+
-**`Once`**: Sets up file exclusion logic and initializes the unit replacement function
49
+
-**`Declaration`**: Processes CSS property values, handles replacement vs. cloning
50
+
-**`AtRule`**: Processes media query parameters when `mediaQuery` option is enabled
51
+
52
+
### Configuration Options
53
+
54
+
The plugin accepts extensive configuration through the options object, with sensible defaults for all settings. Key options include processor function, unit precision, property filtering, selector blacklisting, and file exclusion patterns.
55
+
56
+
### Type Safety
57
+
58
+
TypeScript definitions are provided in `index.d.ts` with comprehensive interface documentation for all configuration options and the processor function signature.
0 commit comments