This commit is contained in:
Henry Jameson 2018-11-25 19:15:54 +03:00
parent 883a76147a
commit e8536f3d95
2 changed files with 0 additions and 3 deletions

View file

@ -345,7 +345,6 @@ const generateShadows = (input) => {
...(input.shadows || {})
}
console.log(Object.entries(shadows).map(([k, v]) => `--${k}Shadow: ${getCssShadow(v)}`).join(';'))
return {
rules: {
shadows: Object.entries(shadows).map(([k, v]) => `--${k}Shadow: ${getCssShadow(v)}`).join(';')