connors / chassis

A lightweight, mobile-first approach to web development.

Home Page:connors.github.io/chassis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A lightweight HTML & CSS base layer for mobile-first web development.

Chassis provides you with base CSS and HTML files to jump start your web development. If you're looking for a full featured front-end framework, you're in the wrong place. Chassis only gives you what you need and nothing else.

Getting started

  • Clone the repo git clone git@github.com:connors/chassis.git or just download the bundled CSS.
  • Read the docs to learn how to create simple layouts and use Chassis' base layer styles.

Documentation

Chassis' documentation is built with Jekyll and publicly hosted on GitHub Pages at https://github.com/connors/chassis. The docs may also be run locally.

Running documentation locally

  1. If necessary, install Jekyll.
  2. From the root /chassis directory, run jekyll serve in the command line.
  3. Open http://localhost:4000 in your browser, and boom!

Learn more about using Jekyll by reading its documentation.

Reporting bugs & contributing

Please file a Github issue to report a bug. When reporting a bug, be sure to search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.

Author

Connor Sears

License

Chassis is licensed under the MIT License.

About

A lightweight, mobile-first approach to web development.

connors.github.io/chassis

License:MIT License


Languages

Language:CSS 97.4%Language:JavaScript 2.6%