Capture your CSS logic using Sass.
When reading your CSS it's often difficult to understand where "magic" numbers come from. By using variables you can document how values are determined…
$foo: 10px
$bar: 20px
.foobar
width: $foo + $bar
Written by Beau
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#