Fluid Sizing Instead Of Multiple Media Queries?
![Design](https://rdl.ink/render/https%3A%2F%2Fup.raindrop.io%2Fcollection%2Fthumbs%2F187%2F275%2F25%2Fdesign_v2_2x.png?mode=crop&width=32&height=32&dpr=2)
Design
A Couple of Use Cases for Calc()
calc() is a native CSS way to do simple math right in CSS as a replacement for any length value (or pretty much any number value). It has four simple math operators: add (+), subtract (-), multiply (*), and divide (/). Being able to do math in code is nice and a welcome addition to a language that is fairly number heavy.