Skip to content

alivelee/Skinny-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skinny-grid

A lightweight pure flexbox css framework

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development

Prerequisites

In case you don't have bower or npm

npm install -g bower

To install npm,recommond to use nvm(Node Version Manager)

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash

nvm install node //install latest node includes npm

Installing

Install via Bower

bower install Skinny-grid 

Or use npm

until finished

Quick start

Include the style sheets into your HTML file's head element

<link rel="stylesheet" href="styles/skinny-grid.css">

Or,Import as a Sass Module in your Sass/Scss style file

@import "skinny";

The rest your can check my Project Site

TODOS

  • Bower Support
  • NPM Support
  • Examples

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

TODOS