Skip to content

Commit 9f1b813

Browse files
authored
Merge pull request #5392 from ampproject/fix/4604-parse-turn-unit
Patch the PHP-CSS-Parser library to correctly validate the `turn` unit
2 parents 95bde01 + 55bdab0 commit 9f1b813

File tree

5 files changed

+481
-46
lines changed

5 files changed

+481
-46
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
},
5353
"patches": {
5454
"sabberworm/php-css-parser": {
55+
"Add additional validation for size unit <https://github.com/sabberworm/PHP-CSS-Parser/pull/193>": "patches/php-css-parser-pull-193.patch",
5556
"Validate name-start code points for identifier <https://github.com/sabberworm/PHP-CSS-Parser/pull/185>": "patches/php-css-parser-pull-185.patch",
5657
"Fix parsing CSS selectors which contain commas <https://github.com/westonruter/PHP-CSS-Parser/pull/1>": "patches/php-css-parser-commit-10a2501.patch"
5758
}

composer.lock

Lines changed: 57 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)