-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
CSS::Sass (3.4.8) | ||
|
||
* Added img-size plugin (https://github.com/mgreter/libsass-img-size) | ||
* Fixed issue with plugins not finding shared libsass library (win/nix) | ||
* Fixed issue with gcc 4.4 compatibility and plugin loading (cpan only) | ||
|
||
-- Marcel Greter <[email protected]> Mon, 17 Oct 2017 00:05:03 +0200 | ||
|
||
CSS::Sass (3.4.7) | ||
|
||
* Bumped libsass version to latest 3.4 stable branch (3.4.6) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,5 +68,5 @@ | |
"url" : "https://github.com/sass/perl-libsass" | ||
} | ||
}, | ||
"version" : "v3.4.7" | ||
"version" : "v3.4.8" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libsass
updated
25 files
+0 −48 | script/replace-range-for-loops.md | |
+0 −57 | script/replace-range-for-loops.pl | |
+20 −18 | src/ast.cpp | |
+15 −11 | src/ast.hpp | |
+3 −3 | src/bind.cpp | |
+4 −4 | src/check_nesting.cpp | |
+1 −1 | src/color_maps.cpp | |
+5 −5 | src/context.cpp | |
+19 −19 | src/debugger.hpp | |
+18 −23 | src/eval.cpp | |
+10 −11 | src/expand.cpp | |
+12 −13 | src/extend.cpp | |
+3 −3 | src/file.cpp | |
+11 −72 | src/functions.cpp | |
+1 −1 | src/inspect.cpp | |
+1 −1 | src/output.cpp | |
+2 −3 | src/parser.cpp | |
+3 −3 | src/plugins.cpp | |
+2 −2 | src/remove_placeholders.cpp | |
+1 −1 | src/sass_util.cpp | |
+2 −2 | src/source_map.cpp | |
+2 −2 | src/subset_map.cpp | |
+1 −1 | src/to_c.cpp | |
+4 −4 | src/util.cpp | |
+1 −1 | src/values.cpp |