diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-07-14 11:47:12 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-07-14 11:47:12 +0300 |
commit | 903b0905432ca4e160e482c4c9c3157f74762b1a (patch) | |
tree | bcaf647258a8580fd92f07c99ff7c0b96555413b /.stylelintrc.json | |
parent | efd377128a2944900550cb08810878202e6808c5 (diff) | |
download | rspamd-903b0905432ca4e160e482c4c9c3157f74762b1a.tar.gz rspamd-903b0905432ca4e160e482c4c9c3157f74762b1a.zip |
[WebUI] Add map editor (requires a modern browser)
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index b25642b8f..be1ea613f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -4,7 +4,8 @@ "**/*.min.css", "**/*.min.js", "interface/css/d3evolution.css", - "interface/css/nprogress.css" + "interface/css/nprogress.css", + "interface/css/prism.css" ], "rules": { "at-rule-empty-line-before": null, |