```scss a:not(:hover) { } .class { a { } a:not(:hover) { } } ``` <img width="291" alt="Screen Shot 2019-08-22 at 10 50 48 AM" src="https://user-images.githubusercontent.com/643417/63524853-b6c03b00-c4ca-11e9-8c96-d30d90a11187.png"> Minimal `~/.vimrc`: ```vim set nocompatible filetype plugin on filetype indent on syntax on set runtimepath+=~/.vim/bundle/vim-haml ``` ``` a:not(:hover) | | | +-- sassCssAttribute +---- sassProperty ```