Skip to content

jjgrainger/Backpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backpack v1.0

Build Status NPM version NPM downloads

A personal frontend framework

Requirements

  • Have npm installed.
  • Project compiles Sass.

Installation

Install with npm.

$ npm install @jjgrainger/backpack --save

Usage

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

@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

Author

Joe Grainger