{"id":14972512,"url":"https://github.com/oaf-project/oaf-bootstrap-4","last_synced_at":"2025-07-29T16:35:58.775Z","repository":{"id":48289144,"uuid":"179911022","full_name":"oaf-project/oaf-bootstrap-4","owner":"oaf-project","description":"Accessibility fixes for Bootstrap 4.","archived":false,"fork":false,"pushed_at":"2023-12-15T05:32:43.000Z","size":59,"stargazers_count":7,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T18:50:51.860Z","etag":null,"topics":["a11y","accessibility","bootstrap","bootstrap-4","bootstrap4","css","sass","scss","wcag","wcag2"],"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/oaf-project.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-04-07T02:52:24.000Z","updated_at":"2020-02-22T20:18:38.000Z","dependencies_parsed_at":"2024-09-27T16:20:46.429Z","dependency_job_id":"1807cedb-9f41-44f6-a7a9-21be447ba062","html_url":"https://github.com/oaf-project/oaf-bootstrap-4","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":"0.19999999999999996","last_synced_commit":"f106ae0dde3f7e8ac568439f6352d21b14ffb200"},"previous_names":["danielnixon/oaf-bootstrap-4"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oaf-project/oaf-bootstrap-4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaf-project%2Foaf-bootstrap-4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaf-project%2Foaf-bootstrap-4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaf-project%2Foaf-bootstrap-4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaf-project%2Foaf-bootstrap-4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oaf-project","download_url":"https://codeload.github.com/oaf-project/oaf-bootstrap-4/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaf-project%2Foaf-bootstrap-4/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267718331,"owners_count":24133448,"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-07-29T02:00:12.549Z","response_time":2574,"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":["a11y","accessibility","bootstrap","bootstrap-4","bootstrap4","css","sass","scss","wcag","wcag2"],"created_at":"2024-09-24T13:47:02.130Z","updated_at":"2025-07-29T16:35:58.697Z","avatar_url":"https://github.com/oaf-project.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/oaf-project/oaf-bootstrap-4.svg?branch=master)](https://travis-ci.org/oaf-project/oaf-bootstrap-4)\n[![npm](https://img.shields.io/npm/v/oaf-bootstrap-4.svg)](https://www.npmjs.com/package/oaf-bootstrap-4)\n\n[![dependencies Status](https://david-dm.org/oaf-project/oaf-bootstrap-4/status.svg)](https://david-dm.org/oaf-project/oaf-bootstrap-4)\n[![devDependencies Status](https://david-dm.org/oaf-project/oaf-bootstrap-4/dev-status.svg)](https://david-dm.org/oaf-project/oaf-bootstrap-4?type=dev)\n[![peerDependencies Status](https://david-dm.org/oaf-project/oaf-bootstrap-4/peer-status.svg)](https://david-dm.org/oaf-project/oaf-bootstrap-4?type=peer)\n\n# Oaf Bootstrap 4\n\nAccessibility fixes for Bootstrap 4.\n\n## Installation\n\n```sh\n# yarn\nyarn add --dev oaf-bootstrap-4\n\n# npm\nnpm install --save-dev oaf-bootstrap-4\n```\n\n## Usage\n\nYou'll need to recompile Bootstrap's Sass yourself.\n\nAssuming `src/styles/index.scss`:\n\n```scss\n// Your Bootstrap variable overrides.\n...\n\n// Accessibility fixes that need to come _before_ the Bootstrap import.\n@import \"../../node_modules/oaf-bootstrap-4/scss/top.scss\";\n\n// Bootstrap itself.\n@import \"../../node_modules/bootstrap/scss/bootstrap.scss\";\n\n// Accessibility fixes that need to come _after_ the Bootstrap import.\n@import \"../../node_modules/oaf-bootstrap-4/scss/bottom.scss\";\n\n// Other styles.\n...\n```\n\n## Fixes\n\n### Restore link underlines\n\nWe include a fix for [Bootstrap issue 15304](https://github.com/twbs/bootstrap/issues/15304). That issue is four and a half years old, so don't hold your breath.\n\nFrom Bootstrap issue 15304:\n\n\u003e For aesthetic reasons, by default Bootstrap links have no underlines, relying instead just on a color difference from surrounding text. This in itself violates WCAG 2.0 \"1.4.1 Use of color\" http://www.w3.org/TR/WCAG20/#visual-audio-contrast-without-color\n\n### Restore focus outline for tabindex=\"-1\" elements\n\nWe include a fix for [Bootstrap issue 28425](https://github.com/twbs/bootstrap/issues/28425).\n\n## See also\n* [Bootstrap's Accessibility page](https://getbootstrap.com/docs/4.3/getting-started/accessibility/).\n* For a similar library for Bootstrap 3, see [bootstrap-hacks](https://github.com/danielnixon/bootstrap-hacks).\n* [Bootstrap accessibility issues](https://github.com/twbs/bootstrap/issues?q=is%3Aissue+is%3Aopen+label%3Aaccessibility).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaf-project%2Foaf-bootstrap-4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foaf-project%2Foaf-bootstrap-4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaf-project%2Foaf-bootstrap-4/lists"}