File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11<?php
2-
32/**
3+ * SCSSPHP
4+ *
45 * Stub classes for backward compatibility
6+ *
7+ * @copyright 2012-2014 Leaf Corcoran
8+ *
9+ * @license http://opensource.org/licenses/gpl-license GPL-3.0
10+ * @license http://opensource.org/licenses/MIT MIT
11+ *
12+ * @link http://leafo.net/scssphp
513 */
614
715/**
@@ -21,7 +29,7 @@ class scss_parser extends \Leafo\ScssPhp\Parser
2129/**
2230 * @deprecated since 0.1.0
2331 */
24- class scss_formatter extends \Leafo \ScssPhp \Formatter
32+ class scss_formatter extends \Leafo \ScssPhp \Formatter \Expanded
2533{
2634}
2735
Original file line number Diff line number Diff line change 88include __DIR__ . '/src/Formatter/Nested.php ' ;
99include __DIR__ . '/src/Parser.php ' ;
1010include __DIR__ . '/src/Server.php ' ;
11-
12- //added for backward compatibility
1311include __DIR__ . '/classmap.php ' ;
You can’t perform that action at this time.
0 commit comments