Joan P.
Joan P.
I'm trying to run the new [`@tailwindcss/jit`](https://github.com/tailwindlabs/tailwindcss-jit) plugin with `ember-cli-postcss` and it's working as long as I add these rules in the `app.css`: ``` @tailwind base; @tailwind components; @tailwind utilities;...
On the **Guides > Application Concerns > [Dependency Injection](https://guides.emberjs.com/v3.5.0/applications/dependency-injection/#toc_getting-an-application-instance-from-a-factory-instance)** page for **v3.5.0** there is a broken link to `Ember.getOwner`:  --- The broken link looks like this: https://api.emberjs.com/ember/3.5/classes/@ember%2Fapplication/methods/getOwner?anchor=getOwner  ---...
Hi, thank you for making this plugin. It has been very useful for a couple of projects and love using it. I'm running into an issue with a hosting called...
## Expected Behavior Do not send a missing `this.args.onClicked` warning if component is used as `button[type=submit]`. ## Actual Behavior A warning is sent for a missing `this.args.onClicked` function even if...
Deprecate plugin in favor of the official https://github.com/tailwindlabs/tailwindcss-line-clamp
When trying to update the ACL on my images, I noticed the thumbnails weren't getting updated. While going through the rabbit hole I noticed the S3 batch commands were sending...
Heather, Thank you for writing this module, it helped me a lot today. I noticed that while running the script on a site with dynamic generated files (cache), some of...
I'm trying to import a 1PIF file from 1Password for Windows 4.6.2.626. There aren't any error messages and the import finishes with a new group named "Imported 1 password archive"....
Let's move the Modernizr script to the end of the page ``, and inline the toggling of the `.js` and `.no-js` classes in the ``. **More info** https://github.com/h5bp/html5-boilerplate/issues/1605 https://github.com/Modernizr/Modernizr/issues/878#issuecomment-41448059