0.1.25 • Published 9 years ago

of-proximity v0.1.25

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

version 0.1.0

create a grid engine that will allow for easy extension

Todo: mixins -> .make-container( @direction: rtl, -> reverse content direction @align: center, -> align object horizontal center @gutters: @default, -> padding lft & rt to config default @max-width: @default, -> max-width to config default @bg-color: @green, -> set objects background color );

.style-object(
	@gutters: 0.625em,								-> set gutters
	@inset: 5em,									-> inset object within content flow
	@bg-color: @greyscale(18),						-> set background color for object

);
.heading(
	@font-size: 2.25,								-> 225% objects base font size
	@color: @white,									-> text color of @white
	@align: left,									-> align text left

);
0.1.25

9 years ago

0.1.24

9 years ago

0.1.23

9 years ago

0.1.22

9 years ago

0.1.21

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago