0.1.0 • Published 8 years ago

postcss-wireframe v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

postcss-wireframe

PostCSS plugin to help with creating wireframe styles.

Usage

.wireframe-font {
	@wireframe;
}

.wireframe-background-auto {
	@wireframe auto;
}

.wireframe-background-custom {
	@wireframe #777;
}

.wireframe-outline {
	@wireframe outline;
}

.wireframe-background-and-outline {
	@wireframe auto outline;
}