0.1.3 • Published 6 years ago

pips.css v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Pips.css

Pips.css is a light, responsive, mobile-first css framework

  • Lightweight, bar minimal starting point for projects
  • Flexbox-based grid, fully responsive and mobile-first principles
  • Robust, optimised elements and components

Pips is a side project to provide a starting framework for projects. It's designed to get up and running with easily modifiable base styles, responsive grid system, CSS components and utilities.

Pips.css is completely free to use. 😎

Getting started

There are a couple of ways to get started with Pips CSS framework in your projects. You can either install manually or use NPM.

Install manually

Download the compiled and minified Pips CSS files. And include pips.css located in /dist/css in your website or Web.

<link rel="stylesheet" href="pips.min.css">

Install with NPM

$ npm install pips.css --save

Documentation

Acknowledgments