Unused stylesheet not removed properly
-
Reproduce this Issue:
create two blank css file and enqueue.
abc-debloat-style.css
.preserved-case-auto{ color:red; }
cde-debloat-style.css
.preserved-case-auto{ color:red; } body{}
so if you look at source, you will see
abc-debloat-style.css
not removed from source, butcde-debloat-style.css
procceds and removed unused css(preserved-case-auto
) selector & preserved body selector fine.Please fix this issue, thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Unused stylesheet not removed properly’ is closed to new replies.