-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
364ceaa
commit 1f4416f
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,13 @@ Plasttic CSS Reset creates a clean and stripped foundation to develop an accessi | |
|
||
## Start | ||
|
||
### From CDN (no installation) | ||
|
||
1. In the HTML page | ||
### From CDN (HTML page) | ||
|
||
```HTML | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]" /> | ||
``` | ||
|
||
2. In the CSS file | ||
### From CDN (CSS file) | ||
|
||
```CSS | ||
@import "https://unpkg.com/[email protected]"; | ||
|
@@ -50,7 +48,7 @@ Plasttic CSS Reset creates a clean and stripped foundation to develop an accessi | |
npm i plasttic-reset | ||
``` | ||
|
||
2. In the CSS file | ||
2. Import in the CSS file | ||
|
||
```CSS | ||
@import "plasttic-reset"; | ||
|