From 4aed36057e8af0482e1e23ab18f6123f9387fd92 Mon Sep 17 00:00:00 2001 From: Evgeny Lupanov Date: Wed, 25 Mar 2020 22:32:11 +0300 Subject: [PATCH] fix(docs): dependency styles --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 25d303cd..32ea7c70 100644 --- a/angular.json +++ b/angular.json @@ -205,7 +205,7 @@ "styles": [ "node_modules/bootstrap/dist/css/bootstrap.css", "node_modules/nebular-icons/scss/nebular-icons.scss", - "node_modules/swiper/dist/css/swiper.min.css", + "node_modules/swiper/css/swiper.min.css", "node_modules/highlight.js/styles/dracula.css", "docs/app/@theme/styles/styles.scss" ]