4 files changed
+6
-4
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
|
Submodule libsass updated 90 files
- .editorconfig+1-1
- .gitignore+1
- LICENSE+1-1
- Makefile+20-14
- Makefile.conf-1
- Readme.md+3-1
- appveyor.yml+19-11
- docs/api-importer-example.md+2-1.2k
- docs/build-with-autotools.md+10
- docs/build-with-makefiles.md+18
- include/sass/base.h+4-1
- include/sass/values.h+2-1
- src/ast.cpp+279-346
- src/ast.hpp+234-60
- src/base64vlq.cpp+1
- src/bind.cpp+35-45
- src/bind.hpp+1
- src/color_maps.cpp+1
- src/constants.cpp+4-1
- src/constants.hpp+2-1
- src/context.cpp+41-31
- src/context.hpp+10-10
- src/cssize.cpp+7-4
- src/cssize.hpp+1-3
- src/debugger.hpp+73-14
- src/emitter.cpp+37-25
- src/emitter.hpp+10-9
- src/environment.cpp+16-5
- src/environment.hpp+5-3
- src/error_handling.cpp+91-14
- src/error_handling.hpp+105-4
- src/eval.cpp+519-330
- src/eval.hpp+12-13
- src/expand.cpp+92-56
- src/expand.hpp+5-3
- src/extend.cpp+60-51
- src/extend.hpp+1-3
- src/file.cpp+37-27
- src/functions.cpp+78-62
- src/functions.hpp+1
- src/inspect.cpp+293-64
- src/inspect.hpp+2
- src/lexer.cpp+1
- src/listize.cpp+14-15
- src/listize.hpp+3-5
- src/memory_manager.cpp+1
- src/node.cpp+2-3
- src/operation.hpp+70-71
- src/output.cpp+28-32
- src/output.hpp+1-2
- src/parser.cpp+402-183
- src/parser.hpp+19-9
- src/plugins.cpp+1
- src/position.cpp+1
- src/prelexer.cpp+134-56
- src/prelexer.hpp+51-3
- src/remove_placeholders.cpp+35-9
- src/remove_placeholders.hpp+4-3
- src/sass.cpp+1
- src/sass.hpp+129
- src/sass_context.cpp+31-14
- src/sass_context.hpp+2-31
- src/sass_functions.cpp+1
- src/sass_interface.cpp+5-6
- src/sass_util.cpp+1-2
- src/sass_util.hpp+5-5
- src/sass_values.cpp+13-10
- src/source_map.cpp+4-3
- src/source_map.hpp+2-2
- src/subset_map.hpp-1
- src/to_c.cpp+1
- src/to_c.hpp+1-3
- src/to_string.cpp-48
- src/to_string.hpp-38
- src/to_value.cpp+3-5
- src/to_value.hpp+1-1
- src/units.cpp+96-59
- src/units.hpp+10-8
- src/utf8_string.cpp+5
- src/util.cpp+23-156
- src/util.hpp+10-14
- src/values.cpp+1
- test/test_node.cpp+2-6
- test/test_selector_difference.cpp+1-3
- test/test_specificity.cpp-2
- test/test_superselector.cpp-2
- test/test_unification.cpp+1-3
- win/libsass.targets+18-5
- win/libsass.vcxproj+9-7
- win/libsass.vcxproj.filters+148-106
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments