logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 4af8a307eeabf9517ca2fb477f12c7e31823bda9
parent fdc9d8dc721e228580ad4f75f331af0e659d80ae
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 25 Nov 2024 21:59:00 +0200

allow spaces inside function definition

Diffstat:

Msrc/services/theme_data/iss_deserializer.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/services/theme_data/iss_deserializer.js b/src/services/theme_data/iss_deserializer.js @@ -15,7 +15,7 @@ export const deserializeShadow = string => { // spread (optional) '(?:(-?[0-9]+(?:\\.[0-9]+)?)\\s+)?', // either hex, variable or function - '(#[0-9a-f]{6}|--[a-z0-9\\-_]+|\\$[a-z0-9\\-()_]+)', + '(#[0-9a-f]{6}|--[a-z0-9\\-_]+|\\$[a-z0-9\\-()_ ]+)', // opacity (optional) '(?:\\s+\\/\\s+([0-9]+(?:\\.[0-9]+)?)\\s*)?', // name