We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5982de3 commit d148f79Copy full SHA for d148f79
lib/Sabberworm/CSS/Property/KeyframeSelector.php
@@ -16,7 +16,7 @@ class KeyframeSelector extends Selector {
16
(?:([\'"]).*?(?<!\\\\)\2)? # a quoted text like [id="example"]
17
)*
18
)|
19
- (\d+%i) # keyframe animation progress percentage (e.g. 50%)
+ (\d+%) # keyframe animation progress percentage (e.g. 50%)
20
$
21
/ux';
22
0 commit comments