Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

thoughtbot/empties

Repository files navigation

Refills without style.

Note: Empties is no longer being actively maintained.

Unstyled components and patterns built with Bourbon and Neat

Follow the @bourbonsass Twitter account for updates.

Requirements

Installation

  1. Install Empties’ dependencies: Bourbon, Neat and jQuery (if you plan to use any components that require JavaScript).

  2. Go to the Empties website, 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:

body {
  -webkit-font-smoothing: antialiased;
}

The Bourbon family

  • Bourbon: A simple and lightweight mixin library for Sass
  • Neat: A lightweight semantic grid framework for Sass and Bourbon
  • Bitters: Scaffold styles, variables and structure for Bourbon projects
  • Refills: Components and patterns built with Bourbon and Neat

License

Copyright © 2014–2015 thoughtbot, inc. Empties is free software, and may be redistributed under the terms specified in the license.

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 if you think any credit is absent.

About thoughtbot

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 or hire us to design, develop, and grow your product.