{"id":19212341,"url":"https://github.com/leafo/scssphp-compass","last_synced_at":"2025-11-03T16:02:42.035Z","repository":{"id":4153245,"uuid":"5267269","full_name":"leafo/scssphp-compass","owner":"leafo","description":"Compass for scssphp","archived":false,"fork":false,"pushed_at":"2012-08-02T02:06:35.000Z","size":211,"stargazers_count":65,"open_issues_count":7,"forks_count":31,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-17T19:16:08.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leafo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-02T02:05:39.000Z","updated_at":"2025-03-15T20:58:27.000Z","dependencies_parsed_at":"2022-08-27T12:11:57.782Z","dependency_job_id":null,"html_url":"https://github.com/leafo/scssphp-compass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leafo/scssphp-compass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fscssphp-compass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fscssphp-compass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fscssphp-compass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fscssphp-compass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leafo","download_url":"https://codeload.github.com/leafo/scssphp-compass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fscssphp-compass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282486109,"owners_count":26677118,"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","status":"online","status_checked_at":"2025-11-03T02:00:05.676Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-09T13:46:35.690Z","updated_at":"2025-11-03T16:02:41.997Z","avatar_url":"https://github.com/leafo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# scssphp-compass\n\n*This is work in progress, expect to have problems!*\n\nThis is a library for adding [Compass][0] to your [scssphp][1] installation.\n\nThe project composed of a couple parts:\n\n * A script that checks out Compass and extracts the SCSS\n * A PHP class that hooks into a instance of `scssc` from scssphp. This script\n   updates the import path and adds built in functions required my Compass\n\nCompass' SCSS is checked into this repository, so you only need to run the\nextract script if you are updating the version of Compass that is included.\n\n## Installation\n\n**scssphp-compass** is a Composer package. Add the following to your\n`composer.json`:\n\n    {\n      \"require\": {\n        \"leafo/scssphp-compass\": \"dev-master\"\n      }\n    }\n\n\n## Usage\n\n    \u003c?php\n    require \"vendor/autoload.php\";\n\n    $scss = new scssc();\n    new scss_compass($scss);\n\n    echo $scss-\u003ecompile('\n      @import \"compass\";\n\n      .shadow {\n        @include box-shadow(10px 10px 8px red);\n      }\n    ');\n\n\n [0]: http://compass-style.org/\n [1]: http://leafo.net/scssphp/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafo%2Fscssphp-compass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleafo%2Fscssphp-compass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafo%2Fscssphp-compass/lists"}