Give GitHub creit for primer

This commit is contained in:
Sophie Shepherd 2019-03-06 09:06:08 -06:00
parent e5f87ed8d4
commit 2875a929b3

View file

@ -147,7 +147,7 @@ Jekyll's convention for defining layouts is very flexible. You can [learn more a
## Styles
Your website is pre-configured to use [a very flexible CSS framework called "Primer,"](https://styleguide.github.com/primer/) alongside any custom styles you write in your `/assets/styles.scss` Sass stylesheet. It's currently referenced within your `styles.scss` file, using the CSS import at-rule:
Your website is pre-configured to use [GitHub's very flexible CSS framework called "Primer,"](https://styleguide.github.com/primer/) alongside any custom styles you write in your `/assets/styles.scss` Sass stylesheet. It's currently referenced within your `styles.scss` file, using the CSS import at-rule:
```
@import url('https://unpkg.com/primer/build/build.css');