This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Commit ec48be4
4 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Submodule libsass updated 40 files
- .travis.yml+1-1
- GNUmakefile.am+6-6
- Makefile+3-3
- Makefile.conf-1
- appveyor.yml+5-2
- docs/api-context.md+4-4
- docs/api-doc.md+29-11
- docs/api-importer-example.md+5-5
- docs/build-on-windows.md+1-1
- include/sass/base.h+7
- include/sass/interface.h-105
- include/sass2scss.h+1-1
- script/ci-build-libsass+12
- src/ast.cpp+81-3
- src/ast.hpp+47-5
- src/context.cpp+16-17
- src/context.hpp+2-2
- src/debugger.hpp+2
- src/emitter.cpp+1-1
- src/environment.cpp+1-1
- src/eval.cpp+34-8
- src/expand.cpp+18-3
- src/expand.hpp+1
- src/extend.cpp+4-4
- src/functions.cpp+7
- src/parser.cpp+2-1
- src/prelexer.cpp+4-4
- src/prelexer.hpp-2
- src/remove_placeholders.cpp+4-4
- src/remove_placeholders.hpp+1
- src/sass.cpp+27-3
- src/sass2scss.cpp+7
- src/sass_context.cpp+17-55
- src/sass_functions.cpp+3-3
- src/sass_interface.cpp-215
- src/sass_values.cpp+5-5
- src/util.cpp+47-26
- src/util.hpp+6-1
- win/libsass.targets-2
- win/libsass.vcxproj.filters-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
Submodule spec updated 8712 files
0 commit comments