{"id":16589955,"url":"https://github.com/aftercss/aftercss","last_synced_at":"2026-04-21T00:03:03.902Z","repository":{"id":57095477,"uuid":"148651341","full_name":"aftercss/aftercss","owner":"aftercss","description":"🌟 [WIP] Parser for CSS3.","archived":false,"fork":false,"pushed_at":"2020-04-11T14:39:26.000Z","size":2320,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T08:47:04.130Z","etag":null,"topics":["css","css3","parser"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/aftercss.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":"2018-09-13T14:35:41.000Z","updated_at":"2020-04-20T14:55:05.000Z","dependencies_parsed_at":"2022-08-22T23:10:15.058Z","dependency_job_id":null,"html_url":"https://github.com/aftercss/aftercss","commit_stats":null,"previous_names":["aftercss/after-css"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/aftercss/aftercss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftercss%2Faftercss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftercss%2Faftercss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftercss%2Faftercss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftercss%2Faftercss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aftercss","download_url":"https://codeload.github.com/aftercss/aftercss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftercss%2Faftercss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27764777,"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-12-16T02:00:10.477Z","response_time":57,"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":["css","css3","parser"],"created_at":"2024-10-11T23:10:31.847Z","updated_at":"2025-12-16T13:04:41.105Z","avatar_url":"https://github.com/aftercss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# after-css\n\n[![Build Status](https://travis-ci.com/aftercss/aftercss.svg?branch=better-parser)](https://travis-ci.com/aftercss/aftercss)\n[![codecov](https://codecov.io/gh/aftercss/aftercss/branch/better-parser/graph/badge.svg)](https://codecov.io/gh/aftercss/aftercss)\n\n---\n\nimplement of [CSS3](https://www.w3.org/TR/css-syntax-3/) in TypeScript.\n\n## test-framework\n\n```javascript\nclass TokenFixture extends BaseFixture{\n  async build(taskName){\n    this.srcDir// acess to src dir\n    await this.readSrcFile(filename);\n    // User do their work.\n    await this.writeActualFile(filename, content);\n  }\n}\ndescribe('test',function(){\n  const fixture = new TokenFixture(__dirname);\n  fixture.runTask(async item=\u003e{\n    it(item.name,item=\u003efixture.build(item));\n  });\n})\n// 在每个runtask之后要处理一下actualfile和expectfile比较的问题，根据比较结果决定当前用例是否通过。\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faftercss%2Faftercss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faftercss%2Faftercss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faftercss%2Faftercss/lists"}