summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/bootstrap/mixins/_size.scss
blob: b9dd48e8dfdacc6104c2cf360ea30bb65970a32b (plain)
1
2
3
4
5
6
// Sizing shortcuts

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