Commit 8a17b1d
committed
feat: add rename css feature
This commit introduces a change in the way CSS selectors are extracted.
Previously, only the keys of the query object were used as filters. Now,
both keys and values are used, allowing for more precise CSS extraction.
The values in the query object can now be used to replace the selected
CSS, providing more flexibility and control over the CSS extraction
process.1 parent 2d5b51d commit 8a17b1d
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | | - | |
| 128 | + | |
124 | 129 | | |
| 130 | + | |
125 | 131 | | |
126 | 132 | | |
127 | 133 | | |
| |||
0 commit comments