Rick Davies

Results 7 issues of Rick Davies

These are truly beautiful clouds! I was wondering whether you have ever thought about somehow applying this function to an unordered list of tags (ideally where the number of times...

[NPM repo](https://www.npmjs.com/package/criticalcss) was last published 2 years ago but there was a recent merge commit to this repo that updated the script to use Headless Chrome instead of PhantomJS... Any...

After using this code with no issues for years, just today I came across this bug in production where assignment of `template` conflicts with Shopify’s own template variable, which is...

What's up @internalfx 👋 Long time! Our team is still using Quickshot on the daily! We just (finally) started migrating our themes to Shopify v2.0 and since a lot of...

### What is the location of your example repository? https://github.com/Shopify/hydrogen/pull/1478 ### Which package or tool is having this issue? Hydrogen ### What version of that package or tool are you...

Change from `$grey` to `$background` (in case e.g. you want a red background!)

Hey there, I have the following I wrote to switch a featured product image on mouseover: ``` $('.thumbnail').live('click mouseenterintent', function () { $('.featured img').prop('src',$(this).prop('src').replace('small','big')); return false; }); ``` _mouseenterintent_ does...