Join the Webstudio community

Updated 10 months ago

Earlier last month background element used to take gradient as one pasted item, it created all layer

At a glance

The post describes a CSS background with multiple radial gradients and asks what changes when adding one layer at a time. The comments suggest that a new parser may be related to the issue, and a community member indicates they can fix the case. Another community member shares a link to a pull request, and others express positive sentiment.

Useful resources
background-color:hsla(0,1%,2%,1);
background-image:
radial-gradient(at 55% 51%, hsla(355,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 96% 33%, hsla(340,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 73%, hsla(22,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 93% 38%, hsla(242,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 64%, hsla(343,100%,76%,1) 0px, transparent 50%);

now i have add one layer at a time. what changed.
O
B
c
5 comments
@TrySound does new parser has to do with it?
Yes, I can fix this case
Add a reply
Sign up and join the conversation on Discord