{"id":14955839,"url":"https://github.com/mkhairi/bootswatch-sass","last_synced_at":"2026-03-11T17:02:46.034Z","repository":{"id":23435869,"uuid":"26799064","full_name":"mkhairi/bootswatch-sass","owner":"mkhairi","description":"bootswatch ruby gems for assets pipeline","archived":false,"fork":false,"pushed_at":"2019-10-15T03:04:47.000Z","size":550,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T14:17:17.810Z","etag":null,"topics":["bootstrap","bootstrap-theme","bootstrap4","bootswatch","bootswatch-rubygem","bootswatch4","rails","rubygem","rubyonrails"],"latest_commit_sha":null,"homepage":"https://github.com/thomaspark/bootswatch","language":"Ruby","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/mkhairi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-18T08:17:12.000Z","updated_at":"2023-11-20T22:38:56.000Z","dependencies_parsed_at":"2022-08-05T22:16:10.757Z","dependency_job_id":null,"html_url":"https://github.com/mkhairi/bootswatch-sass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkhairi%2Fbootswatch-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkhairi%2Fbootswatch-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkhairi%2Fbootswatch-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkhairi%2Fbootswatch-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkhairi","download_url":"https://codeload.github.com/mkhairi/bootswatch-sass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235515425,"owners_count":19002481,"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","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":["bootstrap","bootstrap-theme","bootstrap4","bootswatch","bootswatch-rubygem","bootswatch4","rails","rubygem","rubyonrails"],"created_at":"2024-09-24T13:11:53.162Z","updated_at":"2025-10-06T08:32:14.820Z","avatar_url":"https://github.com/mkhairi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootswatch ruby gem [![Gem Version](https://badge.fury.io/rb/bootswatch.svg)](http://badge.fury.io/rb/bootswatch)\n\n[Bootswatch](http://bootswatch.com) is a collection of free themes for [Bootstrap](v4-alpha.getbootstrap.com). \n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'bootstrap'\ngem 'bootswatch'\n```\n\nBootstrap JavaScript depends on jQuery. If you're using Rails 5.1+, add the jquery-rails gem to your Gemfile:\n```ruby\ngem 'jquery-rails'\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n### Stylesheets\nin your ```application.scss```\n```scss\n// example override bootswatch variables\n$primary:       #FFCF06;\n$secondary:     #37474f;\n$success:       #28b62c;\n$info:          #03a9f4;\n$warning:       #fbe42c;\n$danger:        #ff4136;\n$light:         #eeeeee;\n$dark:          #444444;\n// end example override\n\n// import scss file\n@import \"bootswatch/materia/variables\";\n@import \"bootstrap\";\n@import \"bootswatch/materia/bootswatch\";\n```\n\nMake sure the file has .scss extension (or .sass for Sass syntax). If you have just generated a new Rails app, it may come with a .css file instead. If this file exists, it will be served instead of Sass, so rename it:\n\n\n### Javascript\nAdd Bootstrap dependencies and Bootstrap to your ```application.js```:\n```js\n//= require jquery3\n//= require popper\n//= require bootstrap\n```\nor  use individual Bootstrap components for ease of debugging\n```js\n//= require jquery3\n//= require popper\n//= require bootstrap-sprockets\n```\nsee more on bootstrap [readme](https://github.com/twbs/bootstrap-rubygem)\n\n## Contributing\n\n1. Fork it ( https://github.com/mkhairi/bootswatch/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkhairi%2Fbootswatch-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkhairi%2Fbootswatch-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkhairi%2Fbootswatch-sass/lists"}