mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
971bd237055b59c77196549105ecfd5f6e22f0f0
parent
2882de593311f7468e2df4749e49c72feca9036a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-10-22 17:48
rm legacy bower.json

Diffstat

D bower.json 22 ----------------------

1 files changed, 0 insertions, 22 deletions


diff --git a/bower.json b/bower.json

@@ -1,22 +0,0 @@
    1    -1 {
    2    -1   "name": "mfbs",
    3    -1   "version": "4.0.0",
    4    -1   "authors": [
    5    -1     "Tobias Bengfort <tobias.bengfort@gmx.net>"
    6    -1   ],
    7    -1   "description": "mother fucking bootstrap - a minimal CSS framework",
    8    -1   "main": "sass/base.scss",
    9    -1   "keywords": [
   10    -1     "css",
   11    -1     "sass"
   12    -1   ],
   13    -1   "license": "GPL2+",
   14    -1   "homepage": "https://github.com/xi/mfbs",
   15    -1   "ignore": [
   16    -1     "**/.*",
   17    -1     "node_modules",
   18    -1     "bower_components",
   19    -1     "test",
   20    -1     "tests"
   21    -1   ]
   22    -1 }