Skip to content

Commit

Permalink
Updated the @import for the theme css (NativeScript#1698)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Darkle authored and NickIliev committed Jul 8, 2019
1 parent 4db5bc6 commit 77300cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/cli-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Let’s make one final change.
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.

``` CSS
@import "nativescript-theme-core/css/sky.css";
@import '~nativescript-theme-core/css/sky.css';
```

<div class="exercise-end"></div>
Expand Down

0 comments on commit 77300cc

Please sign in to comment.