{"id":21407539,"url":"https://github.com/belguinan/bootstrap-sass","last_synced_at":"2026-02-25T18:05:13.547Z","repository":{"id":249424865,"uuid":"436384458","full_name":"belguinan/bootstrap-sass","owner":"belguinan","description":"Bootstrap 5 starting point.","archived":false,"fork":false,"pushed_at":"2021-12-20T14:51:11.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T23:50:21.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/belguinan.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":"2021-12-08T20:34:42.000Z","updated_at":"2022-02-01T14:54:28.000Z","dependencies_parsed_at":"2024-07-20T18:42:42.119Z","dependency_job_id":null,"html_url":"https://github.com/belguinan/bootstrap-sass","commit_stats":null,"previous_names":["belguinan/bootstrap-sass"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/belguinan/bootstrap-sass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belguinan%2Fbootstrap-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belguinan%2Fbootstrap-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belguinan%2Fbootstrap-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belguinan%2Fbootstrap-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/belguinan","download_url":"https://codeload.github.com/belguinan/bootstrap-sass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belguinan%2Fbootstrap-sass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29833759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:57:15.019Z","status":"ssl_error","status_checked_at":"2026-02-25T17:56:11.472Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-22T16:53:16.391Z","updated_at":"2026-02-25T18:05:13.527Z","avatar_url":"https://github.com/belguinan.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boost your Bootstrap 5 development workflow!\n\nWe can achieve the same result as [tailwindCSS](https://tailwindcss.com/) using **bootstrap theming** [Read more.](https://getbootstrap.com/docs/4.0/getting-started/theming/).\nThis method is great for **fast frontend development**. No need to write your own css.\n\n  \n\n## Use case:\n\nYour PSD/figma design has form labels **{font-size: 16px, color: #fff}**.  \nWe need to find the variables responsive for form labels.  \nfound in **bootstrap/scss/forms/_labels.scss**.  \n\n```scss\n.form-label {\n\tmargin-bottom: $form-label-margin-bottom;\n\t@include font-size($form-label-font-size);\n\tfont-style: $form-label-font-style;\n\tfont-weight: $form-label-font-weight;\n\tcolor: $form-label-color;\n}\n```\n\nopen **_variables.scss** and override the defaults.  \n\n```scss\n$form-label-color: #fff;\n$form-label-font-size: 16px;\n```\n\n### CSS classes included.\n\nAll added variables are declared inside **_variables.scss**.\n  \n\n#### Font size\n\nExample of 0.9rem.\n\n```scss\n$custom-font-sizes: (\n\t'0.9rem'\n)\n```\n\ncss classes generated:\n\n```scss\n.font-size-0-9rem\n.font-size-{breakpoint}-0-9rem\n.font-size-md-0-9rem\n.font-size-lg-0-9rem\n.font-size-xl-0-9rem\n\n.line-height-...\n....\n```\n  \n\n#### Custom height/width\n\nExample of 100px.\n\n```scss\n$custom-width-sizes: (\n\t'100px'\n)\n```\n\ncss classes generated:\n\n```scss\n.h-100px\n.min-h-100px\n.max-h-100px\n.max-h-md-100px\n.max-h-lg-100px\n...\n\n.w-100px\n...\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelguinan%2Fbootstrap-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbelguinan%2Fbootstrap-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelguinan%2Fbootstrap-sass/lists"}