Add missing pixelated value to images-3.vim

This commit is contained in:
Kyo Nagashima
2020-04-01 09:42:36 +09:00
parent 5f1c2f4cfe
commit 7e863a82ba
2 changed files with 2 additions and 1 deletions

View File

@@ -444,6 +444,7 @@ template {
display: flip;
display: scale-down;
display: from-image;
display: pixelated;
display: repeating-linear-gradient(to bottom, yellow, blue);
display: repeating-radial-gradient(farthest-corner at 50% 50%, yellow, green);
}