Skip to content

kcjonesevans/pattern-library

 
 

Repository files navigation

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)

About

A tool for building website UI toolkits and style guides

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.6%
  • CSS 18.7%
  • HTML 2.7%