#209·purifycss

Purifycss and ">" css operator

Author: GuilhemBarbouxCreated Oct 17, 2018Updated Sep 13, 2020

Hi, does Purifycss remove lines with ">" css operator ?

I have this code on my project (from zurb/foundation) :

.grid-margin-x > .cell {...}

and i never used '.grid-margin-x', but i used '.cell'. After purify, the previous css rule still present.

purify-css : 1.2.5 node : 8.11.3