You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docusaurus/docs/adding-css-reset.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To start using it, add `@import-normalize;` anywhere in your CSS file(s). You on
16
16
/* rest of app styles */
17
17
```
18
18
19
-
> **Tip**: If you see an "_Unknown at rule @import-normalize css(unknownAtRules)_" warning in VSCode, change the `css.lint.unknownAtRules` setting to `ignore`.
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
20
21
21
You can control which parts of [normalize.css] to use via your project's [browserslist].
0 commit comments