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

#235629
Paulie_D
Member

You are perhaps misunderstanding what SCSS or LESS actually are.

They aren’t replacements for CSS, they are methods of writing CSS more efficiently and programmatically than standard CSS.

The end product of these preprocessors IS CSS, they just make it easier and faster to write.