Custom CSS panel in blocks deletes ‘syntax’ CSS property
-
Hi, trying to play with @property in CSS with GS, I wasn’t able to do so except by putting properties in global custom CSS
When you add this kind of code inside a block’s Custom CSS (GL element, or GS one) :@property --myprop {
syntax: '<number>';
inherits: false;
initial-value: 0;
}GS converts it to this in the frontend
@property --myprop {
syntax: '';
inherits: false;
initial-value: 0;
}So it won’t work
Also in GS Smart Code block in CSS mode
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.