nvim/test-standalone.css

12 lines
117 B
CSS

.test-class {
color: red;
}
#test-id {
background: blue;
}
.another:hover {
border: 1px solid green;
}