Ember configuration preset for TailwindCSS
- Ember.js v4.8 or above
- Ember CLI v4.8 or above
- Node.js v18 or above
ember install ember-tailwind-preset
This plugin makes available TailwindCSS usage in your Ember.js project according to this official guide with PostCSS guide:
✅ installs ember-cli-postcss addon;
✅ installs tailwindcss, autoprefixer packages;
✅ adds Tailwind directives to the main css file (app/styles/app.css or tests/dummy/app/styles/app.css);
✅ creates tailwind.config.js and postcss.config.js files;
✅ adds postcss options in the ember-cli-build.js file;
✅ updates .eslintrc.js and .stylelintrc.js files.
See the Contributing guide for details.
This project is licensed under the MIT License.