Fixing up the styleguide to work correctly with the sass stylesheet
parent
76a7284c63
commit
d394cb4d07
|
@ -45,7 +45,7 @@
|
|||
<ul>
|
||||
<li><a href="#hello">Hello</a></li>
|
||||
<li><a href="#get-started">Get Started</a></li>
|
||||
<li><a href="styleguide/index.html">Style Guide</a></li>
|
||||
<li><a href="styleguide.html">Style Guide</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<meta itemprop="name" content="Visual Style Guide — Web Starter Kit">
|
||||
<meta itemprop="description" content="Visual style guide used by this site.">
|
||||
|
||||
<link rel="stylesheet" href="../styles/components.css">
|
||||
<link rel="stylesheet" href="styles/components.css">
|
||||
|
||||
<title>Visual Style Guide — Web Starter Kit</title>
|
||||
<style>
|
||||
|
@ -1042,7 +1042,7 @@
|
|||
<div class="container-medium">
|
||||
<div class="featured-spotlight__container g--pull-half">
|
||||
<div class="featured-spotlight__img">
|
||||
<img src="../images/icons/placeholder--wide.png" alt="wide image placeholder example">
|
||||
<img src="images/icons/placeholder--wide.png" alt="wide image placeholder example">
|
||||
</div>
|
||||
|
||||
<div class="container-small">
|
||||
|
@ -1075,7 +1075,7 @@
|
|||
</div>
|
||||
<div class="featured-list__img-wrapper g--half g--last">
|
||||
<div class="featured-list__img">
|
||||
<img src="../images/icons/placeholder--small.png" alt="small image placeholder example">
|
||||
<img src="images/icons/placeholder--small.png" alt="small image placeholder example">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1089,7 +1089,7 @@
|
|||
</div>
|
||||
<div class="featured-list__img-wrapper g--half g--last">
|
||||
<div class="featured-list__img">
|
||||
<img src="../images/icons/placeholder--small.png" alt="small image placeholder example">
|
||||
<img src="images/icons/placeholder--small.png" alt="small image placeholder example">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family:"icons";
|
||||
src:url("../../images/icons/icons.eot");
|
||||
src:url("../../images/icons/icons.eot?#iefix") format("embedded-opentype"),
|
||||
url("../../images/icons/icons.woff2") format("woff2"),
|
||||
url("../../images/icons/icons.woff") format("woff"),
|
||||
url("../../images/icons/icons.ttf") format("truetype"),
|
||||
url("../../images/icons/icons.svg?#icons") format("svg");
|
||||
src:url("../images/icons/icons.eot");
|
||||
src:url("../images/icons/icons.eot?#iefix") format("embedded-opentype"),
|
||||
url("../images/icons/icons.woff2") format("woff2"),
|
||||
url("../images/icons/icons.woff") format("woff"),
|
||||
url("../images/icons/icons.ttf") format("truetype"),
|
||||
url("../images/icons/icons.svg?#icons") format("svg");
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue