LESS Prefixer - 常用的 Less 的樣式模塊

jopen 12年前發布 | 18K 次閱讀 CSS 前端技術 LESS

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)

項目主頁:http://www.baiduhome.net/lib/view/home/1338865752125

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!