芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/store/system/storage/vendor/scssphp/scssphp/bin/pscss
#!/usr/bin/env php parse($data)), true)); exit(); } $scss = new Compiler(); if ($debugInfo) { $scss->setLineNumberStyle(Compiler::DEBUG_INFO); } if ($lineNumbers) { $scss->setLineNumberStyle(Compiler::LINE_COMMENTS); } if ($ignoreErrors) { $scss->setIgnoreErrors($ignoreErrors); } if ($loadPaths) { $scss->setImportPaths(explode(PATH_SEPARATOR, $loadPaths)); } if ($precision) { $scss->setNumberPrecision($precision); } if ($style) { $scss->setFormatter('ScssPhp\\ScssPhp\\Formatter\\' . ucfirst($style)); } if ($sourceMap) { $scss->setSourceMap(Compiler::SOURCE_MAP_INLINE); } if ($encoding) { $scss->setEncoding($encoding); } echo $scss->compile($data, $inputFile); if ($changeDir) { chdir($oldWorkingDir); }