how to add hover in scass code example Example: scss hover .class { margin:20px; &:hover { color:yellow; } }