Give GitHub creit for primer
This commit is contained in:
parent
e5f87ed8d4
commit
2875a929b3
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Jekyll's convention for defining layouts is very flexible. You can [learn more a
|
||||||
|
|
||||||
## Styles
|
## 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');
|
@import url('https://unpkg.com/primer/build/build.css');
|
||||||
|
|
Loading…
Reference in a new issue