Skip to content

Commit

Permalink
Add a gemfile with bourbon and bitters
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Kendal committed Feb 15, 2017
1 parent d242013 commit f6f419c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true
# A sample Gemfile
source "https://rubygems.org"

gem "bourbon", "~> 4.0"
gem "bitters"
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
GEM
remote: https://rubygems.org/
specs:
bitters (1.2.0)
bourbon (>= 4.2)
sass (>= 3.4)
thor
bourbon (4.3.2)
sass (~> 3.4)
thor (~> 0.19)
sass (3.4.23)
thor (0.19.4)

PLATFORMS
ruby

DEPENDENCIES
bitters
bourbon (~> 4.0)

BUNDLED WITH
1.12.5

0 comments on commit f6f419c

Please sign in to comment.