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

LevelFourAB/postcss-wireframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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