From a9780f9102800a53e381271bcf27542eaea4a46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nishan=20=28o=5E=E2=96=BD=5Eo=29?= Date: Mon, 20 Oct 2025 07:00:42 -0700 Subject: [PATCH] feat: background image native CSS parser (#53609) Summary: This PR adds native CSS parser for `backgroundImage` property. Currently, it supports linear-gradient and radial-gradient spec compliant CSS syntax. ## Changelog: [GENERAL] [ADDED] - background image native parser.