Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 890 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 890 Bytes

Pattern Library

This is a play-ground for testing out fabricator and creating my own pattern library.

Quick Start

$ npm start

Colors

//theme code-colors
$theme-colors:{
	primary: #2b811c,
	secondary: #212121,

	p-light: #5fb14b,
	p-dark: #005300,

	s-light: #484848,
	s-dark: #000
}```


## Credits
### Fabricator
<p align="center">
  <img src="http://fbrctr.github.io/assets/toolkit/images/logo.svg" width="100">
</p>
> _fabricate_ - to make by assembling parts or sections.

Fabricator is a tool for building website UI toolkits - _think ["Tiny Bootstraps, for Every Client"](http://daverupert.com/2013/04/responsive-deliverables/#tiny-bootstraps-for-every-client)_

Created by [Luke Askew](http://twitter.com/lukeaskew).

Logo by [Abby Putinski](https://abbyputinski.com/)

## License

[The MIT License (MIT)](http://opensource.org/licenses/mit-license.php)