Sass Nesting for :hover does not work [duplicate]

I’ve written this code, but it does not work. What is my problem?

.class {
    margin:20px;
    :hover {
        color:yellow;
    }
 }

2 Answers
2

Leave a Comment