We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e16a4 commit ba8bdf5Copy full SHA for ba8bdf5
README.md
@@ -5,5 +5,11 @@ This new CSS reset is using the new CSS features:
5
- The :where() pseudo-class to remove specificity.
6
- The :not() pseudo-class with multi arguments.
7
8
+## How to Use ?
9
+In React project, insert to main entry file
10
+```angular2html
11
+import "the-new-css-reset/css/reset.css"
12
+```
13
+
14
## Browser Support
15
All evergreen browsers (except Samsung Internet browser version 14, will be supported in the next version).
0 commit comments