Matty Mischuk

Results 11 comments of Matty Mischuk

In case this is of any use to people, I solved this issue by creating a script that I run on `"postinstall"` in my `node_modules`. ```shell #!/bin/bash function clear-slate-analytics() {...

@rafaelfranca what does `ls node_modules/@shopify` output? If nothing than it’s most likely you aren’t using a recent version of Slate (before deprecation).

My problem is if you are using this module you can't suffix your tokenized classes to have `-svg`. eg. ``` css /* Source */ .icon .icon-svg { ... } /*...

@jchavarri I get what you are saying but I'm suggesting a toggle to give the user the choice. I personally would like to write code the way I do in...

@koenbok Yeah, you're right that wouldn't be very feasible. I'm assuming sooner or later you'll have to support ES2015 though.

@hyperknot using `mssim-tuned kodak` seems to fix your artifacts for similar savings. ~10kb more in this case.

@ashemo you can still install manually. You’ll need to load the plugin manually and configure custom plugins in the Chrome settings. Here’s a [guide](https://dev.to/ben/how-to-install-chrome-extensions-manually-from-github-1612).

Can you outline the changes needed? I can update the APIs. Edit: If I fork can I release to the Google Store? I don't see a license anywhere.