danfickle/neoflyingsaucer

fallback declarations don't work

hrj opened this issue · 0 comments

hrj commented

In the following:

div {
background: #000;
background: radial-gradient(closest-corner circle at 600px 600px, #001b24 0%, #000 100%);
}

The black background is a fall-back that should be used since radial-gradient is not recognized.