From 48c2a8f63dda45bd908852e2a381f942aa76c8cb Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Sun, 7 Jan 2018 20:20:58 +0000 Subject: [PATCH] fix documentation theming --- docs/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/theming.md b/docs/theming.md index 00e106d139..bf404c5ae7 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -22,7 +22,7 @@ Available pre-built themes: If you're using Angular CLI you can include one of the prebuilt theme in your `styles.scss` file: ```css -@import '~ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css'; +@import '~@alfresco/adf-core/prebuilt-themes/adf-blue-orange.css'; ``` Or you can add it directly in your index.html