File tree
9 files changed
+14
-9
lines changed- lib/CSS
- Sass
- t
9 files changed
+14
-9
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Submodule libsass updated 56 files
- .github/CONTRIBUTING.md+65
- .github/ISSUE_TEMPLATE.md+29
- Makefile.conf+1
- configure.ac+5-8
- docs/api-doc.md+4
- docs/api-value-example.md+55
- docs/api-value.md+49-22
- include/sass/base.h+5-4
- include/sass/values.h+28-27
- include/sass/version.h+1-1
- src/ast.cpp+209-211
- src/ast.hpp+192-127
- src/ast_factory.hpp+4-5
- src/ast_fwd_decl.hpp+8-7
- src/bind.cpp+2-6
- src/check_nesting.cpp+379
- src/check_nesting.hpp+60
- src/constants.cpp+7-6
- src/constants.hpp+2-1
- src/context.cpp+6
- src/context.hpp+1-1
- src/cssize.cpp+56-12
- src/cssize.hpp+7-8
- src/debugger.hpp+60-40
- src/error_handling.cpp+9-2
- src/error_handling.hpp+10
- src/eval.cpp+50-117
- src/eval.hpp+11-8
- src/expand.cpp+64-68
- src/expand.hpp+12-11
- src/extend.cpp+153-136
- src/extend.hpp+10-3
- src/functions.cpp+51-52
- src/inspect.cpp+32-44
- src/inspect.hpp+7-7
- src/listize.cpp+10-10
- src/listize.hpp+3-3
- src/node.cpp+30-30
- src/node.hpp+13-13
- src/operation.hpp+21-19
- src/output.cpp+3-1
- src/output.hpp-1
- src/parser.cpp+73-100
- src/parser.hpp+6-7
- src/remove_placeholders.cpp+6-6
- src/remove_placeholders.hpp+1-1
- src/sass.cpp+21
- src/sass.hpp+8-1
- src/sass_context.cpp+22-12
- src/to_value.cpp+2-2
- src/to_value.hpp+1-1
- src/units.hpp+3-1
- src/util.cpp+15-8
- src/util.hpp+1
- win/libsass.targets+2
- win/libsass.vcxproj.filters+6
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
| 55 | + | |
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
|
Submodule sass-spec updated 802 files
0 commit comments