2 files changed
+2
-15
lines changedSubmodule libsass updated 44 files
- .gitignore+3
- GNUmakefile.am+2-2
- Makefile+7-4
- appveyor.yml+2-1
- include/sass/base.h+3
- include/sass/version.h+4
- include/sass/version.h.in+4
- script/ci-build-libsass+3-3
- src/ast.cpp+80-3
- src/ast.hpp+24-39
- src/ast_factory.hpp+1-1
- src/ast_fwd_decl.hpp+2-2
- src/constants.cpp+2-4
- src/constants.hpp+3-4
- src/cssize.cpp+19-8
- src/cssize.hpp+5-2
- src/debugger.hpp+4-3
- src/eval.cpp+9-7
- src/eval.hpp+1-1
- src/expand.cpp+6-5
- src/expand.hpp+1-1
- src/extend.cpp+51-11
- src/extend.hpp+5-1
- src/functions.cpp+3-5
- src/inspect.cpp+25-19
- src/inspect.hpp+2-2
- src/json.cpp+20-9
- src/json.hpp+5-5
- src/lexer.cpp+4-1
- src/lexer.hpp+21
- src/listize.cpp+2-1
- src/operation.hpp+4-4
- src/output.cpp+1-1
- src/output.hpp+1-1
- src/parser.cpp+187-89
- src/parser.hpp+42-2
- src/prelexer.cpp+472-5
- src/prelexer.hpp+15
- src/remove_placeholders.cpp+1-1
- src/remove_placeholders.hpp+2-2
- src/sass.cpp+6
- src/sass_context.cpp+15-7
- src/utf8/unchecked.h+16-16
- src/util.cpp+4-4
Lines changed: 1 addition & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
| 84 | + | |
98 | 85 |
| |
99 | 86 |
| |
100 | 87 |
| |
|
0 commit comments