LevelFourAB / postcss-wireframe

Wireframe utilities for PostCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Wireframe utilities for PostCSS


Languages

Language:CSS 64.7%Language:JavaScript 35.3%