Skip to content

Commit 8016e3c

Browse files
Luckzlangermank
andauthored
Remove article (#2090)
* Remove article The 'the' is superfluous / wrong. unpkg doesn't refer to itself as "the unpkg" or anything. * Create violet-humans-care.md Co-authored-by: Katie Langerman <[email protected]>
1 parent edac9ed commit 8016e3c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/violet-humans-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Remove article

docs/content/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Since GitHub pages is currently [locked to version `1.5.2` of `jekyll-sass-conve
119119

120120
## Using Primer CSS on a static site
121121

122-
You won't need to install any node modules or Sass compilers for a static site; you can use the built CSS. The best thing to do is to [download the built CSS](https://unpkg.com/@primer/css/dist/primer.css) from the [unpkg.com](https://unpkg.com) and host it yourself. If that's not an option, you can include a CDN link in your HTML:
122+
You won't need to install any node modules or Sass compilers for a static site; you can use the built CSS. The best thing to do is to [download the built CSS](https://unpkg.com/@primer/css/dist/primer.css) from [unpkg.com](https://unpkg.com) and host it yourself. If that's not an option, you can include a CDN link in your HTML:
123123

124124
```html
125125
<link href="https://unpkg.com/@primer/css@^20.2.4/dist/primer.css" rel="stylesheet" />

0 commit comments

Comments
 (0)