Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install @tailwindcss/forms plugin for the New band form #520

Open
balinterdi opened this issue Oct 29, 2021 · 1 comment
Open

Install @tailwindcss/forms plugin for the New band form #520

balinterdi opened this issue Oct 29, 2021 · 1 comment

Comments

@balinterdi
Copy link
Collaborator

balinterdi commented Oct 29, 2021

It is recommended in TailwindUI to install @tailwindcss/forms for resetting form elements and making them styleable by using utility classes.

An added advantage is that readers get to learn how to configure Tailwind in an Ember project since we'll need to create a config file (npx tailwindcss init), add the forms plugin to the config and then using that config in the postCssOptions section of ember-cli-build.js.

(The form is created in Controllers.)

The implementation work is done on this branch

@balinterdi balinterdi added this to the 4.0 milestone Oct 29, 2021
@balinterdi balinterdi removed this from the 4.1 milestone Feb 18, 2022
@balinterdi
Copy link
Collaborator Author

Hmm, I did this but didn't see any difference in what the form looks like (though it only has a single text input), so I'm not sure this is worthwhile 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant