如何将 HTML/CSS 模板转换为 haml/sass 模板?

How to convert a HTML/CSS template to haml/sass template?

我有一个 html/css 页面由前端开发人员完成。我必须将它转换为 haml/ sass 才能快速工作。有什么办法吗?

这可能有帮助

HTML 到 haml

http://htmltohaml.com/
https://haml2erb.org/


要将 css 转换为 sass,您可以查看本教程
http://www.hongkiat.com/blog/convert-css-to-sass/
http://drilix.com/en/tutorial/convert-your-plain-css-sass-and-compass


如果您正在考虑将 sass 转换为 css,请尝试使用此应用 http://sasstocss.appspot.com/