Multiple Duplication of Selectors
Monday, June 09th, 2008 | Author: admin
It would be great to be able to select a series of css selectors and duplicate them. I do not know how many times I have written:
- #id a:link, #id a:visited {}
- #id a:visited, #id a:active {}
This pattern shows up in several modular sections of each site I build. To be able to select both selectors, duplicate, and modify their names would be a real time saver.
Current workaround: Either duplicate one at a time, or copy and paste from code view. Surprisingly, Option + click and drag works on multiple selections, sweet.


