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 😉
- Download the package or install it with
npm i mp.css --save
/bower install mp.css --save
- Include dist/mp.min.css in your project
- Start using mp.css classes to quickly apply style to your elements
Check out the project wiki to see che class reference.
Contribution are welcome! If you want to add classes and features to mp.css just follow these steps:
- Fork this repo and
git clone
your one on your workspace - Commit and push changes to your fork
- Create a pull request 🚀
This project uses gulp as its build system.
- Install gulp:
npm i -g gulp
- Install dependencies:
npm install
inside the project folder - Build the project with
npm run build