{"id":18268497,"url":"https://github.com/anibalsanchez/xt-tailwind-for-joomla","last_synced_at":"2025-06-21T23:06:14.573Z","repository":{"id":69769528,"uuid":"163446813","full_name":"anibalsanchez/XT-Tailwind-for-Joomla","owner":"anibalsanchez","description":"XT Tailwind for Joomla. My Blog template, based on Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2024-08-27T17:04:02.000Z","size":2561,"stargazers_count":21,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-04T23:34:45.551Z","etag":null,"topics":["cms","joomla","tailwind-css","tailwindcss","webpack"],"latest_commit_sha":null,"homepage":"https://blog.anibalhsanchez.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","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":"2018-12-28T20:26:30.000Z","updated_at":"2024-12-31T22:43:04.000Z","dependencies_parsed_at":"2024-08-27T18:27:27.609Z","dependency_job_id":"faa7b192-8cd5-4ac5-a98a-51583dd74c7d","html_url":"https://github.com/anibalsanchez/XT-Tailwind-for-Joomla","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/anibalsanchez/XT-Tailwind-for-Joomla","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-Tailwind-for-Joomla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-Tailwind-for-Joomla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-Tailwind-for-Joomla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-Tailwind-for-Joomla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anibalsanchez","download_url":"https://codeload.github.com/anibalsanchez/XT-Tailwind-for-Joomla/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalsanchez%2FXT-Tailwind-for-Joomla/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261206114,"owners_count":23124838,"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":["cms","joomla","tailwind-css","tailwindcss","webpack"],"created_at":"2024-11-05T11:31:52.367Z","updated_at":"2025-06-21T23:06:09.554Z","avatar_url":"https://github.com/anibalsanchez.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XT Tailwind for Joomla\n\nFor future reference:\n\n- [Tailwind CSS v3 for Joomla 4 is here!](https://blog.anibalhsanchez.com/en/blogging/81-tailwind-css-v3-for-joomla-4-is-here.html)\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-TailwindCSS-Starter](https://github.com/anibalsanchez/XT-TailwindCSS-Starter)\n- [FAQ - XT Tailwind for Joomla](https://blog.anibalhsanchez.com/en/10-blogging/lost-and-found/55-faq-xt-tailwind-for-joomla.html). Questions and Answers about Tailwind on Joomla.\n\n**Prerequisites**: Before you use this template, you must install [Node.js](https://nodejs.org/).\n\nThe project has two repositories:\n\n- **The Joomla extension build files**, in this repository: [anibalsanchez/XT-Tailwind-for-Joomla](https://github.com/anibalsanchez/XT-Tailwind-for-Joomla)\n- **The Tailwind template itself**, in this repository: [anibalsanchez/xt-tailwind-for-joomla-template](https://github.com/anibalsanchez/xt-tailwind-for-joomla-template). The dependency is managed with the composer plugin [mnsami/composer-custom-directory-installer](https://github.com/mnsami/composer-custom-directory-installer) to download the template files in the `template` folder.\n\nTo develop and design in the context of the template, please go to [anibalsanchez/xt-tailwind-for-joomla-template](https://github.com/anibalsanchez/xt-tailwind-for-joomla-template).\n\n## The Joomla extension build files\n\nTo build the extension to create the installer package:\n\nFor more information about the build scripts, please, visit [anibalsanchez/extly-buildfiles-for-joomla](https://github.com/anibalsanchez/extly-buildfiles-for-joomla).\n\n```bash\n# Using npm\nnpm install\nnpm run build\n```\n\nThere is a also a script with everything that must be done for each build to be sure that everything is updated to the latest version:\n\n```bash\n./build/build_core.sh\n```\n\nThese steps create the installable package in the `build/release` directory.\n\nThe original XT build files, used to build the extension, can be found here [anibalsanchez/extly-buildfiles-for-joomla](https://github.com/anibalsanchez/extly-buildfiles-for-joomla).\n\n## Changelog\n\n### 7.0.0\n\n- Upgrade to Tailwind CSS v3\n- Usability improvements, optimizations and code styling\n\n### 6.0.0\n\n- Review for Joomla 4. Updates to the Pagination, Languages and Breadcrumbs modules\n- Usability improvements, optimizations and code styling\n\n### 5.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### 4.0.0\n\n- Reorganization of the project in two repositories\n- Update @tailwindcss/custom-forms 0.2.1\n- Update @tailwindcss/typography 0.2.0\n- Update @tailwindcss/ui 0.5.0\n- Update Tailwind CSS 1.6.2\n\n### 3.7.0\n\n- Update Tailwind 1.5.2\n- Add Typography plugin\n\n### 3.6.0\n\n- Component, Error and Off-line pages\n\n### 3.5.0\n\n- Add XT Renderers library\n\n### 3.4.0\n\n- Update to Tailwind CSS v1.4\n- Reorganization of the build scripts\n\n### 3.3.5\n\n- Update to Tailwind CSS v1.3.5\n\n### 3.3.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- Pagination Component implementation\n\n### 3.2.0\n\n- Support of Proxy Mode for Webpack / Tailwind CSS\n- Webpack Proxy support\n\n### 3.1.0\n\n- Minor library updates\n- Styling\n\n### 3.0.0\n\n- Implementation of the [HTML Asset Tags Builder](https://github.com/anibalsanchez/extly-html-asset-tags-builder)\n  - InlineScriptTag\n  - InlineStyleTag\n  - LinkCriticalStylesheetTag\n  - LinkPreloadStylesheetTag\n  - LinkStylesheetTag\n  - ScriptTag\n\n### 2.1.0\n\n- Update to Tailwind CSS v1.1.0\n\n### 2.0.3\n\n- Update to Tailwind CSS v1.0.3\n\n### 2.0.0\n\n- Update to Tailwind CSS v1.0.0-beta.1\n\n### 1.0.0\n\n- Initial version\n- Tailwind CSS v0.7.4.\n\n## Acknowledgements\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- [cssnano](https://cssnano.co/)\n- [Purgecss](https://www.purgecss.com)\n\n## Copyright \u0026 License\n\n- Copyright (c)2012-2024 Extly, CB. All rights reserved.\n- Distributed under the GNU General Public License version 3 or later; see LICENSE\n- This project is dedicated to [Andrea Gentil](http://www.twitter.com/andreagentil) ;-D\n\n\n'/library/vendor_prefixed\n'/xttailwind/vendor_prefixed\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanibalsanchez%2Fxt-tailwind-for-joomla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanibalsanchez%2Fxt-tailwind-for-joomla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanibalsanchez%2Fxt-tailwind-for-joomla/lists"}