Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 79c16c9

Browse files
committed
Revert "Remove raw css imports"
This reverts commit 1da6264.
1 parent 15bdef9 commit 79c16c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file.hpp

Lines changed: 1 addition & 1 deletion
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" };
124+
static std::vector<std::string> defaultExtensions = { ".scss", ".sass", ".css" };
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)