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
- Host: GitHub
- URL: https://github.com/jjgrainger/backpack
- Owner: jjgrainger
- License: mit
- Created: 2017-04-02T14:37:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T21:23:43.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T09:20:56.323Z (11 months ago)
- Topics: css, framework, sass
- Language: CSS
- Homepage:
- Size: 74.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backpack v1.0
[](https://travis-ci.org/jjgrainger/Backpack) [](https://www.npmjs.org/package/@jjgrainger/backpack) [](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)