pascalduez / postcss-quantity-queries

PostCSS plugin enabling quantity-queries
The Unlicense
114 stars 4 forks source link

Add a new `min-max` syntax #5

Open pascalduez opened 9 years ago

pascalduez commented 9 years ago

Similar to: http://dev.w3.org/csswg/mediaqueries/#mq-range-context http://sassmeister.com/gist/indrekpaas/f48e5e34d329eaf44e37

ul > li:qty(>4) {
  color: rebeccapurple;
}