1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00

remove sidebar frontmatter field

This commit is contained in:
Shawn Allen 2019-01-04 10:29:19 -08:00
parent a8c3c1fceb
commit 6c2aaac2ae
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
---
title: Getting started
sidebar: {root: true}
---
Our CSS framework, Primer, is [open-sourced on GitHub](https://github.com/primer/primer) and [hosted on npm](https://www.npmjs.com/package/primer). Our modules are grouped into three packages: [primer-core](https://github.com/primer/primer/tree/master/modules/primer-core), [primer-product](https://github.com/primer/primer/tree/master/modules/primer-product), and [primer-marketing](https://github.com/primer/primer/tree/master/modules/primer-marketing). `primer-core` contains packages used in both product (github.com) and marketing (logged out homepage). To install all of primer, you can use [primer](https://github.com/primer/primer) which is a grouping of core, product and marketing.

View File

@ -1,6 +1,5 @@
---
title: Principles
sidebar: {root: true}
---
The CSS styleguide enables us to create a consistent user experience across GitHub, manage CSS bloat, and make our CSS easier to maintain. These principles should serve as guidelines for how we write and use CSS.