Migrate existing code to repo

This commit is contained in:
M. George Hansen 2016-11-03 15:58:14 -07:00
parent ad501cb6c4
commit 09aaefdc13
19 changed files with 1451 additions and 1 deletions

17
bower.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "total-reset",
"version": "0.1.0",
"description": "A semantic CSS reset that goes all the way.",
"main": "dist/total-reset.css",
"authors": [
"M. George Hansen <technopolitica@gmail.com>"
],
"license": "MPL-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}