From 78d6b27d4634f73433d7bef51ee081547c034516 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 2dea0641..20bec694 100644 --- a/angular.json +++ b/angular.json @@ -197,7 +197,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" ]