Hello, because this attribute using 2 words does not catch, and what I use only 1 word takes
<li data-nome="testejunto">Teste</li>
Sample that attaches:
.item[data-nome=testejunto] {
background: black;
height: 100px;
width: 120px;
}
Example not catching
.item[data-nome=teste separado] {
background: black;
height: 100px;
width: 120px;
}