1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 11:30:21 +02:00

feat: Allow registering settings as Less config vars through Settings Extender (#3011)

Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com>
This commit is contained in:
Sami Mazouz
2021-11-01 15:41:19 +01:00
committed by GitHub
parent 2b163025d6
commit d8e7aa54b4
8 changed files with 163 additions and 17 deletions

3
tests/fixtures/less/config.less vendored Normal file
View File

@@ -0,0 +1,3 @@
body {
--custom-config-setting: @custom-config-setting;
}