1.1.0 • Published 8 years ago

primer-precompiled v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

primer-precompiled

Github's primer.css subsets pre-compiled to CSS

Primer.css is the base styling for Github's websites, and is distributed as SASS. The documentation for Primer.css can be found at http://primercss.io/ .

This project distributes pre-built css based on useful subsets of Primer.css, such as any components defined as individual source code files, groupings according to the documentation sections etc.

If you need more control of the generated css, you may prefer to compile Primer.css yourself.

$ bower install primer-precompiled --save
$ npm install primer-precompiled --save
filePrimer documentation
primer-alerts.csshttp://primercss.io/alerts/
primer-avatars.csshttp://primercss.io/avatars/
primer-blankslate.csshttp://primercss.io/blankslate/
primer-buttons.csshttp://primercss.io/buttons/
primer-counter.csshttp://primercss.io/utilities/#counter
primer-filter-list.csshttp://primercss.io/nav/#filter-list
primer-flex-table.csshttp://primercss.io/utilities/#flex-table
primer-forms.csshttp://primercss.io/forms/
primer-layout.csshttp://primercss.io/layout/
primer-menu.csshttp://primercss.io/nav/#menu
primer-navigation.csshttp://primercss.io/nav/
primer-scaffolding.csshttp://primercss.io/scaffolding/
primer-states.csshttp://primercss.io/states/
primer-tabnav.csshttp://primercss.io/nav/#tabnav
primer-tooltips.csshttp://primercss.io/tooltips/
primer-truncate.csshttp://primercss.io/utilities/#truncation
primer-type.csshttp://primercss.io/type/
primer-utilities.csshttp://primercss.io/utilities/

All css files produced have not been verified to individually work as in the Primer documentation, and may implicitly depend on Normalize.css or other css such as resets defined elsewhere in the Primer.css source. You may therefore need to supply these resets yourself or selectively include other Primer components.

If you discover any problems with components, please file an issue and/or submit a pull request.

Versionsprimer-precompiledPrimer.css
1.1.0 2.7.0
1.0.0 2.5.0

This project is ISC licenced.

Primer.css is created by and copyright GitHub, Inc. and released under the MIT license.