I'd like to know which @media query I'm in (those blocks are several pages long, so can't see them in a screenful), without going 2 C-M-u C-u C-SPC
etc. each time I want to check. There is which-function-mode
, but it only shows the selector, not the surrounding @media query. Anyone got a trick for this?
Asked
Active
Viewed 45 times
1

unhammer
- 1,127
- 8
- 22
1 Answers
1
If you're feeling adventurous, you can try with CSS mode from the current master branch. which-function-mode
should show the surrounding media query after this commit.

simenheg
- 111
- 3