Files @ 1bdb037f4740
Branch filter:

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

Brett Smith
Remove URLs and pages we know we don't need.

This includes some pages that need to be completely revised.
// Sizing shortcuts

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

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