Skip to content
Snippets Groups Projects
Commit fd975da7 authored by Anika Henke's avatar Anika Henke
Browse files

removed possibility to have rtl.less files in plugins

parent e8e5221c
No related branches found
No related tags found
No related merge requests found
......@@ -365,7 +365,6 @@ function css_pluginstyles($mediatype='screen'){
// please use "[dir=rtl]" in any css file in all, screen or print mode instead
if($lang['direction'] == 'rtl'){
$list[DOKU_PLUGIN."$p/rtl.css"] = DOKU_BASE."lib/plugins/$p/";
$list[DOKU_PLUGIN."$p/rtl.less"] = DOKU_BASE."lib/plugins/$p/";
}
}
return $list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment