Home › Forums › CSS › Sass for existing project › Re: Sass for existing project
December 30, 2012 at 8:18 am
#119376
Participant
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.