{"id":15289032,"url":"https://github.com/idevelopthings/tailwindcss-bootstrap-replacement","last_synced_at":"2025-10-08T06:45:59.771Z","repository":{"id":65514171,"uuid":"297070940","full_name":"iDevelopThings/tailwindcss-bootstrap-replacement","owner":"iDevelopThings","description":"A drop-in replacement for bootstrap; Useful when converting a bootstrap website to TailwindCSS or just for quickly starting out.","archived":false,"fork":false,"pushed_at":"2020-09-20T13:49:38.000Z","size":192,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-18T10:55:01.895Z","etag":null,"topics":["tailwindcss","tailwindcss-plugin"],"latest_commit_sha":null,"homepage":"https://scootersam.github.io/tailwindcss-bootstrap-replacement-demo/","language":"JavaScript","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/iDevelopThings.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}},"created_at":"2020-09-20T12:26:36.000Z","updated_at":"2024-01-31T15:49:33.000Z","dependencies_parsed_at":"2023-01-26T20:55:24.358Z","dependency_job_id":null,"html_url":"https://github.com/iDevelopThings/tailwindcss-bootstrap-replacement","commit_stats":null,"previous_names":["scootersam/tailwindcss-bootstrap-replacement"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iDevelopThings/tailwindcss-bootstrap-replacement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Ftailwindcss-bootstrap-replacement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Ftailwindcss-bootstrap-replacement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Ftailwindcss-bootstrap-replacement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Ftailwindcss-bootstrap-replacement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iDevelopThings","download_url":"https://codeload.github.com/iDevelopThings/tailwindcss-bootstrap-replacement/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Ftailwindcss-bootstrap-replacement/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903011,"owners_count":26065786,"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-10-08T02:00:06.501Z","response_time":56,"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":["tailwindcss","tailwindcss-plugin"],"created_at":"2024-09-30T15:58:36.349Z","updated_at":"2025-10-08T06:45:59.749Z","avatar_url":"https://github.com/iDevelopThings.png","language":"JavaScript","readme":"# Bootstrap drop in replacement for TailwindCSS\n\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cimg alt=\"Npm Version\" src=\"https://img.shields.io/npm/v/tailwindcss-bootstrap-replacement\"\u003e\n\u003cimg alt=\"Monthly Downloads\" src=\"https://img.shields.io/npm/dm/tailwindcss-bootstrap-replacement\"\u003e\n\u003c/div\u003e\n\n# The why?\nI didn't want to \"re-create\" bootstrap, just make life a little easier...\n\nEver wrote a site for yourself or a client... then you discovered Tailwind?\n\nYeah... the pain is real. When we go down that rabbit hole of converting our site to tailwind, there is a lot to fix and change.\n\nThis package will fix the majority of those problems you face.\n\n# Preview\n![Buttons Preview](images/buttons.png)\n![Typography Preview](images/typography.png)\n\nThere is more than just buttons and typography, view the demo below\n## [Demo](https://scootersam.github.io/tailwindcss-bootstrap-replacement-demo)\n\n\u003cbr\u003e\n\n# Install\n1. Install the plugin\n\n```bash\n# Using npm\nnpm i tailwindcss-bootstrap-replacement --save-dev\n\n# Using yarn\nyarn add npm i tailwindcss-bootstrap-replacement -D\n```\n\u003cbr\u003e\n2. Add the plugin to your Tailwind config file\n\n```javascript\nmodule.exports = {\n  future: {\n    // removeDeprecatedGapUtilities: true,\n    // purgeLayersByDefault: true,\n  },\n  purge: [\n  ],\n  theme: {    \n  },\n  variants: {},\n  plugins: [\n    require('tailwindcss-bootstrap-replacement')\n  ],\n}\n```\n\n# Credits\n- [Adam Wathan](https://github.com/adamwathan) I used his [Tailwind Custom Forms](https://github.com/tailwindlabs/tailwindcss-custom-forms) plugin as a starting point for this plugin","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidevelopthings%2Ftailwindcss-bootstrap-replacement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidevelopthings%2Ftailwindcss-bootstrap-replacement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidevelopthings%2Ftailwindcss-bootstrap-replacement/lists"}