#how to conpile SCSS in go?

9 messages · Page 1 of 1 (latest)

young stump
#

Im doing a dynamic styling for my frontend, according to the user preferences the theme is customizable, once the user does the customization i have to parse the scss in to minified css files.
Previously i was dealing this with PHP laravel without a hassle, via GO this it bit challenging 😥

untold wave
#

your best bet would be to use the libsass wrapper for go, uses cgo tho

young stump
#

Any code snippets for reference

untold wave
#

you may find good relevant documentation by doing a bit of research regarding libsass-go 🙂

young stump
#

I do have tried it and failed 😣, thats what need a bit of a reference

untold wave
#

what have you tried searching for and what have you tried

young stump
#

Compiling the existing scss codes into css based

#

Later i had to hold that up coz had no time to spare any more on doing that

#

Anyway im back with the project so as you said ill have a re look in to it bit deeper