Skip to content

Spartanx10000/PlusGrid

Repository files navigation

PlusGrid

NodeJS with Grunt GitHub file size in bytes GitHub License

A simple 12 columns grid layout based on flexbox.

Usage

To use PlusGrid, paste this code into the head of your html document:

Local

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

via CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Spartanx10000/PlusGrid@main/dist/plusgrid.min.css">

Documentation

Check the full documentation on https://spartanx10000.github.io/PlusGrid/

Building the project

Install NodeJS (20.x.x) and npm (10.x.x) first, then in the project folder:

To install project dependencies:

npm install.

To build project:

npm run build

The minified css file will be in the dist folder.

License

This project is licensed under MIT License.