0.0.4 • Published 8 years ago

postcss-stronk v0.0.4

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

PostCSS Stronk Build Status

PostCSS plugin to really let you flex your muscles.

.foo {
    display: 💪;
}

.foo .bar {
    💪🏾-grow: 0.6;
    💪🏻-basis: min-content;
}
.foo {
  display: flex;
}

.foo .bar {
    flex-grow: 0.6;
    flex-basis: min-content;
}

Usage

postcss([ require('postcss-stronk') ])

See PostCSS docs for examples for your environment.

Caveats

  • Using this plugin may result in excess 💪 desire. Some users have reported wanting to 💪 after only seeing mention of the plugin. You have been warned.