Matei Stanca
Matei Stanca
Question: I've run into a very similar problem while using [wikimedia/composer-merge-plugin](https://github.com/wikimedia/composer-merge-plugin), in that patching fails if I specify a relative patch path in a Drupal module I'm developing when that's...
I ran into this same problem with ```mask-image```, and I seem to have solved it by using multiple gradients, one that's a solid black and another with a fixed height...
Has there been any more development on this? I'm specifically trying to use the off canvas component, but discovered there aren't any open and close events I can hook into,...
No worries. I started to replicate those event handlers, but then realized I also needed to account for the user hitting the escape key or clicking outside of the panel,...
@kevinmamaqi I've written my own complex wrapper around Froffcanvas, and it seems to work fine with more than one offcanvas on the page. With regards to your issue with MutationObserver,...
If you need files imported in a specific order, globbing doesn't really make sense. Instead just use [an ```_index.scss``` file](https://sass-lang.com/documentation/at-rules/import#index-files) instead with the specific order listed in it and import...
The lack of global aliases is the one last thing holding me back from using this on my remote servers. I still have Drush 8.1.x installed globally on those just...
@greg-1-anderson I was not aware that Drush 9+ could be used as a global install at all - I just assumed that had already been removed. 😅 I could arguably...
I think I've figured this out! Turns out that it was indeed the `````` elements that were causing this; removing them seems to have restored the expected behaviour. I also...
@codedmonkey I'm one of the maintainers of the Drupal [Progressive Web App module](https://www.drupal.org/project/pwa), and involved in the [2.x port to Workbox](https://www.drupal.org/project/pwa/issues/3165795). While it was probably true at some point that...