Skip to content

Commit 88dc255

Browse files
committed
Add to README the info about the ignoring of duplicate 'css' classes
1 parent f92a681 commit 88dc255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ For example, the following two code samples will be considered to be equivalent:
8181
```
8282

8383
```html
84-
<span class=" cd ab bc">Text</span>
84+
<span class=" cd ab bc bc">Text</span>
8585
```
8686

8787
**CAUTION!**<br>

README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
```
8282

8383
```html
84-
<span class=" cd ab bc">Text</span>
84+
<span class=" cd ab bc bc">Text</span>
8585
```
8686

8787
**ВНИМАНИЕ!**<br>

0 commit comments

Comments
 (0)