1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00
css/modules/primer-support
Jon Rohan 09d50e6e28 Publish
- primer-alerts@1.5.3
 - primer-avatars@1.5.0
 - primer-base@1.6.1
 - primer-blankslate@1.4.3
 - primer-box@2.5.3
 - primer-branch-name@1.0.1
 - primer-breadcrumb@1.4.3
 - primer-buttons@2.5.1
 - primer-core@6.6.0
 - primer-forms@2.0.1
 - primer-labels@1.5.3
 - primer-layout@1.4.3
 - primer-markdown@3.7.3
 - primer-marketing-buttons@1.0.2
 - primer-marketing-support@1.3.3
 - primer-marketing-type@1.4.3
 - primer-marketing-utilities@1.5.1
 - primer-marketing@6.0.2
 - primer-navigation@1.5.1
 - primer-page-headers@1.4.3
 - primer-page-sections@1.4.3
 - primer-popover@0.0.4
 - primer-product@5.6.0
 - primer-subhead@1.0.1
 - primer-support@4.5.0
 - primer-table-object@1.4.3
 - primer-tables@1.4.3
 - primer-tooltips@1.5.0
 - primer-truncate@1.4.3
 - primer-utilities@4.8.3
 - primer@10.1.0
 - generator-primer-module@1.0.2
 - stylelint-config-primer@2.2.2
 - stylelint-selector-no-utility@1.8.2
2017-11-15 15:39:23 -08:00
..
docs Renaming primer-css to primer 2017-11-09 09:41:18 -08:00
lib remove transparency from tooltips: 2017-11-15 12:42:34 -05:00
.npmignore rename packages directory to modules 2017-06-29 12:49:16 -07:00
index.scss rename packages directory to modules 2017-06-29 12:49:16 -07:00
LICENSE Revert "Merge branch 'dev' into master" 2017-09-20 21:21:19 -07:00
package.json Publish 2017-11-15 15:39:23 -08:00
README.md Changing shields.io url to https 2017-11-15 10:08:26 -08:00

Primer Support

npm version Build Status

Support files are Sass variables, mixins, and functions that we import into different bases for use across components, objects, and utilities. Sharing these common properties across GitHub sites helps us to keep our styles more consistent.

Most of the time to include these you'll only need to add @import "support/support"; to the top of your bundle. If you want only a specific partial you can import them separately.

This repository is a module of the full primer repository.

Install

This repository is distributed with npm. After installing npm, you can install primer-support with this command.

$ npm install --save primer-support

Usage

The source files included are written in Sass (scss) You can simply point your sass include-path at your node_modules directory and import it like this.

@import "primer-support/index.scss";

You can also import specific portions of the module by importing those partials from the /lib/ folder. Make sure you import any requirements along with the modules.

Documentation

Primer is built on systems that form the foundation of our styles, and inform the way we write and organize our CSS. Building upon systems helps us make styles consistent and interoperable with each other, and assists us with visual hierarchy and vertical rhythm.

We use Sass variables to keep color, typography, spacing, and other foundations of our system consistent. Occasionally we use Sass mixins to apply multiple CSS properties, they are a convenient solution for frequently-used verbose patterns.

We've documented variables, mixins, and the systems they are built on for the following:

License

MIT © GitHub