node-rename-css-selectors
node-rename-css-selectors copied to clipboard
📝 Rename css classes and id's in files
Results
11
node-rename-css-selectors issues
Sort by
recently updated
recently updated
newest added
Hi! I found the following issue that I tried to track down into this example: ``` .overlay-container { background-color: yellow; } .overlay-symbol { background-color: grey; } #button-picture { background-color: red;...