sass-site/source/code-snippets/_homepage-operators-sass.md
2016-02-16 10:02:56 +08:00

179 B

.container
  width: 100%

article[role="main"]
  float: left
  width: 600px / 960px * 100%


aside[role="complementary"]
  float: right
  width: 300px / 960px * 100%