How to install SASS in ghost for docker local server?

I have been using ghost from last one week and want to integrate SASS in my local development. Looked into the documentation but didn’t found any example or doc how to add it for docker, As I am using my local development using docker.

  • What’s your URL?
    A - Still in the development phase so can’t provide URL for it.
  • What version of Ghost are you using?
    A - V2.25.1
  • What configuration?
    A - Going to use ghost pro
  • What browser?
    A - All browsers
  • What errors or information do you see in the console?
    A - No error in the console
  • What steps could someone else take to reproduce the issue you’re having?
    A - This is not an issue

It would be a great help if anyone can guide me on how to do.

Hey @priyanka1110!

It might be worth checking out gulp for processing Sass in your theme? We use it to process our theme styles, you can see on GitHub

You might find it more of an approachable method of processing your files within your theme, that is if you are editing a theme? I’ve found this fairly short article on getting setup with gulp and Sass:

Hope you find this helpful!