mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
4 lines
101 B
CSS
4 lines
101 B
CSS
.foo {
|
|
background: lightblue url("./test.png") no-repeat fixed center;
|
|
content: url(test.png);
|
|
}
|