Search⌘ K

Functions

Explore how to write and use SASS functions that accept arguments and return values, enabling you to perform calculations and create reusable, maintainable CSS logic to improve your workflow.

We'll cover the following...

Definition #

Sass functions can receive arguments and return a single value.

They add an element of programming to writing CSS code, and we can now do math!

The standard math ...