我们最近使用OOCSS原则重建了我们的网站,允许一个真正模块化的方式来编写CSS。
网站是大的,有很多开发人员在它上工作,所以我想能够记录CSS,以便CSS模块尽可能有效地重用。
解决方法
CSS_DOC
blog post.解释它。
以及文档注释的示例
/** * Reset text color and line height. */ body { line-height: 1; color: black; background: white; }
它是一个实现在Ruby的CSSDOC.一个简短的教程Getting Started With CSSDOC Commenting