Sublime Forum

Find CSS Classes with specific attribute

#1

hi guys.
i am working on Wordpress Theme’s.
in theme translating we should collapse some CSS classes for overwriting in another file.
for example i want to collapse all classes with “font-size: 20px” in this code:

.C1{ font-size: 14PX; } .C2{ font-size: 20PX; } .C3{ font-size: 20PX; } .C4{ font-size: 15PX; }

To bellow Form :
.C2, .C3

with Notepad++ -> (find in files) In a Large Theme it is a time Consuming.
so
how can is find this classes easily in sublime text?

0 Likes