|
|
|
|
|
by dwaltrip
3540 days ago
|
|
SCSS variables also make things FAR more maintainable. To change a color, you shouldn't have to change every single line where that color is used. You update the value where your color variable is defined, and then each style declaration that uses the color variable receives the new value automatically. |
|