how to make hover using sass code example Example: scss hover .class { margin:20px; &:hover { color:yellow; } }