Daniel

Results 7 comments of Daniel

Is it fixed ?

Hey @fourtonfish, I found a little workaround for this problem if you want to implement it in your generator: ``` html Smart link $(document).ready(function(){ $('a.btn').click(function(e){ e.preventDefault(); var link = $(e.target).attr('href');...

tailwindcss v 1.5 - same here

It is an asynchronous fetcher. What do you mean by "weird design choices"?

I also use Module Federation if it makes any difference.

Eventually, I managed to workaround it by adding the following settings to the Webpack config: ```javascript const path = require('path'); const packageJson = require(path.join(process.cwd(), 'package.json')); const deps = packageJson.dependencies; const...

I used this code: @mixin skew($deg: 0, $deg2: 0) { @include css3-prefix('transform', skew($deg + deg,$deg2 + deg)); }