Skip to content

Commit 1da6264

Browse files
committed
Remove raw css imports
This is a non-standard, and confusion feature. Implementors can now opt into supporting @import'ing additional file extentions with `sass_option_push_import_extension`.
1 parent e690924 commit 1da6264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ namespace Sass {
121121

122122
namespace File {
123123

124-
static std::vector<std::string> defaultExtensions = { ".scss", ".sass", ".css" };
124+
static std::vector<std::string> defaultExtensions = { ".scss", ".sass" };
125125

126126
std::vector<Include> resolve_includes(const std::string& root, const std::string& file,
127127
const std::vector<std::string>& exts = defaultExtensions);

0 commit comments

Comments
 (0)