Skip to content

Commit

Permalink
Revert "Remove raw css imports"
Browse files Browse the repository at this point in the history
This reverts commit 1da6264.
  • Loading branch information
xzyfer committed Jul 3, 2018
1 parent 15bdef9 commit 79c16c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ namespace Sass {

namespace File {

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

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

1 comment on commit 79c16c9

@Yogu
Copy link

@Yogu Yogu commented on 79c16c9 Sep 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raniesantos You're still seing this warning because libsass has not been released since April this year.

Please sign in to comment.