Forums

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

Home Forums CSS What is the easiest way to convert an existing project to Sass? Re: What is the easiest way to convert an existing project to Sass?

#143038
TheDoc
Member

The thing is, there isn’t really a *conversion* from CSS to SCSS. The most I would do is separate things out into separate files like `_header.scss` and `_sidebar.scss` and include them. But in terms of nesting, etc, I don’t really see the point for existing projects.