1.0.0 • Published 9 years ago
postcss-closest v1.0.0
postcss-closest
PostCSS plugin to modify closest matching part of current selector
/* Input example */
html > body p:closest(body with .index, html with .js)
{
...
}/* Output example */
html.js > body.index p
{
...
}Install
npm install --save-dev postcss-closestUsage
postcss( [ require( 'postcss-closest' ) ] )1.0.0
9 years ago