File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/bower_components/bootstrap/scss/mixins/

Viewing File: _size.scss

// Sizing shortcuts

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