Change rhymix.less back to rhymix.scss because the LESS converter seems to be abandoned :(

This commit is contained in:
Kijin Sung 2022-12-26 00:50:02 +09:00
parent e93b44aa3a
commit a667228f29
4 changed files with 560 additions and 564 deletions

View file

@ -678,7 +678,7 @@ class HTMLDisplayHandler
*/
private function _loadCommonJSCSS()
{
Context::loadFile(array('./common/css/rhymix.less', '', '', -1600000000), true);
Context::loadFile(array('./common/css/rhymix.scss', '', '', -1600000000), true);
$original_file_list = array(
'plugins/jquery.migrate/jquery-migrate-1.4.1.min.js',
'plugins/cookie/js.cookie.min.js',