The SASS ( SCSS )
SCSS Variables
You can declare variables in Sass. This is one of Sass's strengths since we can define variables for various properties and use them in any file.
The benefit here is that if that value changes, you simply need to update a single line of code.
This is done by naming a variable with a dollar symbol $ and then referencing it elsewhere in your code.
Contact Form