# Style Sheets The idea is to use sass to generate only what you need for style sheets. ```bash sudo docker run --rm -v $(pwd):/usr/src/app sass-container sass sass/project.sass public/css/main.css ```