{"id":29906817,"url":"https://github.com/atkntepe/tailwindcss-parser","last_synced_at":"2026-04-12T17:05:39.287Z","repository":{"id":239910208,"uuid":"800903666","full_name":"atkntepe/tailwindcss-parser","owner":"atkntepe","description":"A utility tool for parsing Tailwind CSS output files into structured JSON files using PostCSS. Originally developed for the TailwindCSS Cheat Sheet project.","archived":false,"fork":false,"pushed_at":"2024-05-15T10:40:32.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T16:29:25.550Z","etag":null,"topics":["css-parser","json","postcss","tailwind-css","utility-tool","web-development"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/atkntepe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-15T08:12:54.000Z","updated_at":"2025-03-17T17:35:07.000Z","dependencies_parsed_at":"2024-05-16T00:49:51.080Z","dependency_job_id":"588027df-6faa-4df8-997f-1f5f507bbad9","html_url":"https://github.com/atkntepe/tailwindcss-parser","commit_stats":null,"previous_names":["atakantepe/tailwindcss-parser","atkntepe/tailwindcss-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atkntepe/tailwindcss-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atkntepe%2Ftailwindcss-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atkntepe%2Ftailwindcss-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atkntepe%2Ftailwindcss-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atkntepe%2Ftailwindcss-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atkntepe","download_url":"https://codeload.github.com/atkntepe/tailwindcss-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atkntepe%2Ftailwindcss-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268297623,"owners_count":24228128,"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-08-01T02:00:08.611Z","response_time":67,"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-parser","json","postcss","tailwind-css","utility-tool","web-development"],"created_at":"2025-08-01T21:14:15.695Z","updated_at":"2026-01-28T06:06:51.489Z","avatar_url":"https://github.com/atkntepe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TailwindCss Parser\r\n\r\nThis project is a utility for parsing Tailwind CSS files. It uses PostCSS to process CSS and outputs the results as JSON files.\r\n\r\nThis parser was used in the [TailwindCSS Cheat Sheet](https://github.com/atakantepe/tailwind-cheat-sheet) project.\r\n\r\n## Scripts\r\n\r\nThis project includes the following npm scripts:\r\n\r\n- `build:css`: This script runs postcss on `src/styles.css` and outputs the result to `src/assets/tailwind-output.css`.\r\n- `parse`: This script runs a Node.js script (`src/parse-css.js`) that parses the CSS.\r\n- `build-and-parse`: This script runs both `build:css` and `parse` in sequence.\r\n\r\n## Usage\r\n\r\nAfter cloning the repository and running `npm install`, you can generate the Tailwind CSS output and parse it into JSON files by running:\r\n\r\n```bash\r\nnpm run build-and-parse\r\n```\r\n\r\n## Project Structure\r\n\r\ntailwindcss-parser/\\\r\n├── src/\\\r\n│   ├── assets/\\\r\n│   │   ├── (generated tailwindcss-output.css file will be here)\\\r\n│   ├── data/\\\r\n│   │   ├── (generated json files will be here)\\\r\n│   ├── parse-css.js\\\r\n│   ├── styles.css\\\r\n├── node_modules/\\\r\n├── package.json\\\r\n├── postcss.config.js\\\r\n└── tailwind.config.js\\\r\n\r\n## Contributions\r\n\r\nContributions are always welcome! Here's how you can help:\r\n\r\n- Report bugs\r\n- Submit fixes and improvements via pull requests\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatkntepe%2Ftailwindcss-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatkntepe%2Ftailwindcss-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatkntepe%2Ftailwindcss-parser/lists"}