Skip to content

Commit

Permalink
Introduces font awesome, adds base stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiopro committed Jan 8, 2017
1 parent f2b2120 commit 1fb12b7
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 408 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/node_modules/
npm-debug.log
css/*.css
.sass-cache
docs/*
4 changes: 2 additions & 2 deletions doc_assets/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title>a brand new styleguide: <%= title %></title>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i" />
<link type="text/css" rel="stylesheet" href="../css/buttons.css" />
<link type="text/css" rel="stylesheet" href="../css/tables.css" />
<link type="text/css" rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.css" />
<link type="text/css" rel="stylesheet" href="../css/aoi.css" />
</head>
<body>
<div>
Expand Down
117 changes: 0 additions & 117 deletions docs/controls.html

This file was deleted.

117 changes: 0 additions & 117 deletions docs/index.html

This file was deleted.

Loading

0 comments on commit 1fb12b7

Please sign in to comment.