prim

Prim is a css library for templating of responsive layouts


Keywords
css, library
License
MIT
Install
bower install prim

Documentation

Prim

jsDelivr


Introduction

Prim is a CSS library focused on templating responsive layouts with a clean code that goes straight to the point with a css-only file that contain a set of classes that do the work for you.

Features

  • Grid - A column system that is the core of the library
  • Flexbox - Premade flexbox methods to speed up your layouts construction.
  • Spacing - A lot of margins and paddings are available to space things in a practical way.
  • Text - Write responsively with the set of classes to leave the text as you want.
  • Colors - Color palette in classes and variables to colorize your layout.
  • Variables - Set Prim as you want with CSS variables.
  • Functions and Mixins - Tools for development with processing technologies.
  • And more...

Getting started

The easiest way to try out Prim is using the Hello World example. Feel free to open it in another tab or you can create an index.html file and include Prim with:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/FelixLuciano/prim@1.3.0/dist/prim.min.css" type="text/css">

But if you want to install Prim in your project, use this in your terminal:

npm install prim-css

To know more go to the Prim homepage.

LICENSE

MIT

Copyright (c) 2019 Luciano Felix