(constant) module:postcss/root/increasing_specificity
Marpit PostCSS root increasing specificity plugin.
Replace :marpit-root
pseudo-class selector into :not(a)
, to increase
specificity. :marpit-root
is always added to section
selector by root
replace plugin so :not(a)
must always match too.