Skip to content

Commit

Permalink
Use Sass.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 1, 2014
1 parent f2d39eb commit 2ff983f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ InstalledFiles
lib/bundler/man
pkg
rdoc
site/.sass-cache
spec/reports
test/tmp
test/version_tmp
Expand Down
3 changes: 0 additions & 3 deletions site/_includes/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
<link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="{{ site.repository }}/commits/master.atom" />
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ site.url }}/css/normalize.css" />
<link rel="stylesheet" href="{{ site.url }}/css/gridism.css" />
<link rel="stylesheet" href="{{ site.url }}/css/style.css" />
<link rel="stylesheet" href="{{ site.url }}/css/pygments.css" />
<link rel="icon" type="image/x-icon" href="{{ site.url }}/favicon.png" />
<script src="{{ site.url }}/js/modernizr-2.5.3.min.js"></script>
</head>
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions site/css/style.css → site/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
---

@import "normalize";
@import "gridism";

/* Base */

* {
Expand Down Expand Up @@ -947,3 +953,5 @@ code.option, code.flag, code.filter, code.output {
padding: 0 10px;
}
}

@import "pygments";

0 comments on commit 2ff983f

Please sign in to comment.