postcss-stronk

0.0.4ย โ€ขย Publicย โ€ขย Published

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.

Package Sidebar

Install

npm i postcss-stronk

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • ticky