{"id":26984292,"url":"https://github.com/friendsofshopware/css-api","last_synced_at":"2026-03-03T07:31:49.481Z","repository":{"id":65694525,"uuid":"552576833","full_name":"FriendsOfShopware/css-api","owner":"FriendsOfShopware","description":"CSS API using Cloudflare Workers","archived":false,"fork":false,"pushed_at":"2025-03-10T08:03:58.000Z","size":924,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T22:19:05.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FriendsOfShopware.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-16T22:17:38.000Z","updated_at":"2024-12-23T19:24:50.000Z","dependencies_parsed_at":"2023-12-22T23:26:38.002Z","dependency_job_id":null,"html_url":"https://github.com/FriendsOfShopware/css-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FriendsOfShopware/css-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2Fcss-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2Fcss-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2Fcss-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2Fcss-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FriendsOfShopware","download_url":"https://codeload.github.com/FriendsOfShopware/css-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2Fcss-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30035880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:58:30.252Z","status":"ssl_error","status_checked_at":"2026-03-03T06:58:15.329Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-04-03T17:36:05.969Z","updated_at":"2026-03-03T07:31:49.453Z","avatar_url":"https://github.com/FriendsOfShopware.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSS API\n\nThis API exposes [lightningcss](https://github.com/parcel-bundler/lightningcss) as an API running with AWS Lambda.\n\nAPI URL: https://27uhytumuulrysydgmak3tlsgu0giwff.lambda-url.eu-central-1.on.aws\n\n## Requesting\n\nRequest JSON:\n\nThe only required parameter is `stylesheet`\n\n```json\n{\n    \"stylesheet\": \"CSS\",\n    // Minify the CSS (default true)\n    \"minify\": true,\n    // CSS Target. Multiply version with 65536\n    \"targets\": {\n        \"android\": 0,\n        \"chrome\": 0,\n        \"edge\": 0,\n        \"firefox\": 0,\n        \"ie\": 0,\n        \"ios_saf\": 0,\n        \"opera\": 0,\n        \"safari\": 0,\n        \"samsung\": 0\n    },\n    // Or targets as browserlist format\n    \"browserlist\": \"chrome: \u003e= 100\\nfirefox: \u003e= 100\"\n    // Support for https://www.w3.org/TR/mediaqueries-5/\n    \"custom_media_queries\": true,\n    // Enable CSS nesting support\n    \"css_nesting\": true\n}\n```\n\nOutput JSON:\n\n```json\n{\n    \"compiled\": \".....\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofshopware%2Fcss-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriendsofshopware%2Fcss-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofshopware%2Fcss-api/lists"}