An open API service indexing awesome lists of open source software.

https://github.com/jjgrainger/backpack

A Personal Frontend Framework
https://github.com/jjgrainger/backpack

css framework sass

Last synced: 11 months ago
JSON representation

A Personal Frontend Framework

Awesome Lists containing this project

README

          

# Backpack v1.0

[![Build Status](https://travis-ci.org/jjgrainger/Backpack.svg?branch=master)](https://travis-ci.org/jjgrainger/Backpack) [![NPM version](https://img.shields.io/npm/v/@jjgrainger/backpack.svg)](https://www.npmjs.org/package/@jjgrainger/backpack) [![NPM downloads](https://img.shields.io/npm/dt/@jjgrainger/backpack.svg)](https://www.npmjs.org/package/@jjgrainger/backpack)

> A personal frontend framework

## Requirements

* Have [npm](https://www.npmjs.com/get-npm) installed.
* Project compiles [Sass](http://sass-lang.com/).

## Installation

Install with npm.

```
$ npm install @jjgrainger/backpack --save
```

## Usage

To start using Backpack `@import` the main sass file into your app.

```sass
@import 'node_modules/@jjgrainger/backpack/sass/backpack'
```

## What's inside

* __Mixins:__ A collection of useful mixins
* __Reset:__ Eric Myers Reset
* __Layout:__ A simple, multipurpose container and flexbox driven columns
* __Type:__ Basic type settings to build from
* __Forms:__ Basic form styles

## Notes

* Licensed under the [MIT License](https://github.com/jjgrainger/backpack/blob/master/LICENSE)
* Maintained under the [Semantic Versioning Guide](http://semver.org)

## Author

**Joe Grainger**

* [http://jjgrainger.co.uk](http://jjgrainger.co.uk)
* [http://twitter.com/jjgrainger](http://twitter.com/jjgrainger)