I’m trying to use the calc() function in a Sass stylesheet, but I’m having some issues. Here’s my code: $body_padding: 50px body padding-top: $body_padding height: calc(100% - $body_padding) If...
  • April 11, 2022
  • 0 Comments
From what I’ve been reading, Sass is a language that makes CSS more powerful with variable and math support. What’s the difference with SCSS? Is it supposed to be...
  • April 10, 2022
  • 0 Comments