@width: 10px; @height: @width + 10px; #header { width: @width; height: @height; }. Outputs: ... And we want to use these properties inside other rule-sets.
確定! 回上一頁