Skip to content
This repository was archived by the owner on Nov 13, 2018. It is now read-only.

pierot/less-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LESS Functions

Useful LESS functions.

  • clearfix
  • center-block
  • gradient(start, end)
  • bordered(top, right, bottom, left) // colors
  • drop-shadow(x-axis, y-axis, blur, alpha)
  • rounded(radius)
  • border-radius(topright, bottomright, bottomleft, topleft)
  • opacity(opacity)
  • transition-duration(seconds)
  • rotation(deg)
  • scale(ratio)
  • transition(seconds, ease-type)
  • inner-shadow(horizontal, vertical, blur, alpha)
  • box-shadow(..)

Usage

@import 'library.less';

Based on

Based on other LESS 'libraries'.

About

LESS css functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published