View Single Post
Old 05-08-2022, 03:10 PM   #84
tamaracks
Connoisseur
tamaracks began at the beginning.
 
tamaracks's Avatar
 
Posts: 53
Karma: 10
Join Date: Jun 2021
Device: Onyx Boox Nova3
This plugin seems to mess up any pseudo-class or pseudo-element selectors by putting spaces after every colon in CSS files.

For instance

Code:
p::first-letter {
becomes

Code:
p: : first-letter {
Unless I'm doing something wrong?
tamaracks is offline   Reply With Quote