paper theme, updated todo, lol

This commit is contained in:
Henry Jameson 2020-02-17 23:59:52 +02:00
parent 3b3a31b461
commit 1e95a0795a
4 changed files with 174 additions and 73 deletions

View file

@ -270,7 +270,7 @@ export const generateShadows = (input, colors) => {
rules: {
shadows: Object
.entries(shadows)
// TODO for v2.1: if shadow doesn't have non-inset shadows with spread > 0 - optionally
// TODO for v2.2: if shadow doesn't have non-inset shadows with spread > 0 - optionally
// convert all non-inset shadows into filter: drop-shadow() to boost performance
.map(([k, v]) => [
`--${k}Shadow: ${getCssShadow(v)}`,