Skip to content

Commit

Permalink
feat(build): remove css files from template header
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod Leviton committed Oct 26, 2016
1 parent ed03556 commit cffa0f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions css/layouts/default.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.outer-wrap
position: relative;
overflow: hidden;
width: 100%;
position: relative
overflow: hidden
width: 100%

// Main
.main
Expand All @@ -10,7 +10,7 @@
float: left
box-sizing: border-box

@media screen and (min-width: $screen-is-bigger-than-sm-desktop)
@media screen and (min-width: $screen-is-bigger-than-tablet)
padding 160px 40px 40px ($sidebar-width + 60)px

body.has-anchors
Expand Down
3 changes: 0 additions & 3 deletions templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<title>{$ meta.title $} - {$ title $}</title>
<link rel="icon" href="{$ meta.serverPath if meta.production else '/' $}favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="theme.css">
<link rel="stylesheet" type="text/css" href="docs.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,600,600italic,300' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
Expand Down

0 comments on commit cffa0f5

Please sign in to comment.