标签: sass scss-lint scss-mixins
有人帮我解决我的问题, 我需要包含此功能的类元素的height值。 我的代码:
@mixin height-screen-content() { $this: &; height: calc( 100% - #{$this->height} ); }
我如何获得价值,例如某些语言的C#或PHP ...? 非常感谢大家!!!!