Well, the results will be *techincally* correct (aka, should produce the same CSS from the sass). However, you sort of lose the coding styles that writing in Sass affords you. If you write Sass from scratch, your Sass document will be a well structured tree of scoped style rules. If you convert from regular CSS, its doubtful that you took the time to write your CSS that way initially.
So, I'm sure that's what the screencast was indicating. The output won't be as high quality as if you had written it yourself by hand in Sass. -hampton. On Tue, Feb 3, 2009 at 7:18 PM, Mislav Marohnić <[email protected]>wrote: > On Wed, Feb 4, 2009 at 01:13, Bharat <[email protected]> wrote: > >> >> Peepcode screencast says that css2sass does not do a good job of >> converting css files. In this case it did 100% conversion? > > > Peepcode lies! > > I'm joking -- I haven't seen the screencast, but in my experience css2sass > converts to Sass perfectly. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
