Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 77300cc

Browse files
DarkleNickIliev
authored andcommitted
Updated the @import for the theme css (#1698)
The old one doesnt seem to work and the tilde one is whats listed on the https://docs.nativescript.org/ui/theme#color-schemes page.
1 parent 4db5bc6 commit 77300cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/cli-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Let’s make one final change.
175175
Find the first line of your app’s `app/app.css` file, which imports a `core.light.css` file. This import tells NativeScript to use a “light” color scheme. Let’s change to the “sky” color scheme by replacing the existing line of code with the one shown below.
176176

177177
``` CSS
178-
@import "nativescript-theme-core/css/sky.css";
178+
@import '~nativescript-theme-core/css/sky.css';
179179
```
180180

181181
<div class="exercise-end"></div>

0 commit comments

Comments
 (0)