Sha256: 9f8f1941c01d8bbf5b76b1fd3d8e954ba01f96a4558e08431428ca3481b2ee1e
Contents?: true
Size: 944 Bytes
Versions: 1
Compression:
Stored size: 944 Bytes
Contents
# TailwindcssMerger This gem gives you a simple way to use many files with components in your project where you are using gem `tailwindcss-rails`. ## Usage Well, just follow this three easy steps: 1. Install gem `bundle add tailwindcss_merger` 2. Create folder `app/assets/tailwindcss_stylesheets` 3. Add files with your styles into this folder, like this: ``` . ├── app │ └── assets │ │ └── tailwindcss_stylesheets ``` ## Installation Add this line to your application's Gemfile: ```ruby gem "tailwindcss_merger" ``` Or just do this: ``` bundle add tailwindcss_merger ``` And then execute: ```bash bundle ``` Or install it yourself as: ```bash gem install tailwindcss_merger ``` ## Contributing For your applying your changes just create pull request with assigning to me. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tailwindcss_merger-0.1.0 | README.md |