All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.bourbon-4.3.4.app.assets.stylesheets.css3._calc.scss Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
@mixin calc($property, $value) {
  @include _bourbon-deprecate-for-prefixing("calc");

  #{$property}: -webkit-calc(#{$value});
  #{$property}: calc(#{$value});
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy