Skip to content

Commit 94c151e

Browse files
committed
Remove bourbon
It was only used for a single "@include border-radius" line which is no longer present
1 parent 4c2dc38 commit 94c151e

38 files changed

+1
-1413
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ group :development do
1919
gem "rake"
2020
gem "rack-test"
2121
gem "files", "~> 0.3.0"
22-
gem "bourbon" # do 'cd public/css; bourbon update' to get new bourbon
2322
gem 'rb-fsevent', :platform => :ruby
2423
end

Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ GEM
44
activesupport (3.2.15)
55
i18n (~> 0.6, >= 0.6.4)
66
multi_json (~> 1.0)
7-
bourbon (3.1.8)
8-
sass (>= 3.2.0)
9-
thor
107
coderay (1.1.0)
118
daemons (1.1.9)
129
deckrb (0.5.2)
@@ -81,7 +78,6 @@ GEM
8178
daemons (>= 1.0.9)
8279
eventmachine (>= 1.0.0)
8380
rack (>= 1.0.0)
84-
thor (0.18.1)
8581
tilt (1.4.1)
8682
treetop (1.4.15)
8783
polyglot
@@ -100,7 +96,6 @@ PLATFORMS
10096

10197
DEPENDENCIES
10298
activesupport (~> 3.2.0)
103-
bourbon
10499
coderay
105100
deckrb (~> 0.5.2)
106101
erector (~> 0.9.0)

lib/erector_scss.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
require 'sass'
22

3-
# todo: move into erector
43
class Erector::Widget
54
def self.scss content
6-
here = File.dirname __FILE__
7-
Sass.compile("@import '#{here}/../public/css/bourbon/css3/_border-radius'; #{content}")
5+
Sass.compile(content)
86
end
97
end
108

public/css/bourbon/_bourbon.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

public/css/bourbon/addons/_button.scss

Lines changed: 0 additions & 267 deletions
This file was deleted.

public/css/bourbon/addons/_clearfix.scss

Lines changed: 0 additions & 29 deletions
This file was deleted.

public/css/bourbon/addons/_font-family.scss

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)