Skip to content

Commit d355de9

Browse files
committed
Remove support for .css.*
1 parent 2a6f987 commit d355de9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

lib/sass/rails/importer.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ def extensions
1616
'css' => :scss,
1717
'css.erb' => :scss,
1818
'scss.erb' => :scss,
19-
'sass.erb' => :sass,
20-
21-
# css.scss and css.sass extensions are deprecated.
22-
'css.scss' => :scss,
23-
'css.sass' => :sass,
24-
'css.scss.erb' => :scss,
25-
'css.sass.erb' => :sass
19+
'sass.erb' => :sass
2620
}.merge!(super)
2721
end
2822

0 commit comments

Comments
 (0)