sbj
Well-known member
Hello,
I have accumulated a lot of css codes for my extra.less file over the years. In the beginning I was not smart enough to comment all the stuff, which was a big mistake. So, how can one do a reverse-engineering for css targets and find out what exactly was changed?
Say I have this code:
How do I find out what I was targeting there with
I have accumulated a lot of css codes for my extra.less file over the years. In the beginning I was not smart enough to comment all the stuff, which was a big mistake. So, how can one do a reverse-engineering for css targets and find out what exactly was changed?
Say I have this code:
CSS:
.block-filterBar .filterBar-menuTrigger {
color: white;
background: rgb(0, 157, 255);
}
How do I find out what I was targeting there with
.block-filterBar .filterBar-menuTrigger
? I am about to upgrade to 2.2 soon and need to check all the codes to make sure. How do I find all the stuff in the front-end?