snacks.nvim/tests/image/test.css

4 lines
101 B
CSS

.foo {
background: lightblue url("./test.png") no-repeat fixed center;
content: url(test.png);
}