Sha256: 1456b7b714ef0f0ddd65cce49fbd0be50e7acf30425a76bb9078fdeb70edecc8

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

@mixin round($degree: 5px)
  :-moz-border-radius $degree
  :-webkit-border-radius $degree
  :-khtml-border-radius $degree
  :border-radius $degree
  
@mixin no-top-round
  :-webkit-border-top-left-radius 0px
  :-webkit-border-top-right-radius 0px
  :-moz-border-radius-topleft 0px
  :-moz-border-radius-topright 0px
  :border-top-left-radius 0px
  :border-top-right-radius 0px

@mixin no-bottom-round
  :-webkit-border-bottom-left-radius 0px
  :-webkit-border-bottom-right-radius 0px
  :-moz-border-radius-bottomleft 0px
  :-moz-border-radius-bottomright 0px
  :border-bottom-left-radius 0px
  :border-bottom-right-radius 0px

@mixin no-left-round
  :-webkit-border-top-left-radius 0px
  :-webkit-border-bottom-left-radius 0px
  :-moz-border-radius-topleft 0px
  :-moz-border-radius-bottomleft 0px
  :border-top-left-radius 0px
  :border-bottom-left-radius 0px

@mixin no-right-round
  :-webkit-border-top-right-radius 0px
  :-webkit-border-bottom-right-radius 0px
  :-moz-border-radius-topright 0px
  :-moz-border-radius-bottomright 0px
  :border-top-right-radius 0px
  :border-bottom-right-radius 0px

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jmagee-ui-kit-0.0.3 app/assets/stylesheets/jmagee-ui-kit/util.sass
jmagee-ui-kit-0.0.2 app/assets/stylesheets/jmagee-ui-kit/util.sass