Kronuz/pyScss

replacement in calc() still broken

hrehfeld opened this issue · 0 comments

header, footer, article > *, article > img {
    max-width: calc(100% - 2 * $margin);
    margin: $margin;
}

$margin does not get replaced inside the calc() expression, but works fine in others.