Skip to content

Commit 292f024

Browse files
committed
sass
1 parent ec2b899 commit 292f024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scss_lint/cli.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def extract_files_from(list)
150150
files.uniq
151151
end
152152

153-
VALID_EXTENSIONS = %w[.css .scss]
153+
VALID_EXTENSIONS = %w[.css .scss .sass]
154154
# @param file [String]
155155
# @return [Boolean]
156156
def scssish_file?(file)

0 commit comments

Comments
 (0)