mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Initial support for LESS and SCSS stylesheets
This commit is contained in:
parent
0b05de6f80
commit
25965b5d72
3 changed files with 127 additions and 52 deletions
|
|
@ -688,6 +688,8 @@ class TemplateHandler
|
|||
}
|
||||
break;
|
||||
case 'css':
|
||||
case 'less':
|
||||
case 'scss':
|
||||
if($doUnload)
|
||||
{
|
||||
$result = "Context::unloadFile('{$attr['target']}','{$attr['targetie']}','{$attr['media']}');";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue