rework.less
Version:
一种面向浏览器用户代理样式(user agent stylesheet)兼容的解决方案
23 lines (19 loc) • 589 B
text/less
/*
* 模块描述:文本处理 - 取代
* 模块兼容:Chrome(latest-1)、Firefox(latest-1)、Explorer(6+)
* 模块作者:@yincw
* 最后更新:2014-06-02
*/
// 取代(适用于背景图取代文本的场景)
.text-replace {
overflow: hidden;
text-indent: 9999em * -1;
}
// ==============================
// 使用示例
// ==============================
// class="text-replace"
// ==============================
// 参考文献
// ==============================
// http://www.smashingmagazine.com/2012/04/11/css-sprites-revisited/