Skip to content

Commit b3fd824

Browse files
committed
update md
1 parent c519470 commit b3fd824

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/rules/no-invalid-cosmetic-separator.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ The following code
3030

3131
should not be reported
3232

33+
### `remove: true` with extended CSS injection separator
34+
35+
The following code
36+
37+
```adblock
38+
#?$#a[href^="/bnlink/?bnid="] { remove: true; }
39+
```
40+
41+
should not be reported
42+
3343
## Incorrect examples
3444

3545
Examples of incorrect code:

docs/rules/no-invalid-css-declaration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ The following code
2424
#$?#body { remove: true; }
2525
```
2626

27-
should not be reported
27+
should be reported as:
28+
29+
```shell
30+
2:11 Unknown property `remove`
31+
```
2832

2933
## Incorrect examples
3034

0 commit comments

Comments
 (0)