This repository was archived by the owner on Feb 6, 2024. It is now read-only.
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Export missing deckdeckgo-slides.scss into the bundle #14
Closed
Description
The comme style file deckdeckgo-slides.scss
isn't automatically exported in the bundle as it is not related to a component. Of course it is imported and packages in the css
files where it is imported but the scss
itself is not part of the bundle which leads to compilation problem if the library is used in another Stencil project
In the meantime, rename the file from deckdeckgo-slides.scss
to deckdeckgo-slide.scss
(singular)