github

xcatliu / mobi.css

  • вторник, 30 августа 2016 г. в 03:13:10
https://github.com/xcatliu/mobi.css

CSS
Mobi.css is a lightweight, flexible css library that focus on mobile.



Mobi.css

Mobi.css is a lightweight, flexible css library that focus on mobile.

Introduction

  • Only 2.8kb after gzip, less than Skeleton, Pure.css and Bootstrap v4, etc.
  • Heavy use of flexbox, super flexible, less than 10 lines of custom style in the Homepage.
  • Focus on mobile, show mobile pages in desktop with a sidebar on the left or right.

Documentation

Please checkout the Homepage for more documents.

Downloads

You can download Mobi.css in this page.

Or use npm to install:

npm install --save mobi.css

You can also build Mobi.css to your project if you are using sass.

@import 'mobi.css/src/mobi';

Be sure you have added node-modules to your sass's load_paths.

Logo

Inspired by the logo of CSS 3.

Mobi.css Logo

Contribution

Getting Started

npm install
npm start

Open http://localhost:8000/

Testing

npm test

Be sure you have scss-lint installed. You can use gem install scss-lint to install it.

License

MIT