0.1.0 • Published 9 years ago

xsm-less-utils v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

xsm-less-utils

常用的 less 样式、工具

xsm.less

#xsm 为命名空间提供工具样式方法。

  • .clear-float()

    清除浮动。

  • .one-line()

    文本内容不换行,超出部分以 "..." 显示。

  • .bgimg(@file)

    设置背景图像,以 @xsm-img-root 变量指定目录作为图像所在根目录。

  • .bg(@file, @position: center center, @repeat: no-repeat)

    设置背景图像,以 @xsm-img-root 变量指定目录作为图像所在根目录。

  • .animation(@props)

    定义动画样式。

reset.less

全局重置样式。