cachaito
1/14/2017 - 10:32 PM

Sass variables in calc function

$someVar: 16px;

.elem {
  width: calc(100% - #{$someVar}); //works
}