postcss-stronk
v0.0.4
Published
PostCSS plugin to really let you flex your muscles
Downloads
10
Maintainers
Readme
PostCSS Stronk
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.