Forums

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

Home Forums CSS Sass for existing project Re: Sass for existing project

#119376

Do you simply want an existing CSS file to be preprocessed by Sass? If so I believe that will only serve to minify the file.

If you would like to literally change the structure of your CSS then I believe this will do the trick – http://css2sass.heroku.com. I have only tested this with minimal on the spot CSS so I can’t really guarantee results.