Answers for "match all css media queries"

0

match all css media queries

If using VS Code 'Search Panel' to match all '@media' queries
with regex, use keyboard shortcuts instead (Mac):

1. Select the '@media'
2. Select all instances 'Cmd + Shift + L'
3. Expand selection (TWICE) 'Cmd + Ctrl + Shift + -> (right arrow)'
   should have selected all from '@media' to last '}'
Posted by: Guest on April-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language