Daniel Geiser
Daniel Geiser
Yup. Just was looking for a way to do this but doesn't seem possible. There are so many country or language specific social networks and platforms, its kinda sad that...
Is this still being worked on? I don't want to step on anyone's toes, but I've been struggling with the incorrect syntax representation for over a year now (not entirely...
Same here. In Atom I am able to do this (with the "pigments" package enabled):  And then reassign the variables to other ones:  They convert even to RGBA:...
@krsbrown Until now I'm still developing with atom for that one reason. If this would work I'd switch immediately.
https://github.com/cipherdevgroup/wp-featherlight/pull/74
Had this behaviour since the editor switched to iframe previews. I fixed it with some CSS (backend only): ``` .wp-block-image.is-resized { max-width: 100%; .components-resizable-box__container { height: auto !important; max-width: 100%...