{"id":18485605,"url":"https://github.com/bootscore/bootstrap-5-sass-template-for-vscode","last_synced_at":"2025-08-01T03:04:11.934Z","repository":{"id":48200577,"uuid":"361715736","full_name":"bootscore/bootstrap-5-sass-template-for-vscode","owner":"bootscore","description":"Create and compile your own bootstrap.min.css with this template. Compiled CSS can be used in bootScore theme. This template is not needed anymore since bootScore 5.1.1.1.","archived":false,"fork":false,"pushed_at":"2021-09-10T08:12:49.000Z","size":994,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T03:30:09.877Z","etag":null,"topics":["bootscore","bootstrap","bootstrap5","compiler","sass","visual-studio-code"],"latest_commit_sha":null,"homepage":"","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/bootscore.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":"2021-04-26T10:55:06.000Z","updated_at":"2024-10-26T00:25:11.000Z","dependencies_parsed_at":"2022-09-04T11:42:33.241Z","dependency_job_id":null,"html_url":"https://github.com/bootscore/bootstrap-5-sass-template-for-vscode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bootscore/bootstrap-5-sass-template-for-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootscore%2Fbootstrap-5-sass-template-for-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootscore%2Fbootstrap-5-sass-template-for-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootscore%2Fbootstrap-5-sass-template-for-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootscore%2Fbootstrap-5-sass-template-for-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bootscore","download_url":"https://codeload.github.com/bootscore/bootstrap-5-sass-template-for-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootscore%2Fbootstrap-5-sass-template-for-vscode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267524212,"owners_count":24101558,"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-28T02:00:09.689Z","response_time":68,"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":["bootscore","bootstrap","bootstrap5","compiler","sass","visual-studio-code"],"created_at":"2024-11-06T12:45:46.037Z","updated_at":"2025-08-01T03:04:11.914Z","avatar_url":"https://github.com/bootscore.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstrap 5 Sass Template for Visual Studio Code Editor\n\nCreate and compile your own bootstrap.min.css with this template. Compiled CSS can be used in [bootScore](https://github.com/crftwrk/bootscore) theme.\n\nDocumentation: https://bootscore.me/documentation/custom-bootstrap-min-css/\n\n## General Usage\n\n1. Download file and unzip\n2. Download and install Visual Studio Code Editor https://code.visualstudio.com/download\n3. Open Visual Studio Code Editor and install Live Sass Compiler Extension https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass\n4. Open file folder in Visual Studio Code Editor\n5. Open index.html in browser\n6. Edit variables in folder /dist/css/bootstrap.scss. Available variables can be found in folder /scss/_variables.scss\n7. Save file\n8. Klick \"Watch Sass\" in the blue banner in VSCode window\n9. Enjoy your new Bootstrap\n\n## Usage in bootscore-child / bootcommerce-child\n\n1. Copy your generated bootstrap.min.css, bootstrap.min.css.map (optional), bootstrap.scss (optional, in case you want to edit later, store a copy of it) in folder /css/lib/ in child theme.\n2. Insert following snippet in child-theme's functions.php:\n\n```php\n// Overide bootstrap.min.css in child-theme\nfunction bootscore_replace_bootstrap() {\n\n    // Dequeue parent-theme bootstrap.min.css\n    wp_dequeue_style( 'bootstrap' );\n    wp_deregister_style( 'bootstrap' );\n\n    // Enqueue new bootstrap.min.css in child-theme\n    wp_enqueue_style( 'child-theme-bootstrap', get_stylesheet_directory_uri() .'/css/lib/bootstrap.min.css' , array('parent-style'));\n}\n\nadd_action( 'wp_enqueue_scripts', 'bootscore_replace_bootstrap', 20 );\n```\n\n3. Enjoy your new bootScore\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootscore%2Fbootstrap-5-sass-template-for-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootscore%2Fbootstrap-5-sass-template-for-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootscore%2Fbootstrap-5-sass-template-for-vscode/lists"}