GitXplorerGitXplorer
s

css-patterns-less

public
3 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
f77eb128ab0a55a246e83be1a176dafda43c3ec1

Merge branch 'master' of github.com:steveworkman/css-patterns-less

committed 12 years ago
Unverified
817e5831a7360cf35cbeb831b55b19eec0411119

Fixed link in readme

committed 12 years ago
Unverified
4f89589381a106d66815a4c55853cd274b15f32b

Fixed link in readme

committed 12 years ago
Unverified
950a11c97021b23efb9637acfebc7e468ac45314

Added all patterns from the CSS3 Pattern Gallery as of July 31 2012

committed 12 years ago
Unverified
9b69cefdeb906523abee9679ba001ec3e8c7f2c1

Initial commit

ssteveworkman committed 12 years ago

README

The README file for this repository.

css-patterns-less

Less Mixins for Lea Verou's CSS Patterns library

To use, just import this stylesheet into your less file and use the mixins. They are namespaced to #patterns so use like this:

section {
	#patterns > .carbon();
}