File tree
4 files changed
+30
-34
lines changed- ext
- lib/sassc/lib
4 files changed
+30
-34
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
- .travis.yml+2
- Makefile+13-9
- Makefile.am+9-5
- Readme.md+10-10
- ast.cpp+3-3
- ast.hpp+11-7
- ast_factory.hpp+1-1
- ast_fwd_decl.hpp+1-1
- constants.cpp+1
- constants.hpp+1
- context.cpp+39-23
- context.hpp+3
- contextualize.cpp+5-4
- contextualize.hpp+2-2
- emscripten_wrapper.cpp+1
- environment.hpp+19
- eval.cpp+10-5
- expand.cpp+6-2
- extend.cpp+1-1
- file.cpp+67-12
- file.hpp+1
- functions.cpp+72-5
- functions.hpp+10-2
- inspect.cpp+2-2
- inspect.hpp+1-1
- operation.hpp+2-2
- output_compressed.cpp+12-2
- output_compressed.hpp+1-1
- output_nested.cpp+1-1
- output_nested.hpp+1-1
- parser.cpp+41-21
- parser.hpp+2-2
- prelexer.cpp+71-4
- prelexer.hpp+1
- sass.cpp+4
- sass.h+1
- sass_interface.cpp+24-8
- sass_interface.h+3-1
- script/bootstrap+2-2
- script/cibuild+1-1
- script/spec+1-1
- source_map.cpp+28-4
- subset_map.hpp+1-1
- support/libsass.pc.in+1-1
- utf8_string.cpp+12-11
- utf8_string.hpp+1-1
- util.cpp+17
- util.hpp+9
Lines changed: 27 additions & 32 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
49 | 37 |
| |
50 | 38 |
| |
51 | 39 |
| |
| |||
68 | 56 |
| |
69 | 57 |
| |
70 | 58 |
| |
71 |
| - | |
| 59 | + | |
| 60 | + | |
72 | 61 |
| |
73 | 62 |
| |
74 |
| - | |
| 63 | + | |
75 | 64 |
| |
76 |
| - | |
77 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
78 | 69 |
| |
79 | 70 |
| |
80 | 71 |
| |
81 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
82 | 77 |
| |
83 | 78 |
| |
84 |
| - | |
| 79 | + | |
85 | 80 |
| |
86 | 81 |
| |
87 | 82 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
0 commit comments