paper theme, updated todo, lol
This commit is contained in:
parent
3b3a31b461
commit
1e95a0795a
4 changed files with 174 additions and 73 deletions
|
@ -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)}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue