forked from sass/libsass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'dea27e5e3cc61a0d9f00ffa3f598a1080c6502d6' into parent-s…
…elector * commit 'dea27e5e3cc61a0d9f00ffa3f598a1080c6502d6': (32 commits) Add plugin.cpp example to contrib directory Fix small issue with relative path creation on windows Fix small formatting error in Readme.md Fix issue with mingw32 build Fix some comments in C-API Move rpm spec file into contrib folder Remove code left overs from debugging Fix regression introduced in "root parent selector error" change sass_atof to be thread safe Add local unaware atof function Improve sourcemap output for prepended texts Implement number prefix parsing (/[\+\-]+/) Add error for parent selectors in root blocks Fix interpolation in media queries Improve comment parsing Add another fix for media query boundaries Parse line comments in blocks Fix illegal extending when no blocks are found Fix illegal extending accross media blocks More improvements ... Conflicts: ast.hpp
- Loading branch information
Showing
50 changed files
with
1,136 additions
and
232 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,5 +1,6 @@ | ||
# Miscellaneous stuff | ||
|
||
VERSION | ||
.DS_Store | ||
.sass-cache | ||
*.gem | ||
|
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
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
Oops, something went wrong.