diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-04-07 13:51:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 13:51:30 -0400 |
commit | c597c3eb934454c1f4459c24b9462bb962403bb9 (patch) | |
tree | 6519f3f2122fcac6f2715122182420cf560585f3 /railties/lib/rails/generators | |
parent | 0b4ff7eacfeb36fca86c597da7c3ace059f8517a (diff) | |
download | rails-c597c3eb934454c1f4459c24b9462bb962403bb9.tar.gz rails-c597c3eb934454c1f4459c24b9462bb962403bb9.tar.bz2 rails-c597c3eb934454c1f4459c24b9462bb962403bb9.zip |
:scissors:
Diffstat (limited to 'railties/lib/rails/generators')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css b/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css index 865300bef9..d05ea0f511 100644 --- a/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +++ b/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css @@ -2,7 +2,7 @@ * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's * vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the |