From 1a1eaa46ae491bb9725a4fb9e74516130d21ea7b Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 6 Feb 2026 13:31:04 -0600 Subject: [PATCH] add css --- bizmatch/angular.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bizmatch/angular.json b/bizmatch/angular.json index 419f47c..c301391 100644 --- a/bizmatch/angular.json +++ b/bizmatch/angular.json @@ -53,7 +53,10 @@ ], "styles": [ "src/styles.scss", - "src/styles/lazy-load.css" + "src/styles/lazy-load.css", + "node_modules/quill/dist/quill.snow.css", + "node_modules/leaflet/dist/leaflet.css", + "node_modules/ngx-sharebuttons/themes/default.scss" ] }, "configurations": {