Michael Ryan
Michael Ryan
+1 This would be very useful.
My experience mirrors what most people have reported earlier, however I'd like to add that when working with consoles, like Nintendo Switch, I often have code blocks that specifically target...
If you want to just show an invisible icon, you can use a data URI to provide a transparent pixel, such as: `data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==` provided by an [Online Transparent Pixel Generator](https://png-pixel.com/)...
+1 signal-send, signal-transmit, signal-broadcast signal-receive, signal-listen This would be used to indicate whether something is set to send (broadcast) or receive (listen for) a signal. Perhaps something like this: ...
Thanks for that information. I will review those documents, however I'm not looking to override an existing theme, rather I'm looking to use an existing theme variable in my custom...
Okay. It seems like custom SCSS defined in the `custom_css` array in "params.toml" are loaded, but they are not preprocessed through the theme, so theme variables cannot be used in...
I'm pretty sure this was all do to user error on my part. I renamed my "assets/scss" folder to "assets/sass" and then copied the contents of the theme's 'main.scss" over...
@creatio-ua I'm interested in seeing your implementation as well. Thanks for sharing!
@creatio-ua, are you still considering making your implementation public? I’m very interested in seeing how you handled it.
Thanks, @creatio-ua! I'll take a look at your project.