Skip to content

Commit

Permalink
Futher CSS fixes regarding selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Apr 19, 2019
1 parent 8600731 commit a03aa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/default-config.j2h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<pattern>/[*]+(.|\n)+?\*/</pattern>
</rule>
<rule name="attribute">
<pattern>(?!\s+)[\w-]+(?=:)(?=[^\{]\s)</pattern>
<pattern>(?!\s+)[\w-]+(?=:)(?=.*;|.\s)</pattern>
</rule>
<rule name="string">
<pattern>\"([^"\\]|\\.)*\"</pattern>
Expand Down

0 comments on commit a03aa11

Please sign in to comment.