Leszek Pietrzak
Leszek Pietrzak
I have the same problem. It took me half a day to pin-point it 😢 For a quick ~fix I've used grunt-iife instead (and it's a bit better for my...
I think that if you don't add `data-hashtabber-default` attribute, the first tab will be selected by default :) Sorry I haven't used this for a while
@lipp any plans to fix this? Doclets is broken for a year now.
I would like this update too. When I google for BEM to show someone quickly what is it and I land on http://getbem.com/ - there is zero useful information there...
Same here, also with `sessionStorage` as mentioned above.
~~I'm upgrading `webpack` from v4 to v5, and and am currently using `5.72.0` with `[email protected]` and I get a long list of self referencing files. As a temporary solution I...
I can confirm this is broken on my machine too. Same build and MacOS version. I'm 80% sure it did work some time ago.
I may be onto something! I discovered that our `Dockerfile` is .dockerignoring `webpack-stats.json` and then linking to the file outside. And I think the problem happens when the linking fails,...
I also have this problem (see https://github.com/MoOx/postcss-cssnext/issues/363). It seems that the blend function only works with simple color names (like `red` or `rebeccapurple`) and `#` but doesn't with `rgb()` or...