File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 11<?php
2- include_once __DIR__ . '/src/Colors.php ' ;
3- include_once __DIR__ . '/src/Compiler.php ' ;
4- include_once __DIR__ . '/src/Formatter.php ' ;
5- include_once __DIR__ . '/src/Formatter/Compact.php ' ;
6- include_once __DIR__ . '/src/Formatter/Compressed.php ' ;
7- include_once __DIR__ . '/src/Formatter/Crunched.php ' ;
8- include_once __DIR__ . '/src/Formatter/Expanded.php ' ;
9- include_once __DIR__ . '/src/Formatter/Nested.php ' ;
10- include_once __DIR__ . '/src/Parser.php ' ;
11- include_once __DIR__ . '/src/Version.php ' ;
12- include_once __DIR__ . '/src/Server.php ' ;
13- include_once __DIR__ . '/classmap.php ' ;
2+ if ( ! class_exists ('scssc ' )) {
3+ include_once __DIR__ . '/src/Colors.php ' ;
4+ include_once __DIR__ . '/src/Compiler.php ' ;
5+ include_once __DIR__ . '/src/Formatter.php ' ;
6+ include_once __DIR__ . '/src/Formatter/Compact.php ' ;
7+ include_once __DIR__ . '/src/Formatter/Compressed.php ' ;
8+ include_once __DIR__ . '/src/Formatter/Crunched.php ' ;
9+ include_once __DIR__ . '/src/Formatter/Expanded.php ' ;
10+ include_once __DIR__ . '/src/Formatter/Nested.php ' ;
11+ include_once __DIR__ . '/src/Parser.php ' ;
12+ include_once __DIR__ . '/src/Version.php ' ;
13+ include_once __DIR__ . '/src/Server.php ' ;
14+ include_once __DIR__ . '/classmap.php ' ;
15+ }
You can’t perform that action at this time.
0 commit comments