Home › Forums › Other › Benefit of Using LESS and SASS › Reply To: Benefit of Using LESS and SASS
December 6, 2015 at 6:28 am
#235632
Member
Just read their respective documentation.
At the lowest level just having variables is a huge start.
I can define a color as a variable in one place and just keep referring to that color using variable name in all other places.
If I need to make a change I just change the variable definition and it iterates all the way through.