Skip to content

Instantly share code, notes, and snippets.

@chrisgreeff
chrisgreeff / _spacing.scss
Last active December 22, 2015 10:19 — forked from darren131/_spacing.scss
Have extended Darren Woods (@darren) spacing mixin to include an 'all' placeholder selector.
// This is based on Nicole Sullivan's OOCSS spacing module
// with a slight modification, namely:
//
// 1. there's no vertical or horizontal
//
// Produces the following placeholder selectors
// %mtn {
// margin-top: 0;
// }
// %mbn {