diff --git a/projects/demo/src/modules/app/home/examples/angular-json-styles.md b/projects/demo/src/modules/app/home/examples/angular-json-styles.md index 7c8b7447776b..cd536c231615 100644 --- a/projects/demo/src/modules/app/home/examples/angular-json-styles.md +++ b/projects/demo/src/modules/app/home/examples/angular-json-styles.md @@ -7,8 +7,8 @@ // ... "options": { "styles": [ - "node_modules/@taiga-ui/core/styles/taiga-ui-theme.less", - "node_modules/@taiga-ui/core/styles/taiga-ui-fonts.less", + "@taiga-ui/core/styles/taiga-ui-theme.less", + "@taiga-ui/core/styles/taiga-ui-fonts.less", "src/styles.css" ] } diff --git a/projects/demo/src/modules/app/home/examples/project-json-styles.md b/projects/demo/src/modules/app/home/examples/project-json-styles.md index 66a7c0b51925..bc693ebca3b6 100644 --- a/projects/demo/src/modules/app/home/examples/project-json-styles.md +++ b/projects/demo/src/modules/app/home/examples/project-json-styles.md @@ -5,8 +5,8 @@ "options": { // ... "styles": [ - "node_modules/@taiga-ui/core/styles/taiga-ui-theme.less", - "node_modules/@taiga-ui/core/styles/taiga-ui-fonts.less", + "@taiga-ui/core/styles/taiga-ui-theme.less", + "@taiga-ui/core/styles/taiga-ui-fonts.less", "src/styles.css" ] }