ember-tailwind-preset

Ember.js configuration preset for Tailwind CSS

MIT License

Downloads
45
Stars
1
Committers
3

ember-tailwind-preset

Ember configuration preset for TailwindCSS

Compatibility

  • Ember.js v4.8 or above
  • Ember CLI v4.8 or above
  • Node.js v18 or above

Installation

ember install ember-tailwind-preset

Usage

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.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.