postcss-wireframe

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i postcss-wireframe

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • aholstenson