add 'none' keyword to PISS shadow definiton that equals empty array

This commit is contained in:
Henry Jameson 2024-09-24 00:23:25 +03:00
commit ab8907909b
5 changed files with 16 additions and 6 deletions

View file

@ -16,7 +16,8 @@ export default {
{
directives: {
background: '#ffffff',
opacity: 0
opacity: 0,
shadow: []
}
},
{