Skip to content

Commit

Permalink
v2.0.9: updated start
Browse files Browse the repository at this point in the history
  • Loading branch information
tojeiro-me committed Jun 18, 2023
1 parent 364ceaa commit 1f4416f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]";
Expand All @@ -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";
Expand Down

0 comments on commit 1f4416f

Please sign in to comment.