0.0.1 • Published 8 years ago

barebones-sass v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Barebones is a boilerplate to help you quickly build your own SASS framework. It is not a fully fledged front-end framework, and simply provides a set of commonly used tools: a customisable grid system, automatically generated helper classes, and a range of mixins. Basic elements, icluding buttons, tables, typographic resets, bullet lists are included with minimal styling so you can spend less time overwriting and more time creating something that looks unique.

The best way to get started with Barebones is to download the latest version from Github and start building!

You can also get the latest release using Bower, although this is somewhat against the philsophy behind this project (rather than include as a depenency, you should ideally use this as the foundational code).

Requirements

Barebones relies heavily on SASS maps to work, so you'll need to make sure you're using SASS 3.3 or higher. Additionally, vendor prefixing mixins are not used or included as you can use the autoprefixer plugin to do this.

0.0.1

8 years ago