{"id":21446895,"url":"https://github.com/cfmvcarlos/tailwindcss-testing","last_synced_at":"2026-04-17T10:08:56.624Z","repository":{"id":264026934,"uuid":"892121946","full_name":"CFMVCarlos/TailwindCSS-Testing","owner":"CFMVCarlos","description":"A modern project utilizing Tailwind CSS with a Prettier plugin for Tailwind to ensure well-structured and optimized styling. This project demonstrates the integration of Tailwind CSS into a development workflow with real-time changes and prettier formatting.","archived":false,"fork":false,"pushed_at":"2024-11-23T16:18:19.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T01:42:52.137Z","etag":null,"topics":["css3","html5","prettier","tailwindcss"],"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/CFMVCarlos.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-11-21T14:48:12.000Z","updated_at":"2024-11-23T16:18:22.000Z","dependencies_parsed_at":"2024-11-21T16:24:36.804Z","dependency_job_id":"afc2b382-bff6-4b2e-a04b-d86cd0c66433","html_url":"https://github.com/CFMVCarlos/TailwindCSS-Testing","commit_stats":null,"previous_names":["cfmvcarlos/tailwindcss-testing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FTailwindCSS-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FTailwindCSS-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FTailwindCSS-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FTailwindCSS-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CFMVCarlos","download_url":"https://codeload.github.com/CFMVCarlos/TailwindCSS-Testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960450,"owners_count":20375101,"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","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":["css3","html5","prettier","tailwindcss"],"created_at":"2024-11-23T03:08:09.988Z","updated_at":"2026-04-17T10:08:56.591Z","avatar_url":"https://github.com/CFMVCarlos.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailwind CSS Testing\n\n## Description\nA modern project utilizing **Tailwind CSS** with a **Prettier plugin for Tailwind** to ensure well-structured and optimized styling. This project demonstrates the integration of Tailwind CSS into a development workflow with real-time changes and prettier formatting.\n\n---\n\n## Installation Instructions\n\n### 1. Clone the repository:\n```bash\ngit clone https://github.com/CFMVCarlos/TailwindCSS-Testing.git\ncd TailwindCSS-Testing\n```\n\n### 2. Install Prettier with Tailwind CSS plugin:\n```bash\nnpm install\n```\n\n---\n\n## Usage Guide\n\n### 1. Create the required configuration files:\n\n#### a. **Prettier configuration (`prettier.config.js`):**\n```javascript\nmodule.exports = {\n  plugins: [\"prettier-plugin-tailwindcss\"],\n};\n```\n\n#### b. **Tailwind CSS configuration (`tailwind.config.js`):**\n```javascript\n/** @type {import('tailwindcss').Config} */\nmodule.exports = {\n  content: [\"./*.html\"],\n  theme: {\n    extend: {},\n  },\n  plugins: [],\n};\n```\n\n### 2. Build Tailwind CSS:\nRun the following command to build your Tailwind CSS file:\n```bash\nnpx tailwindcss -i ./src/input.css -o ./src/output.css --watch\n```\n\n### 3. View the project:\nOpen your browser and navigate to [localhost](http://localhost:3000) to see the project in action.\n\n---\n\n### Additional Resources\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n- [Prettier Documentation](https://prettier.io/docs/en/index.html)\n\n## Author\n\n- [Carlos Valente](https://github.com/CFMVCarlos)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfmvcarlos%2Ftailwindcss-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfmvcarlos%2Ftailwindcss-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfmvcarlos%2Ftailwindcss-testing/lists"}