{"id":13424325,"url":"https://github.com/thoughtbot/refills","last_synced_at":"2025-09-29T00:31:24.790Z","repository":{"id":12015756,"uuid":"14597988","full_name":"thoughtbot/refills","owner":"thoughtbot","description":"[no longer maintained]","archived":true,"fork":false,"pushed_at":"2018-03-02T14:08:32.000Z","size":101849,"stargazers_count":1502,"open_issues_count":0,"forks_count":148,"subscribers_count":75,"default_branch":"master","last_synced_at":"2024-05-22T17:32:45.152Z","etag":null,"topics":["bourbon","bourbon-family","components","css","front-end","refills","sass","scss","snippets"],"latest_commit_sha":null,"homepage":"http://refills.bourbon.io","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/thoughtbot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-21T19:53:47.000Z","updated_at":"2024-04-28T15:10:58.000Z","dependencies_parsed_at":"2022-08-30T11:30:15.127Z","dependency_job_id":null,"html_url":"https://github.com/thoughtbot/refills","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Frefills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Frefills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Frefills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2Frefills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thoughtbot","download_url":"https://codeload.github.com/thoughtbot/refills/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234575224,"owners_count":18854925,"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":["bourbon","bourbon-family","components","css","front-end","refills","sass","scss","snippets"],"created_at":"2024-07-31T00:00:52.270Z","updated_at":"2025-09-29T00:31:16.678Z","avatar_url":"https://github.com/thoughtbot.png","language":"CSS","readme":"[![Refills](http://images.thoughtbot.com/bourbon/refills-logo.svg)](http://refills.bourbon.io)\n\n## Components and patterns built with Bourbon and Neat\n\n**Note:** This project is no longer maintained.\n\n- **[Examples \u0026 Code Snippets](http://refills.bourbon.io)**\n- **[Changelog](https://github.com/thoughtbot/refills/releases)**\n- **[Issues \u0026 Bugs](https://github.com/thoughtbot/refills/issues)**\n\nFollow the [@bourbonsass](https://twitter.com/bourbonsass) Twitter account\nfor updates.\n\n## Requirements\n\n- [Sass] 3.3+\n- [Bourbon] 5.0+\n- [Neat] \u003c 2.0, \u003e= 1.6 (Refills is not currently compatible with Neat 2.0)\n\nIt’s recommended that you use [Autoprefixer], as Refills do not come packaged\nwith vendor prefixes.\n\n[Sass]: https://github.com/sass/sass\n[Bourbon]: https://github.com/thoughtbot/bourbon\n[Neat]: https://github.com/thoughtbot/neat\n[Autoprefixer]: https://github.com/postcss/autoprefixer\n\n## Installation\n\n1. Install Refills’ dependencies: [Bourbon](https://github.com/thoughtbot/bourbon#installation), [Neat](https://github.com/thoughtbot/neat#installation) and [jQuery](http://jquery.com/download) (if you plan to use any components that require JavaScript).\n\n2. Go to the [Refills website](http://refills.bourbon.io), click “Show Code” under the component or pattern that you want and copy-paste it into your project.\n\n3. Customize: Most of the components and patterns have a set of Sass variables that allow you to quickly tweak the look and feel.\n\n## Installation for Ruby on Rails\n\nAlternative to copy-pasting manually, we also have a Refills gem that allows you to add components and patterns via Rake tasks.\n\n1. Add Refills to your Gemfile:\n\n  ```ruby\n  gem \"refills\", group: :development\n  ```\n\n2. Then run:\n\n  ```bash\n  bundle install\n  ```\n\n3. Use the following Rails generators:\n\n  List all available snippets:\n\n  ```bash\n  rails generate refills:list\n  ```\n\n  Add a snippet:\n\n  ```bash\n  rails generate refills:import SNIPPET\n  ```\n\n  If you want to generate coffeescript instead of javascript, simply add `--coffee`\n\n  ```bash\n  rails generate refills:import SNIPPET --coffee\n  ```\n\n  This copies the snippet’s partial to `app/views/refills`, the stylesheet to `app/assets/stylesheets/refills` and the JavaScript to `app/assets/javascripts/refills`\n\n## Miscellaneous\n\nIf your css reset file does not add webkit antialias, add the following code to your Scss file:\n\n```css\nbody {\n  -webkit-font-smoothing: antialiased;\n}\n```\n\n## The Bourbon family\n\n- [Bourbon](https://github.com/thoughtbot/bourbon): A lightweight Sass tool set\n- [Neat](https://github.com/thoughtbot/neat): A lightweight semantic grid framework for Sass and Bourbon\n- [Bitters](https://github.com/thoughtbot/bitters): Scaffold styles, variables and structure for Bourbon projects\n- [Refills](https://github.com/thoughtbot/refills): Components and patterns built with Bourbon and Neat\n\n## License\n\nCopyright © 2014–2017 [thoughtbot, inc](http://thoughtbot.com). Refills is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).\n\nWhenever code for Refills is borrowed or inspired by existing code, we try to credit the original developer/designer in our source code. [Let us know](mailto:design+bourbon@thoughtbot.com) if you think any credit is absent.\n\n## About\n\nRefills is maintained by the thoughtbot design team. It is funded by\n[thoughtbot, inc.][thoughtbot] and the names and logos for thoughtbot are\ntrademarks of thoughtbot, inc.\n\n[![thoughtbot][thoughtbot-logo]][thoughtbot]\n\nWe love open-source software! See [our other projects][community] or\n[hire us][hire] to design, develop, and grow your product.\n\n[thoughtbot]: https://thoughtbot.com?utm_source=github\n[thoughtbot-logo]: http://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg\n[community]: https://thoughtbot.com/community?utm_source=github\n[hire]: https://thoughtbot.com/hire-us?utm_source=github\n","funding_links":[],"categories":["CSS"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtbot%2Frefills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthoughtbot%2Frefills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtbot%2Frefills/lists"}