It's the same syntax as the CSS calc() , but with the additional ability to use Sass ... $width: calc(400px + 10%); .sidebar { width: $width; padding-left: ...
確定! 回上一頁