Skip to content

Commit

Permalink
Add a VSCode tip in the CSS reset section (facebook#8246)
Browse files Browse the repository at this point in the history
  • Loading branch information
maazadeeb committed May 5, 2020
1 parent 62e8e3d commit 6a7aaa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus/docs/adding-css-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ To start using it, add `@import-normalize;` anywhere in your CSS file(s). You on
/* rest of app styles */
```

> **Tip**: If you see an "_Unknown at rule @import-normalize css(unknownAtRules)_" warning in VSCode, change the `css.lint.unknownAtRules` setting to `ignore`.
You can control which parts of [normalize.css] to use via your project's [browserslist].

Results when [browserslist] is `last 3 versions`:
Expand Down

0 comments on commit 6a7aaa2

Please sign in to comment.