Commit 4edde8b
committed
Fix KeyFrame reference in Parser.php
Some CSS files require the use of the keyFrame class.
This has been misspelt in the Parser.php class on line 8 and results in the following fatal PHP error:
Fatal error: Class 'Sabberworm\CSS\CSSList\Keyframe' not found in /vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parser.php on line 1161 parent 8b12ce2 commit 4edde8b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments