blob: 0d884ae4c6fc6de58b03ca5a0e8f1dd57796620a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname(dirname(dirname(dirname($vendorDir))));
return array(
'scss_formatter' => $vendorDir . '/leafo/scssphp/scss.inc.php',
'scss_formatter_compressed' => $vendorDir . '/leafo/scssphp/scss.inc.php',
'scss_formatter_nested' => $vendorDir . '/leafo/scssphp/scss.inc.php',
'scss_parser' => $vendorDir . '/leafo/scssphp/scss.inc.php',
'scss_server' => $vendorDir . '/leafo/scssphp/scss.inc.php',
'scssc' => $vendorDir . '/leafo/scssphp/scss.inc.php',
);
|