aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2020-07-14 11:47:12 +0300
committermoisseev <moiseev@mezonplus.ru>2020-07-14 11:47:12 +0300
commit903b0905432ca4e160e482c4c9c3157f74762b1a (patch)
treebcaf647258a8580fd92f07c99ff7c0b96555413b /.stylelintrc.json
parentefd377128a2944900550cb08810878202e6808c5 (diff)
downloadrspamd-903b0905432ca4e160e482c4c9c3157f74762b1a.tar.gz
rspamd-903b0905432ca4e160e482c4c9c3157f74762b1a.zip
[WebUI] Add map editor (requires a modern browser)
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json3
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,