Skip to content
This repository was archived by the owner on Jul 31, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 343 Bytes

File metadata and controls

27 lines (20 loc) · 343 Bytes

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