{"id":19690140,"url":"https://github.com/jeroen-45/bootstrap-css-generator","last_synced_at":"2026-05-01T22:35:54.789Z","repository":{"id":237457526,"uuid":"616722358","full_name":"Jeroen-45/bootstrap-css-generator","owner":"Jeroen-45","description":"A script to easily generate modified versions of bootstrap using just a simple scss file containing your changes as the input.","archived":false,"fork":false,"pushed_at":"2023-03-21T00:52:28.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T10:49:40.920Z","etag":null,"topics":["autoprefixer","bootstrap","bootstrap-generator","bootstrap-scss","bootstrap-theme","minify-css","sass"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jeroen-45.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-03-21T00:17:24.000Z","updated_at":"2023-03-21T00:43:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"1eab153f-421b-4e0c-bbde-55d83ec5d38f","html_url":"https://github.com/Jeroen-45/bootstrap-css-generator","commit_stats":null,"previous_names":["jeroen-45/bootstrap-css-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jeroen-45/bootstrap-css-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeroen-45%2Fbootstrap-css-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeroen-45%2Fbootstrap-css-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeroen-45%2Fbootstrap-css-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeroen-45%2Fbootstrap-css-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jeroen-45","download_url":"https://codeload.github.com/Jeroen-45/bootstrap-css-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeroen-45%2Fbootstrap-css-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["autoprefixer","bootstrap","bootstrap-generator","bootstrap-scss","bootstrap-theme","minify-css","sass"],"created_at":"2024-11-11T19:04:37.008Z","updated_at":"2026-05-01T22:35:54.764Z","avatar_url":"https://github.com/Jeroen-45.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstrap CSS Generator\nA script to easily generate modified versions of bootstrap using just a simple scss file containing your changes as the input.\n\n## Installation\nSimply clone or download this repo. Further dependencies are:\n\n- npm and the packages sass, postcss, postcss-cli, autoprefixer and clean-css-cli  \n  ```\n  npm install sass postcss postcss-cli autoprefixer clean-css-cli\n  ```\n- curl\n- wget\n- unzip\n\nAlternatively, you can use the docker script to avoid having to install NPM and these packages on your system. \nIn that case the only dependency is docker itself.\n\n## Usage\nCreate your .scss file to change/override the default bootstrap values. An example file has been provided. \nIn this file, the color of Bootstrap purple is changed, and the primary color is set to this purple color instead of the default blue.\nOnce you have your .scss file, you can run either of the following commands, depending on whether you want to use docker \nor have installed the packages on your system yourself. For more information on how to change things using this file, you can consult\nthe [Bootstrap documentation](https://getbootstrap.com/docs/5.3/customize/sass/) on this.\n\n**Regular command (npm and packages installed on your system)**\n```\n./create_css.sh your-file.scss\n```\n\n**Docker command**\n```\n./create_css_docker.sh your-file.scss\n```\n\nBy default, the most recent release (so not the \"latest\" release) of Bootstrap is automatically downloaded and used to generate the css. \nIf you want to use a different version, you can download its source code from the [Bootstrap releases](https://github.com/twbs/bootstrap/releases)\nand put it in a folder called `bootstrap` within the same folder as the scripts.\n\nAfter running the command, three files are created:\n- `your-file.css`: The raw CSS output from Sass,\n- `your-file-prefixed.css`: CSS that has been processed by autoprefixer, which is used to add vendor prefixes to the CSS,\n- `your-file-prefixed.min.css`: A minified version of the previous file. This is the end result you'll want to use for your website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeroen-45%2Fbootstrap-css-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeroen-45%2Fbootstrap-css-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeroen-45%2Fbootstrap-css-generator/lists"}