1
1
mirror of https://github.com/primer/css.git synced 2025-01-06 22:36:48 +03:00

Update pages/css/index.md

Co-Authored-By: emplums <emplums@github.com>
This commit is contained in:
Shawn Allen 2019-04-30 13:42:43 -07:00 committed by GitHub
parent ea046ba651
commit 57f726105e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ Primer CSS is built upon systems that form the foundation of our styles such as
## Primer CSS bundles
Each component or group of styles is packaged up and distributed via npm. Primer CSS includes 23 packages that are grouped into useful meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer CSS within your own project.
Each component or group of styles is distributed via npm as a separate CSS file, or "bundle". We also distribute "meta-packages" for core (shared) elements, product-specific (github.com) styles, and marketing.
<PrimerPackageBox meta={bundles.primer} count={Object.keys(bundles).length - 1} mb={4} />