Skip to content

TeamSkosh/fuselage

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fuselage

Fuselage Illustration

Fuselage is a sass-based, mobile-first front-end framework aimed at developer productivity and structural composability. With a sensible grid, refreshing typographic defaults, and nifty features, it's a great starting point for almost any project.

Quickstart

Install via bower or npm

# bower
$ bower install fuselage
$ npm install fuselage

Browser Compatibility

  • IE 9+
  • Chrome
  • Firefox
  • Safari

Contributing

Make sure you have npm installed. brew install node if you don't.

$ which npm
# /path/to/npm

Install the project dependencies

# in the project root
$ npm install

Run the project

$ gulp serve

Fork the project and create a feature branch.

$ git checkout -b my-cool-feature

Develop your feature or bugfix. All code should have a four space indentation. Then proceed to commit your changes. Use present tense, and close the corresponding issue (if applicable).

$ git commit -m 'Add some feature. Fix #123.'

Push to your fork.

$ git push origin my-feature

Create a new pull request and stay tuned for either feedback or the green light. Thanks for helping 👍

Configured Gulp Tasks

Task Description
gulp Build styles.
gulp serve Build styles, watch for changes, and start the development server (with livereload).

About

A sass-based, mobile-first front-end framework aimed at developer productivity and structural composability.

Resources

License

Stars

Watchers

Forks

Packages

No packages published