Skip to content

Commit 3fed5c7

Browse files
authored
fix(tutorials): Adjust file name to avoid confusing (#96)
1 parent 91cdaf2 commit 3fed5c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/plain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Next, add the `ListView` component:
336336
Before we dive into creating the card below, let's create some classes for our background and text colors that we will be using in the application. As this will be shared throughout the application, let's add this to the `app.css`. Open `app.css` and add the following:
337337

338338
```css
339-
/* app/app.scss */
339+
/* app/app.css */
340340

341341
/* applied when device is in light mode */
342342
.ns-light .bg-primary {

0 commit comments

Comments
 (0)