Answers for "how to add hover in scass"

CSS
4

scss hover

.class {
    margin:20px;
    &:hover {
        color:yellow;
    }
}
Posted by: Guest on June-20-2020

Code answers related to "how to add hover in scass"

Browse Popular Code Answers by Language