Skip to content

Commit 0d32bf3

Browse files
[ci skip] Add Bootstrap and Bulma to the CSS processors' list (rails#43254)
1 parent 5aa6083 commit 0d32bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/app_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class AppGenerator < AppBase
262262
class_option :api, type: :boolean, desc: "Preconfigure smaller stack for API only apps"
263263
class_option :minimal, type: :boolean, desc: "Preconfigure a minimal rails app"
264264
class_option :javascript, type: :string, aliases: "-j", default: "importmap", desc: "Choose JavaScript approach [options: importmap (default), webpack, esbuild, rollup]"
265-
class_option :css, type: :string, desc: "Choose CSS processor [options: tailwind, postcss, sass]"
265+
class_option :css, type: :string, desc: "Choose CSS processor [options: tailwind, bootstrap, bulma, postcss, sass... check https://github.com/rails/cssbundling-rails]"
266266
class_option :skip_bundle, type: :boolean, aliases: "-B", default: false, desc: "Don't run bundle install"
267267

268268
def initialize(*args)

0 commit comments

Comments
 (0)