summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f79df2b4b3..9adba6a98a 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,7 @@ stylesheets-check: generate-stylesheets
.PHONY: generate-stylesheets
generate-stylesheets:
- node_modules/.bin/lessc --no-ie-compat --clean-css public/less/index.less public/css/index.css
+ node_modules/.bin/lessc --clean-css public/less/index.less public/css/index.css
.PHONY: swagger-ui
swagger-ui: