Closed akauppi closed 3 years ago
Hi, it makes sense, however I've personal not done this. I think you'll need to add scss preprocessor support, then you'll need to import from bootstrap's scss directory.
For the first, please look at: https://daveceddia.com/svelte-with-sass-in-vscode/
Closing this.
Preprocessor is indeed necessary, but I'll use raw HTML Grid, instead.
Would be nice, if Sveltestrap supports the opt-in CSS Grid, at some point. :)
I'd like to use this:
https://getbootstrap.com/docs/5.1/layout/css-grid/
Initializing happens by:
Problem:
Those variables are Sass, and Svelte doesn't know it by default. I added this:
...but it still wants a precompiler, I think. Actual error is:
A small advice on how to enable Sass with Svelte (or does it even make sense) would be appreciated.