Skip to content

Commit

Permalink
Update pages/css/getting-started/index.md
Browse files Browse the repository at this point in the history
Co-Authored-By: emplums <emplums@github.com>
  • Loading branch information
shawnbot and emplums committed Apr 30, 2019
1 parent f8f3b1d commit 704f5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/css/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Don't forget to add the compiled CSS to the `<head>` section of your page.

## Using Primer CSS on a static site

You won't need to install any node modules 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/build/build.css) from the npm module and host it yourself. If that's not an option, you can include a CDN link in your html:
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:

```html inert=true
<link href="https://unpkg.com/primer/build/build.css" rel="stylesheet">
Expand Down

0 comments on commit 704f5ef

Please sign in to comment.