3 files changed
+21
-16
lines changedSubmodule 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: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
207 |
| - | |
| 206 | + | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
|
Lines changed: 18 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
| 61 | + | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
583 | 583 |
| |
584 | 584 |
| |
585 | 585 |
| |
586 |
| - | |
587 |
| - | |
588 |
| - | |
589 |
| - | |
590 |
| - | |
591 |
| - | |
592 |
| - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
| |||
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
613 |
| - | |
| 613 | + | |
| 614 | + | |
614 | 615 |
| |
615 | 616 |
| |
616 | 617 |
| |
| |||
629 | 630 |
| |
630 | 631 |
| |
631 | 632 |
| |
632 |
| - | |
633 |
| - | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
634 | 636 |
| |
635 | 637 |
| |
636 | 638 |
| |
| |||
919 | 921 |
| |
920 | 922 |
| |
921 | 923 |
| |
922 |
| - | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
923 | 928 |
| |
924 | 929 |
| |
925 | 930 |
| |
|
0 commit comments