Skip to content

Commit a03aa11

Browse files
committed
Futher CSS fixes regarding selectors
1 parent 8600731 commit a03aa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/default-config.j2h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<pattern>/[*]+(.|\n)+?\*/</pattern>
4545
</rule>
4646
<rule name="attribute">
47-
<pattern>(?!\s+)[\w-]+(?=:)(?=[^\{]\s)</pattern>
47+
<pattern>(?!\s+)[\w-]+(?=:)(?=.*;|.\s)</pattern>
4848
</rule>
4949
<rule name="string">
5050
<pattern>\"([^"\\]|\\.)*\"</pattern>

0 commit comments

Comments
 (0)