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
@@ -141,50 +123,22 @@ Use `--fix` to automatically resolve issues:
141
123
142
124
Files are written atomically with multiple iterations to ensure all fixes are applied. The autofix process has a safety limit of 100 iterations per file to prevent infinite loops.
143
125
144
-
## Output Examples
145
-
146
-
**Issues found:**
147
-
```
148
-
src/example.html
149
-
10:8 warning 'p-4' applies the same CSS properties as 'px-8' (cssConflict)
150
-
13:8 warning 'text-red-500' applies the same CSS properties as 'text-blue-500' (cssConflict)
151
-
152
-
Found 2 warnings in 1 file
153
-
```
154
-
155
-
**With --fix:**
156
-
```
157
-
src/components.html
158
-
✔ Fixed 2 issues
126
+
## Features
159
127
160
-
✔ Fixed 2 issues
161
-
```
128
+
**Core (v3 & v4):**
129
+
- CSS Conflicts - Detects when multiple classes apply the same CSS properties
130
+
- Invalid @apply Usage - Validates if a class can be used with `@apply`
131
+
- Invalid @screen References - Detects references to non-existent breakpoints
132
+
- Invalid Config Paths - Validates references in `config()` and `theme()` functions
0 commit comments