summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/var-in-css-function.css
blob: 07a921678d0f59321adb0cf4f25c931f5239c592 (plain)
1
2
3
4
.v-window-footer {
    background: linear-gradient(bottom, hsl(110, 50%, 98%),  hsl(110, 50%, 90%));
    abc: rgba(rgb(0, 255, 13), 0.85);
}