Sha256: e38a8dac701f5e14970dffa07134367cc64b3b3aceef52178ddfba6ea3c9fe28

Contents?: true

Size: 598 Bytes

Versions: 1

Compression:

Stored size: 598 Bytes

Contents

=borderCorner($topLeft: 4px, $topRight: 4px, $bottomRight: 4px, $bottomLeft: 4px)
  -moz-border-radius-topleft: $topLeft
  -moz-border-radius-topright: $topRight
  -moz-border-radius-bottomright: $bottomRight
  -moz-border-radius-bottomleft: $bottomLeft
  -webkit-border-top-left-radius: $topLeft
  -webkit-border-top-right-radius: $topRight
  -webkit-border-bottom-right-radius: $bottomRight
  -webkit-border-bottom-left-radius: $bottomLeft
  border-top-left-radius: $topLeft
  border-top-right-radius: $topRight
  border-bottom-right-radius: $bottomRight
  border-bottom-left-radius: $bottomLeft

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forgeos_commerce_front-1.9.0 app/assets/stylesheets/commerce_front/_common.css.sass