khang-nd / 7.css

A JS-independent, tree-shakeable CSS framework for building faithful recreations of the Windows 7 UI.

Home Page:https://khang-nd.github.io/7.css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`calc` with navigate is invalid in some preprocessor.

gitpaladin opened this issue · comments

image

margin-top: calc(-var(--window-spacing) - 1px);

detail in this post.

https://stackoverflow.com/a/25205523/3646724

so you can use margin-top: calc(0 - var(--window-spacing) - 1px); instead

commented

Hey mate, thanks for pointing that out, didn't know of such problem. I will check the PR.