Use the scss compiler.
Lemmy Support
Support / questions about Lemmy.
I've installed dart-sass (instructions here) on my machine, and then ran the compiler on my scss
file. I get the following error
Error: Can't find stylesheet to import.
╷
1 │ @import "./variables";
│ ^^^^^^^^^^^^^
╵
_variables.tk.scss 1:9 @import
tk.scss 1:9 root stylesheet
Where can I find the _variables.scss
file that it's looking for?
Is that included in the lemmy install?
I think I have this figured out. See my post on it here: https://tkohhh.social/post/4829
nice! are you sure 5.3.0 is the right version? The wiki says they use v4, but my theme is very broken right now, and I wonder if the fact it’s using v4 is the reason.
No, I don't know exactly what version lemmy is using... but I know that version 5.3 works. I had read elsewhere that lemmy 0.18 began using bootstrap 5.2 or something like that. What's written on the wiki is definitely wrong.
Oh, thank you, I gotta update then.