There should be a way to reference individual properties from a class, for example: ``` @class border { border: 1px solid; margin: 4px; } @class no-border { margin: calc(xxx(border.margin) + 1px); } ``` It's a stupid example, but that's the idea.
There should be a way to reference individual properties from a class, for example:
It's a stupid example, but that's the idea.