treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Sass for existing project

  • Hi Guys,

    Does anybody know, if setting up sass for an existing project is possible? If yes, could you please point me to the sources i can use to do so.

    Many thanks

  • 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.