File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed
Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 33/**
44 * Stub classes for backward compatibiility
55 */
6+ class scssc extends \Leafo \ScssPhp \Compiler
7+ {
8+ }
69
7- class scssc extends \Leafo \ScssPhp \Compiler {}
10+ class scss_parser extends \Leafo \ScssPhp \Parser
11+ {
12+ }
813
9- class scss_parser extends \Leafo \ScssPhp \Parser {}
14+ class scss_formatter extends \Leafo \ScssPhp \Formatter
15+ {
16+ }
1017
11- class scss_formatter extends \Leafo \ScssPhp \Formatter {}
18+ class scss_formatter_nested extends \Leafo \ScssPhp \Formatter \Nested
19+ {
20+ }
1221
13- class scss_formatter_nested extends \Leafo \ScssPhp \Formatter \Nested {}
22+ class scss_formatter_compressed extends \Leafo \ScssPhp \Formatter \Compressed
23+ {
24+ }
1425
15- class scss_formatter_compressed extends \Leafo \ScssPhp \Formatter \Compressed {}
26+ class scss_formatter_crunched extends \Leafo \ScssPhp \Formatter \Crunched
27+ {
28+ }
1629
17- class scss_formatter_crunched extends \Leafo \ScssPhp \Formatter \Crunched {}
18-
19- class scss_server extends \ Leafo \ ScssPhp \Server { }
30+ class scss_server extends \Leafo \ScssPhp \Server
31+ {
32+ }
You can’t perform that action at this time.
0 commit comments