Skip to content

Commit dad11cb

Browse files
Merge pull request #431 from friederbluemle/remove-bourbon
Remove dependency on bourbon
2 parents 69353b9 + dd79e2b commit dad11cb

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ gem "minima", "~> 2.5"
1515
# gem "github-pages", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
18-
gem 'bourbon', "~> 4"
1918
gem "jekyll-feed", "~> 0.12"
2019
end
2120

Gemfile.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ GEM
33
specs:
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
6-
bourbon (4.3.4)
7-
sass (~> 3.4)
8-
thor (~> 0.19)
96
colorator (1.1.0)
107
concurrent-ruby (1.1.8)
118
em-websocket (0.5.2)
@@ -69,18 +66,12 @@ GEM
6966
rexml (3.2.5)
7067
rouge (3.26.0)
7168
safe_yaml (1.0.5)
72-
sass (3.7.4)
73-
sass-listen (~> 4.0.0)
74-
sass-listen (4.0.0)
75-
rb-fsevent (~> 0.9, >= 0.9.4)
76-
rb-inotify (~> 0.9, >= 0.9.7)
7769
sassc (2.4.0)
7870
ffi (~> 1.9)
7971
sassc (2.4.0-x64-mingw32)
8072
ffi (~> 1.9)
8173
terminal-table (1.8.0)
8274
unicode-display_width (~> 1.1, >= 1.1.1)
83-
thor (0.20.3)
8475
thread_safe (0.3.6)
8576
thread_safe (0.3.6-java)
8677
tzinfo (1.2.9)
@@ -98,7 +89,6 @@ PLATFORMS
9889
x86-mswin32
9990

10091
DEPENDENCIES
101-
bourbon (~> 4)
10292
jekyll (~> 4.1.1)
10393
jekyll-feed (~> 0.12)
10494
minima (~> 2.5)

css/electrode-docs.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
---
33

4-
@import 'bourbon';
54
@import "_variables";
65
@import "_typography";
76
@import "_solarized";
@@ -321,12 +320,12 @@ h6 {
321320
}
322321
input {
323322
border: 1px solid #ccc;
324-
font: 14px proxima-nova, $helvetica;
323+
font: 14px proxima-nova, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
325324
padding: 3px;
326325
width: 150px;
327326
}
328327
button {
329-
font: 14px proxima-nova, $helvetica;
328+
font: 14px proxima-nova, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
330329
margin-left: 5px;
331330
padding: 4px 10px;
332331
}
@@ -335,7 +334,7 @@ h6 {
335334
#markdownExample {
336335
textarea {
337336
border: 1px solid #ccc;
338-
font: 14px proxima-nova, $helvetica;
337+
font: 14px proxima-nova, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
339338
margin-bottom: 10px;
340339
padding: 5px;
341340
}

css/electrode.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
---
33

4-
// @import 'bourbon';
54
// @import '_variables';
65
@import "_typography";
76
// @import '_solarized';

0 commit comments

Comments
 (0)