You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,8 @@ You can configure your bundler options in the `build:css` script in `package.jso
21
21
22
22
You must already have node and yarn installed on your system. You will also need npx version 7.1.0 or later. Then:
23
23
24
-
1. Add `cssbundling-rails` to your Gemfile with `gem 'cssbundling-rails'`
25
-
2. Run `./bin/bundle install`
26
-
3. Run `./bin/rails css:install:[tailwind|bootstrap|bulma|postcss|sass]`
24
+
1. Run `./bin/bundle add cssbundling-rails`
25
+
2. Run `./bin/rails css:install:[tailwind|bootstrap|bulma|postcss|sass]`
27
26
28
27
Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp --css [tailwind|bootstrap|bulma|postcss|sass]`.
0 commit comments