1
1
mirror of https://github.com/primer/css.git synced 2024-11-25 07:33:41 +03:00

tweaks to wording and case

This commit is contained in:
broccolini 2017-06-12 11:45:53 -04:00
parent c22ac62d83
commit deb96864c8

View File

@ -3,9 +3,9 @@
[![NPM version](http://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.org/package/primer-core)
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
> Primer core is the core modules of the primer framework. Shared between our product and marketing pages.
> Primer core contains packages that are shared between GitHub product and marketing websites.
This repository is a compilation of [several CSS modules](https://github.com/primer). You can break it down into smaller sections using npm.
This repository is a compilation of [several CSS packages](https://github.com/primer). You can break it down into smaller sections using NPM.
## Install
@ -27,7 +27,7 @@ You can also import specific portions of the module by importing those partials
## Build
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.
For a compiled **CSS** version of this module, an 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.
```
$ npm run build