Skip to content

Commit b4e8846

Browse files
committed
Remove skeleton
1 parent a49912e commit b4e8846

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lazy_static! {
6565
static ref ASSETS: AssetFiles = {
6666
let app_css_file = compile_sass("app");
6767
let fonts_css_file = compile_sass("fonts");
68-
let vendor_css_file = concat_vendor_css(vec!["skeleton", "tachyons"]);
68+
let vendor_css_file = concat_vendor_css(vec!["tachyons"]);
6969
let app_js_file = concat_app_js(vec!["tools-install"]);
7070

7171
AssetFiles {

static/styles/skeleton.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

templates/learn/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</h2>
4444
<div class="highlight"></div>
4545
</header>
46-
<div class="row black">
46+
<div>
4747
<h3>{{text learn-doc-heading}}</h3>
4848
<p>{{text learn-doc}}</p>
4949

@@ -100,7 +100,7 @@
100100
</section>
101101
</div>
102102
<hr/>
103-
<div class="row black">
103+
<div>
104104
<h3>{{text learn-domain}}</h3>
105105
<section class="flex flex-column">
106106
<div class="pt3 flex flex-column flex-row-l items-center-l mb4-l">

0 commit comments

Comments
 (0)