Skip to content

Instantly share code, notes, and snippets.

View adiq's full-sized avatar
:shipit:

Adrian Zmenda adiq

:shipit:
  • Katowice, Poland
  • 06:37 (UTC +02:00)
  • X @adiqdev
View GitHub Profile
@anthonyholmes
anthonyholmes / bootstrap-sass-mixin-cheatsheet.scss
Created October 10, 2014 08:13
Bootstrap Sass Mixin Cheatsheet
// Alerts
@include alert-variant($background, $border, $text-color);
// Background Variant
@include bg-variant($parent, $color);
// Border Radius
@include border-top-radius($radius);
@include border-right-radius($radius);
@include border-bottom-radius($radius);