Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a7aaa2

Browse files
authored
Add a VSCode tip in the CSS reset section (#8246)
1 parent 62e8e3d commit 6a7aaa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus/docs/adding-css-reset.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ To start using it, add `@import-normalize;` anywhere in your CSS file(s). You on
1616
/* rest of app styles */
1717
```
1818

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

2123
Results when [browserslist] is `last 3 versions`:

0 commit comments

Comments
 (0)