{"id":15380989,"url":"https://github.com/lukewarlow/css-dotnet","last_synced_at":"2026-05-04T02:36:03.268Z","repository":{"id":180225479,"uuid":"664114729","full_name":"lukewarlow/css-dotnet","owner":"lukewarlow","description":"A CSS parser written in C# (WIP)","archived":false,"fork":false,"pushed_at":"2023-07-18T11:42:38.000Z","size":390,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T22:36:15.319Z","etag":null,"topics":["csharp","css","css-parser","library"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/lukewarlow.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}},"created_at":"2023-07-09T00:37:56.000Z","updated_at":"2023-07-17T17:25:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"6308a140-d31a-4e9d-a79a-27b7ee1249db","html_url":"https://github.com/lukewarlow/css-dotnet","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"f323a4187ebe18ab007caff62667da5706dc81b3"},"previous_names":["lukewarlow/css-dotnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukewarlow/css-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fcss-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fcss-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fcss-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fcss-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukewarlow","download_url":"https://codeload.github.com/lukewarlow/css-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fcss-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32592715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["csharp","css","css-parser","library"],"created_at":"2024-10-01T14:25:16.061Z","updated_at":"2026-05-04T02:36:03.249Z","avatar_url":"https://github.com/lukewarlow.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSSDotNet\nA CSS parser written in C#\n\n## Tokenizer\n\n- [x] Comment Tokens (Fully tokenized despite not being required)\n- [x] Numeric Tokens\n- [x] Percentage Tokens\n- [x] Dimension Tokens\n- [x] URL Tokens\n- [x] Bad URL Tokens\n- [x] Function Tokens\n- [x] Ident Tokens\n- [x] String Tokens\n- [x] Bad String Tokens\n- [x] Whitespace Tokens\n- [x] Delim Tokens\n- [x] At-keyword Tokens\n- [x] Hash Tokens (mostly)\n- [x] Square, Round, Curly Brackets Tokens\n- [x] Semicolon, Colon, Comma tokens\n- [x] CDO, CDC Tokens\n- [ ] Unicode Range Tokens\n\n## Parser\n\n### Entry Points\n\n- [x] Stylesheet\n- [x] Stylesheet's Contents\n- [x] Block's Contents\n- [x] Rule\n- [x] Declaration\n- [x] Component Value\n- [x] List of Component Values\n- [x] CSV of Component Values\n\n### Algorithms\n\n- [x] Stylesheet's Contents\n- [x] At Rule\n- [x] Qualified Rule\n- [x] Block\n- [x] Block's Contents\n- [x] Declaration\n- [x] List of Component Values\n- [x] Component Value\n- [x] Simple Block\n- [x] Function\n- [ ] Unicode Ranges\n- [ ] An+B Syntax\n\n\n### Grammar\n\nNeeds documenting\n\n### Implemented Specs\n\n- [x] CSS Syntax Level 3 (mostly)\n\nOther specs will be added to this list once they're implemented. For example once `scrollbar-width` and `scrollbar-color` are parsed CSS Scrollbars Level 1 will be added.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukewarlow%2Fcss-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukewarlow%2Fcss-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukewarlow%2Fcss-dotnet/lists"}