Skip to content

Commit 9f4c4f6

Browse files
committed
Changing the indentation level of the block comment close for SASS
If one wants to use use SASS for application.css.sass the comment block indentation is invalid.
1 parent 8470fdb commit 9f4c4f6

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
*
1111
*= require_self
1212
*= require_tree .
13-
*/
13+
*/

0 commit comments

Comments
 (0)