微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

LESS Prefixer

程序名称:LESS Prefixer

授权协议: 未知

操作系统: 跨平台

开发语言: HTML/CSS

LESS Prefixer 介绍

LESS Prefixer 提供了一些常用的 Less 的样式模块,包括

  • .animation(@args)
    • .animation-delay(@delay)
    • .animation-direction(@direction)
    • .animation-duration(@duration)
    • .animation-iteration-count(@count)
    • .animation-name(@name)
    • .animation-play-state(@state)
    • .animation-timing-function(@function)
  • .background-size(@args)
  • .border-radius(@args)
  • .Box-shadow(@args)
    • .inner-shadow(@args) *
  • .Box-sizing(@args)
    • .border-Box() *
    • .content-Box() *
  • .columns(@args)
    • .column-count(@count)
    • .column-gap(@gap)
    • .column-rule(@args)
    • .column-width(@width)
  • .gradient(@default,@start,@stop) *
    • .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2[,…) *
    • .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2[,…) *
  • .opacity(@factor)
  • .text-shadow(@args)
  • .transform(@args)
    • .rotate(@deg)
    • .scale(@factor)
    • .translate(@x,@y)
    • .translate3d(@x,@y,@z)
    • .translateHardware(@x,@y) *
  • .transition(@args)
    • .transition-delay(@delay)
    • .transition-duration(@duration)
    • .transition-property(@property)
    • .transition-timing-function(@function)

LESS Prefixer 官网

http://lessprefixer.com/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐