sjafferi / svelte-images

A Svelte component for displaying images
MIT License
21 stars 5 forks source link

Remove unused .empty CSS rule #3

Open AnandChowdhary opened 3 years ago

AnandChowdhary commented 3 years ago

This PR fixes the following error by removing the unused CSS rule.

┌───────────────────────────────┐
│ built client with 28 warnings │
└───────────────────────────────┘
> /home/runner/work/koj/koj/node_modules/svelte-images/src/Images/Carousel.svelte
Unused CSS selector ".empty"
105:     stroke-width: 0;
106:   }
107:   .empty {
       ^
108:     width: 100px;
109:   }
AnandChowdhary commented 3 years ago

@sjafferi, do you think you can have a look? 😄