Less-boilerplate

Simple LESS mixins library

View the Project on GitHub jojoee/less-boilerplate

LESS Boilerplate

Simple LESS mixins library

Folder structure

less-boilerplate
  ├── mixins
  │  ├── utilities.less.....................utility functions such as clearfix()
  │  └── vendor-prefixes.less...............all about vendor prefix such as border-radius, transition
  ├── style.less............................main stylesheet
  ├── variables.less........................all variables
  ├── CHANGELOG.MD
  └── README.md

Featured list

Future updates

Mixins

utilities.less

vendor-prefixes.less

style.less

variable.less

Thanks