Skip to content

Commit

Permalink
fix italic format (#20761)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored and bball07 committed Jan 22, 2020
1 parent 4249be1 commit 0a066b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/recipes/styling-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ import "./styles.scss"
import "./styles.sass"
```

_Note: You can use Sass/SCSS files as modules too, like mentioned in the previous recipe about CSS modules, with the difference that instead of `.css` the extensions have to be `.scss` or `.sass_`
_Note: You can use Sass/SCSS files as modules too, like mentioned in the previous recipe about CSS modules, with the difference that instead of `.css` the extensions have to be `.scss` or `.sass`_

### Additional resources

Expand Down

0 comments on commit 0a066b9

Please sign in to comment.