Hey there!
I was wondering if there would be any fast & more or less straightforward way to implement packges like Sass into Twine/Sugarcube environment.
I don’t really want to try to integrate Twine with package managers like npm, that would be opening another can of worms altogether - but styling in pure CSS is getting more and more tiresome.
Cheers,
-Testy
1 Like
I assume you’re using tweego.
I have the command line version of sass installed and my build task does
sass src/sass/:src/css/ && tweego -o build/game.html src && start firefox build/game.html
There are probably less clunky ways but this works well enough for me.
3 Likes
@sparkletwist, I’d like yo thank you for the suggestion, because it led me into some interesting rabbit hole,
and I think I came out with something really cool.
Anyways, problem solved 