{"id":17846482,"url":"https://github.com/technicalguru/docker-sass","last_synced_at":"2026-02-09T10:34:38.536Z","repository":{"id":43779739,"uuid":"460981130","full_name":"technicalguru/docker-sass","owner":"technicalguru","description":"Docker image to encapsulate sass compiler for SCSS/CSS","archived":false,"fork":false,"pushed_at":"2022-02-18T20:33:52.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T06:30:56.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technicalguru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-18T19:32:02.000Z","updated_at":"2022-02-18T20:33:56.000Z","dependencies_parsed_at":"2022-09-15T04:50:46.944Z","dependency_job_id":null,"html_url":"https://github.com/technicalguru/docker-sass","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fdocker-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fdocker-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fdocker-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fdocker-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technicalguru","download_url":"https://codeload.github.com/technicalguru/docker-sass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246847052,"owners_count":20843438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T21:40:02.784Z","updated_at":"2026-02-09T10:34:31.391Z","avatar_url":"https://github.com/technicalguru.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-sass\nDocker image to encapsulate sass compiler for SCSS/CSS\n\n# Running the image\nThe image does not offer any options. Simple run the container:\n\n```\ndocker run technicalgur/sass sass -ti -- bash\n```\n\nYou might want to mount a host directory to ```usr/local/src/sass-source``` in order to keep your work.\n\n# HOWTO compile SASS\nYou will land in the home dir ```/usr/local/src/sass-source```. Setup your SASS project here and use the \"sass\" command.\n\n# Example\nThe following procedure will create a current Bootstrap CSS file.\n\n1. Create sub-directory ```scss```.\n1. Add a single line to ```scss/mycss.scss``` file: ```@import \"../node_modules/bootstrap/scss/bootstrap\";``` (PS: Add any customizations before this line)\n1. Run ```npm install bootstrap```\n1. Run ```npm i```\n1. Create sub-directory ```assets```.\n1. Run ```sass scss/mycss.scss assets/mycss.css```\n1. Run ```sass scss/mycss.scss assets/mycss.min.css --style compressed```\n\nYour CSS files will be in sub-directory assets.\n\n# Notes\nThe image has some basic tooling installed:\n\n* curl\n* wget\n* vim\n* git\n\n# Contribute\nOpen an issue in the issue tracker in case of any feedback, change requests or bugs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalguru%2Fdocker-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnicalguru%2Fdocker-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalguru%2Fdocker-sass/lists"}