Skip to content

Instantly share code, notes, and snippets.

View brendansparrow's full-sized avatar
💭
Available for remote work

Brendan Sparrow brendansparrow

💭
Available for remote work
View GitHub Profile
@brendansparrow
brendansparrow / bootstrap-4-sass-mixins-cheat-sheet.scss
Created April 6, 2018 10:48 — forked from anschaef/bootstrap-4-sass-mixins-cheat-sheet.scss
Bootstrap 4 Sass Mixins [Cheat sheet with examples]
/* -------------------------------------------------------------------------- */
// All Bootstrap 4 Sass Mixins [Cheat sheet]
// @author http://anschaef.de
// @see https://github.com/twbs/bootstrap/tree/v4-dev/scss/mixins
/* -------------------------------------------------------------------------- */
// Grid variables
$grid-columns: 12 !default;
$grid-gutter-width: 30px !default;