Skip to content

Commit

Permalink
Configure Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
germanescobar committed Aug 20, 2017
1 parent bb2a5f7 commit e366ac4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'devise'
gem 'bootstrap', '~> 4.0.0.beta'
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@ GEM
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
arel (8.0.0)
autoprefixer-rails (7.1.2.6)
execjs
bcrypt (3.1.11)
bindex (0.5.0)
bootstrap (4.0.0.beta)
autoprefixer-rails (>= 6.0.3)
popper_js (~> 1.11.1)
sass (>= 3.4.19)
builder (3.2.3)
byebug (9.0.6)
capybara (2.15.1)
Expand Down Expand Up @@ -97,6 +103,7 @@ GEM
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
orm_adapter (0.5.0)
popper_js (1.11.1)
public_suffix (2.0.5)
puma (3.10.0)
rack (2.0.3)
Expand Down Expand Up @@ -188,6 +195,7 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap (~> 4.0.0.beta)
byebug
capybara (~> 2.13)
coffee-rails (~> 4.2)
Expand Down
15 changes: 0 additions & 15 deletions app/assets/stylesheets/application.css

This file was deleted.

2 changes: 2 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import "theme";
@import "bootstrap";
1 change: 1 addition & 0 deletions app/assets/stylesheets/theme.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$text-color: #303030;

0 comments on commit e366ac4

Please sign in to comment.