Mike Frawley
Mike Frawley
No, we still rely on the `:active` pseudo-class for the animation. We also add the `hvr-active` class via javascript on the link representing the users current page. Here I'm on...
I went ahead and implemented this in sass, and tested out all the effects still worked on the index page. I haven't been able to come up with a good...
Please merge and deploy this!!!!!!!!!!!!!!!!!
Nevermind I just installed https://github.com/yzhang-gh/vscode-markdown instead!!!!!!
It can read http only cookies
If you want an inline template string than you don't need this plugin, as its purpose is to populate $templateCache which is used by `templateUrl`. Adding something like this -...
No, there aren't type definitions currently. I added this to a `3rd-party-types.d.ts` file just to compile under strict mode, but it could surely be improved 🤠 ``` declare module 'with-context'...
I also had this issue. Had to stick with these versions for it to work: ``` "serverless": "1.15.2", "serverless-client-s3": "git+https://github.com/bbandydd/serverless-client-s3.git#42e8c7cf5ee75f0eaa02c08bb8711cda8161b34c", ```