coderfin
coderfin
I did find one issue where `revert-layer` does not work when used as the fallback value in a CSS custom property (css variable). I created a bug report here: https://bugs.chromium.org/p/chromium/issues/detail?id=1345101...
I did find that the `event.userName` (UUID) is passed to the lambda function when creating a custom email for sign up. In this email I am creating a link, to...
Looking at the code the progress tracking definitely seems to be a work-in-progress. I wasn't able to yield any helpful results. It appears that you need to use `this.progress` in...
For me the fix for iOS was simply to add `compress: true`. My guess is that iOS can't handle a large render.
> > For me the fix for iOS was simply to add `compress: true`. My guess is that iOS can't handle a large render. > > You put this in...
I am also seeing this same issue. Also, relates to #783 Possibly related to #667 #614
Looking at the code the progress tracking definitely seems to be a work-in-progress. I wasn't able to yield any helpful results. It appears that you need to use `this.progress` in...
@josealgardataborges This is fixed by: https://github.com/petermekhaeil/vscode-tailwindcss-explorer/pull/9 You can clone the repo, `npm install`, `npm run package`, and then install the `vsix` yourself if you don't want to wait for it...