Joren Van Hee
Joren Van Hee
Hi, Glad you like it :) Can you make a reduced test case and put it on [codepen](http://codepen.io/pen) or jsfiddle?
The example on codepen doesn't seem to work in Chrome, using http://rawgit.com/ to serve your assets should do the job I think. Then about your suggestion. If you take a...
[This plugin](https://github.com/liabru/jquery-match-height) basically does the same thing but better. I recently used it and it's really nice. So I won't put any more time in my plugin since there's a...
Do you mean Chrome 51? That's where I'm having the issue. Chrome 52 should support position: sticky; (http://caniuse.com/#feat=css-sticky).
That's a good idea! Feel free to open a PR with the requested change. I will keep this open for now to remind myself.
Good idea :) I guess it would be more or less the same like the type declaration file in the tailwindcss/typography plugin? Would be more than happy to merge a...
I built this plugin back in the Tailwind CSS 1.x days and that happened to be the [recommended way](https://v1.tailwindcss.com/docs/plugins#exposing-options). I see that they now recommend [another way](https://tailwindcss.com/docs/plugins#exposing-options) indeed. I guess...
[Upgrading to valet 2](https://laravel.com/docs/5.4/valet#upgrading) fixed this for me.