Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit ad52d9f

Browse files
fix(#14): export missing deckdeckgo-slides.scss into the bundle
1 parent b92d167 commit ad52d9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stencil.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ export const config: Config = {
2020
postcss({
2121
plugins: [autoprefixer()]
2222
})
23+
],
24+
copy: [
25+
{ src: 'components/slides/deckdeckgo-slides.scss' }
2326
]
2427
};

0 commit comments

Comments
 (0)