PostCSS ScopeSelector
PostCSS plugin to prefix selector with a scope if matched selector exists. Current main use is to prefix :hover
selectors with modernizr's .no-touchevents
class to prevent hover effects from affecting
touch devices.
/* Input example */
/* Output example */
Usage
var gulp = ;var postcss = ;var scopeSelector = ; gulp;
See PostCSS docs for examples for your environment.