xcatliu / mobi.css
- вторник, 30 августа 2016 г. в 03:13:10
CSS
Mobi.css is a lightweight, flexible css library that focus on mobile.
Mobi.css is a lightweight, flexible css library that focus on mobile.
Please checkout the Homepage for more documents.
You can download Mobi.css in this page.
Or use npm to install:
npm install --save mobi.cssYou 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.
Inspired by the logo of CSS 3.
npm install
npm startOpen http://localhost:8000/
npm testBe sure you have scss-lint installed. You can use gem install scss-lint to install it.
MIT