Files @ 37fc0fc3b715
Branch filter:

Location: CopyleftConf/copyleftconf-website/static/bootstrap/stylesheets/bootstrap/mixins/_size.scss

Brett Smith
coc: s/religion/religion or lack thereof/
// Sizing shortcuts

@mixin size($width, $height) {
  width: $width;
  height: $height;
}

@mixin square($size) {
  @include size($size, $size);
}