Cory Hughart
Cory Hughart
Same thing happened for me, but I think I have a solution. Some background: I am not a paying subscriber, but I use GPM for background music while I work....
This is a [Sass language feature](https://sass-lang.com/documentation/style-rules/declarations#custom-properties), not an issue with this module. You need to manually interpolate when setting CSS custom property values like this: ```css :root { --backgroundColor: #{$backgroundColor};...
While some fixes to the `core/image` block to display SVGs correctly would be nice, I am specifically looking for a block that outputs SVG markup. I believe at one point...
@jeffpaul Just tried that plugin and it works at completely cross-purposes to this plugin, and does not include allowing you to output an SVG from the Media Library! You can...
I'm having the same issue, and I've spent days trying to track down the problem with no success. Did you ever find a solution 3+ years ago that you'd happen...
This class saved my butt but I did have to modify it for this reason. I had to inject the ORDER BY clause inside the UNION block, and had to...
To @agarzola and @cdfa: THANK YOU! I've been troubleshooting my gulp workflow all day, finally deciding to try to fix an issue that has been plaguing us for over a...
Maybe asking for a forward ref specifically was the wrong way to go about this, I just assumed since passing a `position` ref was a feature previously that something similar...
For what it's worth, I wanted to update this issue with information pertaining to my original problem with SVGs and the core image block. Since SVGs are markup, there are...
Just wanted to leave a note here that adding `git_ssh_command: "ssh"` to my deploy.yaml file not only removed the `command-line line 0: unsupported option "accept-new".` message, but fixed my git...