From 05ea5b575f0e9b9a2e9b795ac8877a9ef79b3451 Mon Sep 17 00:00:00 2001 From: davide Date: Fri, 18 May 2018 08:10:13 +0200 Subject: [PATCH] package.json description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f848ed9..1def038 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bee-grid", "version": "1.0.0-rc.1", - "description": "Simple and powerful css utilities to build CSS grid.", + "description": "A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content.", "main": "index.js", "style": "dist/css/bee-grid.css", "sass": "scss/bee-grid.scss",