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