Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (23 loc) · 1.21 KB

ember-tailwind-preset

Ember configuration preset for TailwindCSS

Node.js Package

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.