Skip to content

Instantly share code, notes, and snippets.

@mrzarkovic
Created October 29, 2018 12:45
Show Gist options
  • Save mrzarkovic/4b4493ad1da1b5bcde7f027be3b0da8a to your computer and use it in GitHub Desktop.
Save mrzarkovic/4b4493ad1da1b5bcde7f027be3b0da8a to your computer and use it in GitHub Desktop.
SASS operators
article[role="main"] {
float: left;
width: 600px / 960px * 100%;
}
aside[role="complementary"] {
float: right;
width: 300px / 960px * 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment