# mobi.css **Repository Path**: xmountain/mobi.css ## Basic Information - **Project Name**: mobi.css - **Description**: A lightweight, flexible css framework that focus on mobile. - **Primary Language**: CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2021-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# Mobi.css [](https://travis-ci.org/xcatliu/mobi.css) [](https://www.npmjs.org/package/mobi.css) [](https://npmjs.org/package/mobi.css) > A lightweight, flexible css framework that focus on mobile. - Homepage: http://getmobicss.com/ - Backup Homepage: http://getmobicss.xcatliu.com/ ## Introduction - Only 3.6kb after gzipped, 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. ## Getting started You can download Mobi.css in [this page](https://github.com/xcatliu/mobi.css/releases), then use `dist/mobi.min.css` for the compressed version. Or use npm to install: ```shell npm install --save mobi.css ``` You can also build Mobi.css to your project if you are using sass. ```scss @import 'mobi.css/src/mobi'; ``` Be sure you have added `node-modules` to your sass's [load_paths](http://stackoverflow.com/questions/6502313/sass-import-a-file-from-a-different-directory). ## Browser Support| iOS | Android | Others |
|---|---|---|
| [√] Last 5 iOS versions |
[√] Last 5 Android versions [√] Last 5 ChromeAndroid versions [√] Last 5 UCAndroid versions (*) [√] Last 5 FirefoxAndroid versions (*) [√] Last 5 OperaMobile versions (*) [√] Last 5 OperaMini versions (*) [√] Last 5 Samsung versions (*) |
[√] Last 3 Chrome versions [√] Last 3 Firefox versions [√] Last 3 Safari versions [√] Last 3 Edge versions [√] Last 5 ExplorerMobile versions (*) |