fix(css): prevent shorthand parse error on 'unset' and 'inset' (#10424)

This commit is contained in:
Nathan Walker
2023-11-02 13:40:57 -07:00
committed by GitHub
parent 08478556a9
commit d70b48bbe9
3 changed files with 38 additions and 5 deletions

View File

@@ -56,7 +56,7 @@
"jest-environment-jsdom": "~29.6.0",
"lint-staged": "^14.0.0",
"module-alias": "^2.2.2",
"nativescript": "~8.5.0",
"nativescript": "~8.6.0",
"nativescript-typedoc-theme": "1.1.0",
"nx": "16.9.1",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",