1
1
mirror of https://github.com/primer/css.git synced 2025-01-06 22:36:48 +03:00

Update pages/css/getting-started/index.md

Co-Authored-By: emplums <emplums@github.com>
This commit is contained in:
Shawn Allen 2019-04-30 13:42:05 -07:00 committed by GitHub
parent f8f3b1d1af
commit 704f5ef922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">