1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 05:06:04 +03:00

Remove brackets from non-links

This commit is contained in:
Shawn Allen 2019-06-20 10:56:19 -07:00 committed by GitHub
parent d67e00e1bf
commit db5e04c85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ Primer CSS is built upon systems that form the foundation of our styles such as
<PrimitivesOverview />
## Structure
Primer CSS is published to [npm] as [@primer/css]. Each of Primer CSS's "modules" lives in a subfolder under `src/` with an `index.scss` in it. Generally speaking, the styles are divided into three primary themes:
Primer CSS is published to npm as `@primer/css`. Each of Primer CSS's "modules" lives in a subfolder under `src/` with an `index.scss` in it. Generally speaking, the styles are divided into three primary themes:
* **Core** styles (in `core/`) are common dependencies, which include support variables, native element and typography styles, buttons, navigation, tooltips, etc.
* **Product** styles (in `product/`) are specific to github.com, and include components such as avatars, labels, markdown styles, popovers, and progress indicators.