Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Benefit of Using LESS and SASS Reply To: Benefit of Using LESS and SASS

#235632
Paulie_D
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.