Skip to content

Instantly share code, notes, and snippets.

原文在这

这篇文章写得相当好,这里做下总结:

##良好的CSS架构目标(The Goals of Good CSS Architecture)

####可预测(PREDICTABLE) 当你添加或者修改某个规则时,它并不会影响到没有指定的部分。 ####可重用(REUSABLE) CSS规则应具备抽象和解耦性,可以在现有的基础上快速构建新的组件。

<body ontouchstart="">
    ...
</body>

或者

<a ontouchstart="">Click me</a>