|
|
|
|
|
by _jjkk
2042 days ago
|
|
I guess it depends on the project, but I can't recall one time I've had to do a CTRL F like you've mentioned. Of course if you have a very simple page with just some cards, a couple page layouts, that is one thing. Probably can get by with just a myCard class that works everywhere on the site. But in most projects, as the number of custom components grows, nobody wants to go back and touch (break?) old CSS, so they end up just writing a bunch of fresh stuff for this new feature and throwing it on the pile. This problem happens often, while the refactor-in-one-place case happens very little. |
|
I could see a use for this in JSX though.