Jeff Adams
Jeff Adams
For me it always stays muted, I've never had the sound unmute after the ad break. Setting "Restart to skip ads" seems to work most reliably Spotify v: 1.1.21.1654.g282a2807
No need to use a custom template. Use the custom class option. `` then in your controller\component ``` getCustomClass (date, mode) { let customClass = ''; if (mode === 'day')...
Excited about version 2. It be nice to have this be basically a wrapper around Foundation for Sites with angular compatible widgets.
Apparently its a bug with vue-loader which Mix uses. Here is my workaround solution. This only sets esModule to false on the images file-loader. ```javascript mix.override(webpackConfig => { // BUG:...
@ethanclevenger91 Here you go: https://github.com/vuejs/vue-loader/issues/1612
> Overriding the file-loader via `mix.webpackConfig()` worked for me: @321zeno I like this solution better than mine. I'm going to give it a shot. Thanks!
This fix doesn't work for Internet explorer. I've tested it in IE7-9 and the ESC key still deletes the text. You can test it in this [jsFiddle](http://jsfiddle.net/vq6MH/208/)
@fitprotracker I was having similar issues and I found that having `height: 100%` css on the body tag in the iframe screwed up the height calculation. I created a div...
I'm eagerly awaiting this feature. I heavily customize my tailwind config so this would be a great addition. Thanks for the extension by the way.