Skip to content

Commit

Permalink
normalize css naming
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Dec 13, 2016
1 parent ee17781 commit 5a58f74
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 35 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source 'https://rubygems.org'

gem "github-pages", :github => "github/pages-gem", :branch => "master"
gemspec
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ title: Cayman theme
description: Cayman is a clean, responsive theme for GitHub Pages.
show_downloads: true
google_analytics:
theme:
theme: jekyll-theme-cayman
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/style.css' | relative_url }}">
</head>
<body>
<section class="page-header">
Expand Down
4 changes: 4 additions & 0 deletions _sass/cayman.scss → _sass/jekyll-theme-cayman.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@import "normalize";
@import "rouge-github";
@import "variables";

@mixin large {
@media screen and (min-width: #{$large-breakpoint}) {
@content;
Expand Down
32 changes: 0 additions & 32 deletions assets/css/styles.scss

This file was deleted.

4 changes: 4 additions & 0 deletions assets/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

@import '{{ site.theme }}';

0 comments on commit 5a58f74

Please sign in to comment.