Oli8 / spaper

PaperCSS components for Svelte

Home Page:https://oli8.github.io/spaper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-sass

jdgamble555 opened this issue · comments

Node a big deal, but node-sass should be added to this package's dependencies as it is a requirement to run in svelte-kit. At the very least, it should be added to a svelte-kit instruction guide.

J

Yep, node-sass should not have been needed as dependency as the scss gets correctly converted to css on package generation.
Unfortunately the lang="scss" was kept which made it crash without node-sass.
This is now fixed in newer svelte-kit version, so from the next spaper version on, node-sass won't be required anymore.

Fixed in v0.3.6