@scalescss/utilities-spacing

6.0.0-1 • Public • Published

Spacing Utilities for Scales

A set of utility classes for changing the margin and padding on an element.

Requirements

Scales uses the Sass CSS preprocessor, you'll need either Ruby Sass or LibSass.

Installation

  • NPM: npm install --save @scales/utilities-spacing

Usage

Spacing classes can be used to modify the default padding and margins on elements These should be used sparingly. You should be using your project defaults most of the time, these are exceptions!

The class name format is <type><location><size>

type: p,m = padding,margin

location: a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical

size: s,m,l,h,n = small ($space-s),medium ($space-m),large ($space-l),huge (space-h),none (0)

<p class="pan mls">This changes the padding on all sides to 0 and the margin on the left to the default small size.</p>

Available Classes

  • .ptn,.pvn,.pan
  • .pts,.pvs,.pas
  • .ptm,.pvm,.pam
  • .ptl,.pvl,.pal
  • .pth,.pvh,.pah
  • .prn,.phn,.pan
  • .prs,.phs,.pas
  • .prm,.phm,.pam
  • .prl,.phl,.pal
  • .prh,.phh,.pah
  • .pbn,.pvn,.pan
  • .pbs,.pvs,.pas
  • .pbm,.pvm,.pam
  • .pbl,.pvl,.pal
  • .pbh,.pvh,.pah
  • .pln,.phn,.pan
  • .pls,.phs,.pas
  • .plm,.phm,.pam
  • .pll,.phl,.pal
  • .plh,.phh,.pah
  • .mtn,.mvn,.man
  • .mts,.mvs,.mas
  • .mtm,.mvm,.mam
  • .mtl,.mvl,.mal
  • .mth,.mvh,.mah
  • .mrn,.mhn,.man
  • .mrs,.mhs,.mas
  • .mrm,.mhm,.mam
  • .mrl,.mhl,.mal
  • .mrh,.mhh,.mah
  • .mbn,.mvn,.man
  • .mbs,.mvs,.mas
  • .mbm,.mvm,.mam
  • .mbl,.mvl,.mal
  • .mbh,.mvh,.mah
  • .mln,.mhn,.man
  • .mls,.mhs,.mas
  • .mlm,.mhm,.mam
  • .mll,.mhl,.mal
  • .mlh,.mhh,.mah

Available variables

  • $space-s
  • $space-m
  • $space-l
  • $space-h

Namespace Variables

The Scales Namespace Variable

All Scales patterns expose the $scales-namespace variable.

$scales-namespace accepts a string that will prefix all Scales classes. The default value is null.

Class Level Namespace Variable

Class level namespace variables allow you to namespace a selector based on the type e.g. b- for "base", o- for "objects", u- for utilities, and c- for "components".

This pattern exposes the $scales-utilities-class-namespace variable.

$scales-utilities-class-namespace accepts a string that will prefix any classes in this pattern and follow the Scales Namespace Variable if it is not null. The default value is null.

Namespace Variable Usage

To set either of these namespaces, you will need to set the variables in a file that is imported before any scales files. For example:

@import your-project/settings; // Namespace variables are set in this file
@import your-project/scalescss; // Imports all of the Scales packages
@import your-project/project // The rest of your project imports

Readme

Keywords

none

Package Sidebar

Install

npm i @scalescss/utilities-spacing

Weekly Downloads

117

Version

6.0.0-1

License

MIT

Unpacked Size

14.1 kB

Total Files

4

Last publish

Collaborators

  • yodasw16