@avalanche/utility-spacing

Spacing utility classes.

Install

npm install @avalanche/utility-spacing --save-dev

Basic usage

// Import the main file.
@import 'node_modules/@avalanche/utility-spacing/scss/index.scss';

Usage with node-sass-magic-importer

Using node-sass (or a plugin for Grunt, gulp or webpack which is using node-sass) in combination with the node-sass-magic-importer custom importer, can make importing CSS dependencies from node_modules a much nicer experience.

// Import the main file.
@import '~@avalanche/utility-spacing';

// Import just the classes you need.
@import '{ .u-spacing-top-m, .u-spacing-top-l } from ~@avalanche/utility-spacing';

// Not a fan of the "u-" prefix?
@import '{ .u-spacing-top-m as .spacing-top-m } from ~@avalanche/utility-spacing';

Demo

Top m
Top xl
Right m
Bottom m
Left m
```html
Top m
Top xl
Right m
Bottom m
Left m
```

Mixins

@import 'node_modules/@avalanche/utility-spacing/scss/mixins';

// Usage.
.spacing-top {
  @include u-spacing(1em, top);
}

About

Author

Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner

License

MIT

Do you want to support avalanche?

Star the project on GitHub