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

Updated the @import for the theme css example #1698

Merged
merged 1 commit into from
Jul 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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