You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core 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 within your own project.
6
+
Primer is the CSS framework that powers GitHub's front-end design. Primer CSS includes 23 packages that are grouped into 3 core 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 within your own project.
7
7
8
8
## Packages
9
9
10
-
The Primer repo is managed as a monorepo that is composed of many NPM packages.
10
+
The Primer CSS repo is managed as a monorepo that is composed of many NPM packages.
11
11
12
12
### Core Packages
13
13
@@ -38,7 +38,7 @@ You can also import specific portions of the module by importing those partials
38
38
39
39
## Build
40
40
41
-
For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package.
41
+
For a compiled **CSS** version of this module, a NPM script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the NPM package.
0 commit comments