{"id":15511292,"url":"https://github.com/anibalsanchez/XT-TailwindCSS-Starter","last_synced_at":"2025-10-12T08:31:22.268Z","repository":{"id":42533701,"uuid":"172087701","full_name":"anibalsanchez/XT-TailwindCSS-Starter","owner":"anibalsanchez","description":"A Tailwind CSS Starter. Based on Tailwind CSS, Webpack, PostCSS, and cssnano. Fully optimized for top performance.","archived":false,"fork":false,"pushed_at":"2023-03-14T19:33:56.000Z","size":1599,"stargazers_count":21,"open_issues_count":7,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-15T16:06:03.965Z","etag":null,"topics":["cssnano","postcss","tailwindcss","webpack"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/anibalsanchez.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":"2019-02-22T15:19:11.000Z","updated_at":"2024-01-23T16:46:22.000Z","dependencies_parsed_at":"2024-11-05T11:51:31.447Z","dependency_job_id":null,"html_url":"https://github.com/anibalsanchez/XT-TailwindCSS-Starter","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-TailwindCSS-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-TailwindCSS-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-TailwindCSS-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-TailwindCSS-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anibalsanchez","download_url":"https://codeload.github.com/anibalsanchez/XT-TailwindCSS-Starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236188294,"owners_count":19109384,"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":["cssnano","postcss","tailwindcss","webpack"],"created_at":"2024-10-02T09:52:57.693Z","updated_at":"2025-10-12T08:31:21.845Z","avatar_url":"https://github.com/anibalsanchez.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Tailwind CSS Starter Project\n\nA Tailwind CSS Starter. Based on Tailwind CSS, Webpack and PostCSS. Fully optimized for top performance.\n\n- [Tailwind CSS](https://tailwindcss.com) - The Utility-First CSS Framework. A project by Adam Wathan (@adamwathan), Jonathan Reinink (@reinink), David Hemphill (@davidhemphill) and Steve Schoger (@steveschoger).\n- [Webpack](https://webpack.js.org)\n- [PostCSS](https://postcss.org)\n\nFor future reference:\n\n- [Tailwind CSS has arrived at the Joomla scene](https://blog.anibalhsanchez.com/en/10-blogging/lost-and-found/47-tailwind-css-has-arrived-at-the-joomla-scene.html)\n- [anibalsanchez/XT-Tailwind-for-Joomla](https://github.com/anibalsanchez/XT-Tailwind-for-Joomla)\n\n**Prerequisites**: Before you use this starter, you must install [Node.js](https://nodejs.org/).\n\nTo get started, clone the project (or download the ZIP file) and install the dependencies:\n\n```sh\n# Install dependencies\nnpm install\n```\n\n```sh\n# Build with Tailwind CLI\nnpm run dev\n```\n\n```sh\n# Serve with Parcel\nnpm run serve\n```\n\nThe page is rendered here \u003chttp://localhost:8080/\u003e.\n\nThe sample page renders [my blog](https://blog.anibalhsanchez.com) layout redesigned with Tailwind ;-)\n\nTo build a production bundle run:\n\n```sh\nnpm run prod\n```\n\nAfter that you will have a ready to deploy bundle at `/dist`\n\n## Changelog\n\n### 5.0.0\n\n- Upgrade to Tailwind CSS v3 - https://tailwindcss.com/docs/upgrade-guide\n- Migrate `tailwind.config.js` from `purge` to `content`\n- Migrate `tailwind.config.js` remove `variants`\n\n```sh\nnpm install -D tailwindcss@latest \\\n  @tailwindcss/typography@latest \\\n  @tailwindcss/forms@latest \\\n  @tailwindcss/aspect-ratio@latest \\\n  @tailwindcss/line-clamp@latest \\\n  postcss@latest \\\n  autoprefixer@latest\n```\n\n- Migration to Tailwind CLI - https://tailwindcss.com/docs/installation\n\n### 4.0.0\n\n- Update to Tailwind CSS v2.0.2\n- Clean dependencies to have Tailwind CSS and WebPack\n- Purge with Tailwind CSS\n- Remove @fullhuman/postcss-purgecss\n- Remove @tailwindcss/custom-forms\n- Integrate @tailwindcss/aspect-ratio\n- Integrate @tailwindcss/forms\n- Integrate @tailwindcss/line-clamp\n- Usability improvements, optimizations and code styling\n\n### 3.0.0\n\nUpdate to Tailwind CSS v1.2.0, including Tailwind UI support.\n\n- Tailwind CSS v1.2.0\n- Support of [Tailwind UI](https://tailwindui.com/)\n- Addition of PostCSS best practices, [postcss-import](https://www.npmjs.com/package/postcss-import) and [postcss-nested](https://www.npmjs.com/package/postcss-nested)\n- Minimum tailwind.config.js\n\n## Copyright \u0026 License\n\n- Copyright (c)2019-2022 Extly, CB. All rights reserved.\n- MIT License; see LICENSE\n- This project is dedicated to [Andrea Gentil](http://www.twitter.com/andreagentil) ;-D\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanibalsanchez%2FXT-TailwindCSS-Starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanibalsanchez%2FXT-TailwindCSS-Starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanibalsanchez%2FXT-TailwindCSS-Starter/lists"}