Slide 17
Slide 17 text
Conic Gradients
https://github.com/jonathantneal/postcss-conic-gradient
.pie-chart {
background: conic-gradient(yellowgreen 32%, gold 0 73%, #f06 0);
border-radius: 50%;
}
.splash {
background: #0ac;
repeating-conic-gradient(hsla(0,0%,100%,.2) 0 15deg,
hsla(0,0%,100%,0) 0 30deg);
}