diff --git a/MIGRATING.md b/MIGRATING.md index ca908652..ef419e6e 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -60,6 +60,10 @@ If you've installed Primer CSS with npm, you very likely already have `node_modu If you've installed Primer CSS with something _other than_ npm, or you don't know how it was installed, consult the documentation for your setup first, then [let us know][help] if you still can't figure it out. +## Compiled CSS files + +The compiled CSS files can be found under `/dist` in case you want to directly link to them. + ## Fonts The marketing-specific font files published in the [`fonts` directory](https://unpkg.com/primer-marketing-support@2.0.0/fonts/) of `primer-marketing-support@2.0.0` are published in the `fonts` directory of `@primer/css`. If you use these fonts, you'll need to do the following: diff --git a/docs/content/components/header.md b/docs/content/components/header.md index 94dcf959..c6cf3b25 100644 --- a/docs/content/components/header.md +++ b/docs/content/components/header.md @@ -6,13 +6,11 @@ source: 'https://github.com/primer/css/tree/master/src/header' bundle: header --- -Use the Header component to create a header that has all of it's items aligned vertically with consistent horizontal spacing. - -## Table of Contents +Use the Header component to create a header that has all of its items aligned vertically with consistent horizontal spacing. ## Header -The `.Header` class is the wrapping class that aligns all the items properly and gives the header it's dark background. Each direct child of the `.Header` component is expected to be a `.Header-item` component. The component utilizes flexbox CSS to align all these items properly and applies spacing scale margin. +The `.Header` class is the wrapping class that aligns all the items properly and gives the header its dark background. Each direct child of the `.Header` component is expected to be a `.Header-item` component. The component utilizes flexbox CSS to align all these items properly and applies spacing scale margin. ```html live