tgoop.com/codingWithElias/424
Create:
Last Update:
Last Update:
1. Variables
In this example, we define two variables $primary-color and $secondary-color and assign them values. We then use these variables throughout our code to set the background color of the body, the text color of the body, and the color of the h1 element.
If we want to change the primary or secondary color, we only need to update the value of the variable in one place, and it will be reflected throughout our code. This makes it easier to maintain and update our styles.
#SASS
@javascript_tut @codingWithElias
BY Coding with Elias

Share with your friend now:
tgoop.com/codingWithElias/424