# empties **Repository Path**: mirrors_thoughtbot/empties ## Basic Information - **Project Name**: empties - **Description**: [no longer maintained] - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Refills without style. **Note:** Empties is no longer being actively maintained. Unstyled components and patterns built with Bourbon and Neat - **[Examples & Code Snippets](http://empties.bourbon.io)** - **[Issues & Bugs](https://github.com/thoughtbot/empties/issues)** Follow the [@bourbonsass](https://twitter.com/bourbonsass) Twitter account for updates. ## Requirements - [Sass](https://github.com/sass/sass) 3.3+ - [Bourbon](https://github.com/thoughtbot/bourbon) 4.0+ - [Neat](https://github.com/thoughtbot/neat) 1.6+ ## Installation 1. Install Empties’ 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). 2. Go to the [Empties website](http://empties.bourbon.io), click “Show Code” under the component or pattern that you want and copy-paste it into your project. 3. Customize! ## Miscellaneous If your css reset file does not add webkit antialias, add the following code to your Scss file: ```css body { -webkit-font-smoothing: antialiased; } ``` ## The Bourbon family - [Bourbon](https://github.com/thoughtbot/bourbon): A simple and lightweight mixin library for Sass - [Neat](https://github.com/thoughtbot/neat): A lightweight semantic grid framework for Sass and Bourbon - [Bitters](https://github.com/thoughtbot/bitters): Scaffold styles, variables and structure for Bourbon projects - [Refills](https://github.com/thoughtbot/refills): Components and patterns built with Bourbon and Neat ## License Copyright © 2014–2015 [thoughtbot, inc](http://thoughtbot.com). Empties is free software, and may be redistributed under the terms specified in the [license](LICENSE.md). Whenever code for Empties 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. ## About thoughtbot [![thoughtbot][thoughtbot-logo]][thoughtbot] Empties is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc. We love open source software! See [our other projects][community] or [hire us][hire] to design, develop, and grow your product. [thoughtbot]: https://thoughtbot.com?utm_source=github [thoughtbot-logo]: http://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg [community]: https://thoughtbot.com/community?utm_source=github [hire]: https://thoughtbot.com/hire-us?utm_source=github