Skip to content

Instantly share code, notes, and snippets.

@alcidesqueiroz
Created September 21, 2018 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alcidesqueiroz/48a65e4803ca8d20709b9740d4ed04ae to your computer and use it in GitHub Desktop.
Save alcidesqueiroz/48a65e4803ca8d20709b9740d4ed04ae to your computer and use it in GitHub Desktop.
It's 2018: you shouldn't be writing vanilla CSS - Example 11
square($side) {
width: $side;
height: $side;
}
.card{
square(20rem);
background-color: #3C3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment