I am trying to build a mobile app with Svelte.js and Ionic v4.
1) I got the svelte-template.
2) Installed ionic with npm install @ionic/core@latest --save.
3) Installed postcss and imported @ionic css in global.css
Rollup is extracting the @ionic css but it seems that there maybe something wrong with the way it is doing. The ionic components are acessible, but I cannot see a thing. The css is not being applied properly.
Has anyone managed to make Svelte work with Ionic v4? Or at least, Ionic with some vanilla js?