mp.css
CSS utility classes for common use cases
mp.css is a set of CSS classes which can be used to style elements in a fast way. Just because writing in the style
attr is ugly :wink:
Getting started
Just include dist/mp.min.css in your project and use its classes to quickly apply style to your elements.
Documentation
Check out the project wiki to see che class reference.
Project Setup
This project uses gulp as its build system.
- Install gulp:
$ npm install -g gulp
- Install dependencies:
$ npm install
- Build:
$ gulp build
License
MIT © 2017 alesmit