Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexeipanov/ember-tailwind-preset
Ember.js configuration preset for Tailwind CSS
https://github.com/alexeipanov/ember-tailwind-preset
ember ember-addon ember-cli emberjs tailwindcss taiwind
Last synced: 2 months ago
JSON representation
Ember.js configuration preset for Tailwind CSS
- Host: GitHub
- URL: https://github.com/alexeipanov/ember-tailwind-preset
- Owner: alexeipanov
- License: mit
- Created: 2023-03-03T12:18:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T19:41:12.000Z (4 months ago)
- Last Synced: 2024-10-01T08:41:46.716Z (3 months ago)
- Topics: ember, ember-addon, ember-cli, emberjs, tailwindcss, taiwind
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-tailwind-preset
Ember configuration preset for TailwindCSS
[![Node.js Package](https://github.com/alexeipanov/ember-tailwind-preset/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/alexeipanov/ember-tailwind-preset/actions/workflows/npm-publish.yml)
## 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](https://tailwindcss.com/docs/installation/using-postcss):
: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.
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).