1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 11:41:33 +03:00
css/modules/primer-marketing-support
2017-11-17 12:06:43 -08:00
..
lib rm extra line space 2017-11-17 12:06:01 -08:00
.npmignore rename packages directory to modules 2017-06-29 12:49:16 -07:00
index.scss add new variables explicitly, remove x directional spacing from loop 2017-11-17 12:06:01 -08:00
LICENSE update copyright year to 2017 2017-08-31 09:52:28 -07:00
package.json Publish 2017-11-15 15:39:23 -08:00
README.md add docs, and mention extended scale in primer-support docs too 2017-11-17 12:06:43 -08:00

Primer Marketing 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 "./primer-marketing-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 support with this command.

$ npm install --save 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-marketing-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

Extended spacing scale

This module includes extra variables that extend the Primer spacing scale for marketing site needs. Starting from where the primer-core spacing scale ends, we are stepping up by 16px increments...

Scale Value
7 56
8 72
9 88
10 104
11 120

This is useful for when we want to achieve bigger vertical spacing between sections on marketing sites.

See primer-marketing-utilities for related spacing utilities.

License

MIT © GitHub