This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +32
-8
lines changed Expand file tree Collapse file tree 1 file changed +32
-8
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,40 @@ A tiny little reset that you can use as the basis of your CSS projects. You can
99
1010## Installation
1111
12- - NPM: ` npm install modern-css-reset `
13- - Yarn: ` yarn add modern-css-reset `
14- - CDN:
15- - Unpkg: ` <link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css" /> `
16- - jsDelivr: ` <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-css-reset/dist/reset.min.css" /> `
12+ - NPM:
1713
18- ## Commands
14+ ``` console
15+ $ npm install --save-dev modern-css-reset
16+ ```
17+
18+ - Yarn:
19+
20+ ``` console
21+ $ yarn add modern-css-reset
22+ ```
23+
24+ - Unpkg CDN:
25+
26+ ``` html
27+ <link rel =" stylesheet" href =" https://unpkg.com/modern-css-reset/dist/reset.min.css" />
28+ ```
29+
30+ - jsDelivr CDN:
31+
32+ ``` html
33+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/modern-css-reset/dist/reset.min.css" />
34+ ```
35+
36+ ### Mannual installation
1937
2038You can minify and move the main reset to the ` dist ` by running:
2139
22- ``` bash
23- npm run build
40+ ``` console
41+ $ git clone https://github.com/hankchizljaw/modern-css-reset.git
42+ $ cd modern-css-reset
43+ $ npm run build
2444```
45+
46+ ## License
47+
48+ MIT
You can’t perform that action at this time.
0 commit comments