also this works:
sass-convert foo.css foo.sass -or- sass-convert foo.css foo.scss On Fri, Apr 16, 2010 at 7:25 AM, Nathan DeGruchy <[email protected]>wrote: > css2sass. I've used it a couple of times, works well. It's nice to be > able to convert a project you'd be working on by hand to SASS. > > > On Fri, Apr 16, 2010 at 10:20 AM, dreamcat four <[email protected]>wrote: > >> Wait a minute... >> Are you guys saying here that any regular CSS file can be converted >> into SASS or SCSS ? >> >> On Mon, Apr 12, 2010 at 11:17 PM, Chris Eppstein <[email protected]> >> wrote: >> > css3. The way these parsers work is by translating your document into a >> > syntax agnostic representation called an AST, which can then be >> converted to >> > css, sass, or scss. This is also what enables the two syntaxes to >> completely >> > interoperate across imports. >> >> Would that work for these css files? >> >> http://github.com/dreamcat4/yard-slipstream/tree/master/templates/default/fulldoc/html/css/ >> >> >> Best regards >> >> dreamcat4 >> [email protected] >> >> -- >> 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] <haml%[email protected]>. >> For more options, visit this group at >> http://groups.google.com/group/haml?hl=en. >> >> > > > -- > Nathan DeGruchy > http://degruchy.org/ > > -- > 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] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > -- 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.
