From 751ac93c1bcfcbe04f82a148382f2dbea255acb6 Mon Sep 17 00:00:00 2001
From: Regis Philibert <login@regisphilibert.com>
Date: Thu, 21 Apr 2022 15:48:54 +0000
Subject: [PATCH] Upgrade "minVersion" of theme to 84 (#543)
---
README.md | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
index 33b1f6e..9c087e1 100644
--- a/README.md
+++ b/README.md
@@ -239,6 +239,7 @@
[params]
custom_css = ["custom.css","special.css"]
```
+__IMPORTANT__: Files registered through the `custom_css` array, while unlimited in number, must be of the same type (Ex: all `scss` or all `css`)
__Note on retrocompatibiliy for custom css__: If the files registered through the `custom_css` setting are not found in `assets/ananke/css` the theme will expect them to live at the given path relative to the static directory and load them as <link> requests.
--
Gitblit v1.10.0