{"id":26891975,"url":"https://github.com/manusoft/blazor-tailwind-v4","last_synced_at":"2025-03-31T22:48:29.803Z","repository":{"id":284506690,"uuid":"955163804","full_name":"manusoft/blazor-tailwind-v4","owner":"manusoft","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-26T07:57:24.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T08:35:20.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/manusoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-03-26T07:56:21.000Z","updated_at":"2025-03-26T07:57:27.000Z","dependencies_parsed_at":"2025-03-26T08:46:30.990Z","dependency_job_id":null,"html_url":"https://github.com/manusoft/blazor-tailwind-v4","commit_stats":null,"previous_names":["manusoft/blazor-tailwind-v4"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusoft%2Fblazor-tailwind-v4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusoft%2Fblazor-tailwind-v4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusoft%2Fblazor-tailwind-v4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusoft%2Fblazor-tailwind-v4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manusoft","download_url":"https://codeload.github.com/manusoft/blazor-tailwind-v4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552876,"owners_count":20795837,"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":[],"created_at":"2025-03-31T22:48:29.215Z","updated_at":"2025-03-31T22:48:29.787Z","avatar_url":"https://github.com/manusoft.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailwind CSS v4 + Blazor\n\n### Install Tailwind CSS\n1. Install ```tailwindcss``` and ```@tailwindcss/cli``` via ```npm```.\n\n```shell\nnpm install tailwindcss @tailwindcss/cli\n```\n\n### Import Tailwind in your CSS\n2. Create a ```input.css``` file inside a ```Style``` folder of your project.\n\n```css\n@import \"tailwindcss\";\n```\n\n### Start the Tailwind CLI build process\n3. Run the CLI tool to scan your source files for classes and build your CSS.\n\n```shell\nnpx @tailwindcss/cli -i ./styles/input.css -o ./wwwroot/tailwind.css --watch\n```\n\n### Start using Tailwind in your HTML\n4. Add your compiled CSS file to the \u003chead\u003e and start using Tailwind’s utility classes to style your content.\n\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003clink href=\"tailwind.css\" rel=\"stylesheet\"\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003ch1 class=\"text-3xl font-bold underline\"\u003e\n    Hello world!\n    \u003c/h1\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanusoft%2Fblazor-tailwind-v4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanusoft%2Fblazor-tailwind-v4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanusoft%2Fblazor-tailwind-v4/lists"}