summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/style.ini
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tpl/dokuwiki/style.ini')
-rw-r--r--lib/tpl/dokuwiki/style.ini14
1 files changed, 9 insertions, 5 deletions
diff --git a/lib/tpl/dokuwiki/style.ini b/lib/tpl/dokuwiki/style.ini
index 9cf6cb64f..c6962fcd2 100644
--- a/lib/tpl/dokuwiki/style.ini
+++ b/lib/tpl/dokuwiki/style.ini
@@ -9,12 +9,15 @@
; Define the stylesheets your template uses here. The second value
; defines for which output media the style should be loaded. Currently
; print, screen and all are supported.
+; You can reference CSS and LESS files here. Files referenced here will
+; be checked for updates when considering a cache rebuild while files
+; included through LESS' @import statements are not
[stylesheets]
css/mixins.less = screen
-css/basic.css = screen
+css/basic.less = screen
css/_imgdetail.css = screen
css/_media_popup.css = screen
css/_media_fullscreen.css = screen
@@ -32,17 +35,18 @@ css/_forms.css = screen
css/_admin.css = screen
css/structure.css = screen
css/design.less = screen
-css/pagetools.css = screen
-css/content.css = screen
-css/includes.css = screen
+css/pagetools.less = screen
+css/content.less = screen
-css/mobile.css = all
+css/mobile.less = all
css/print.css = print
; This section is used to configure some placeholder values used in
; the stylesheets. Changing this file is the simplest method to
; give your wiki a new look.
+; Placeholders defined here will also be made available as LESS variables
+; (with surrounding underscores removed, and the prefix @ini_ added)
[replacements]