Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 2.16 KB

File metadata and controls

28 lines (19 loc) · 2.16 KB

Junction

NewSpring Church Build Status

Junction is a css framework built on Sass.

Usage

This repo contains not only the styling but also a full example web app built with React and Storybook. You can run it yourself by cloning down this repo and:

$ npm install
$ npm start

The Storybook web app gives examples of what each class can do and covers the basics of a CSS framework; ie: grids, fonts, forms, etc. It will be also be interactive so you can change aspects of the styles to see what affect they have on particlar elements. Most sections will have their own README that will explain how to use those specific styles and how they may interact with others.

Contribution

Please feel free to open up issues or pull requests for improvements to this repo. There is a pre-installed git pre-commit hook to lint the repo using eslint. You can run the linting yourself using npm run lint. See package.json for specifics. We will ask you to fix any linting errors prior to merging any pull requests.

License

See LICENSE