Sha256: 94e51774a6b59a4b74143169628b2cd996b833d6141b399f2f3dd56d98cc7edb

Contents?: true

Size: 1.07 KB

Versions: 44

Compression:

Stored size: 1.07 KB

Contents

=box-model($model: border-box)
  box-sizing: $model
  -ms-box-sizing: $model
  -moz-box-sizing: $model
  -webkit-box-sizing: $model

=transition-duration($sec: 0.5)
  transition-duration: $sec + s
  -moz-transition-duration: $sec + s
  -webkit-transition-duration: $sec + s
=transition-property($prop)
  transition-property: $prop
  -moz-transition-property: $prop
  -webkit-transition-property: $prop
=transition-delay($sec: 0.5)
  transition-delay: $sec + s
  -moz-transition-delay: $sec + s
  -webkit-transition-delay: $sec + s

=border-radius($radius: 4)
  border-radius: $radius + px
  -moz-border-radius: $radius + px

=border-bottom-radius($radius: 4)
  border-radius: 0px
  border-bottom-right-radius: $radius + px
  border-bottom-left-radius: $radius + px
  -moz-border-radius: 0px
  -moz-border-radius-bottomright: $radius + px
  -moz-border-radius-bottomleft: $radius + px

=box-shadow($x: 0, $y: 0, $blur: 0, $color: #000000)
  box-shadow: $x + px $y + px $blur + px $color
  -moz-box-shadow: $x + px $y + px $blur + px $color
  -webkit-box-shadow: $x + px $y + px $blur + px $color

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
bhf-1.0.0.beta16 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta15 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta14 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta13 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta12 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta11 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta10 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta9 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta8 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta7 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta6 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta5 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta4 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta3 app/assets/stylesheets/bhf/functions.sass
bhf-1.0.0.beta2 app/assets/stylesheets/bhf/functions.css.sass
bhf-1.0.0.beta1 app/assets/stylesheets/bhf/functions.css.sass
bhf-0.10.17 app/assets/stylesheets/bhf/functions.css.sass
bhf-0.10.16 app/assets/stylesheets/bhf/functions.css.sass
bhf-0.10.15 app/assets/stylesheets/bhf/functions.css.sass
bhf-0.10.14 app/assets/stylesheets/bhf/functions.css.sass