Skip to content

Commit

Permalink
feat(rules): defined initial details
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 29, 2019
1 parent 950e146 commit cecfaf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"publishConfig": {
"access": "public"
},
"files": ["dist/"],
"main": "rules.json",
"files": ["rules.json", "dist/"],
"repository": "travi-org/brand",
"bugs": "https://github.com/travi-org/brand/issues",
"homepage": "https://npm.im/@travi/brand",
Expand Down
13 changes: 13 additions & 0 deletions rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"colors": {
"brand-pallette": {
"dark-red": {"red": 200, "green": 0, "blue": 0}
}
},
"typefaces": {
"logo": {
"name": "Permanent Marker",
"fallback": "Franklin Gothic Demi Cond, sans-serif"
}
}
}

0 comments on commit cecfaf1

Please sign in to comment.