/mp.css

CSS utility for common use cases

Primary LanguageSCSSMIT LicenseMIT

Note

⚠️ This project is no longer maintained. We recommend better alternatives like Tailwind CSS.

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 😉

Getting started

  • 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

Documentation

Check out the project wiki to see che class reference.

Contribute

Contribution are welcome! If you want to add classes and features to mp.css just follow these steps:

  1. Fork this repo and git clone your one on your workspace
  2. Commit and push changes to your fork
  3. Create a pull request 🚀

Project Setup

This project uses gulp as its build system.

  1. Install gulp: npm i -g gulp
  2. Install dependencies: npm install inside the project folder
  3. Build the project with npm run build

License

MIT © 2017 alesmit