Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 311 Bytes

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();
}