Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork370
Return box shadow declaration#1525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
deansimcox commentedJul 31, 2025
Nice catch |
deansimcox commentedJul 31, 2025
This looks to be the same as#1469 |
Hi, is this PR still relevant? I can't find the parseDeclaration.ts file anywhere? Can this PR be closed? |
Currently, the code is missing a return statement in the switch case of
parseDeclarationwhich is causing the build to crash (on Android) when building and using a box-shadow class. Because of the missing return statement, the box-shadow is parsed as an aspect-ratio, which is causing the crash.This simple PR should fix this bug.