postcss / postcss-simple-vars

PostCSS plugin for Sass-like variables
MIT License
419 stars 35 forks source link

Var as property name #76

Closed ai closed 6 years ago

ai commented 6 years ago
@define-mixin fluidtype $property, $font-min, $font-max{
  $property: calc($font-max*1px - $font-min*1px);
}