We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f8d94 commit 1932bd2Copy full SHA for 1932bd2
Gemfile
@@ -0,0 +1,4 @@
1
+source 'https://rubygems.org'
2
+
3
+gem 'compass'
4
+gem 'zurb-foundation'
Gemfile.lock
@@ -0,0 +1,21 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ chunky_png (1.2.7)
5
+ compass (0.12.2)
6
+ chunky_png (~> 1.2)
7
+ fssm (>= 0.2.7)
8
+ sass (~> 3.1)
9
+ fssm (0.2.10)
10
+ rake (10.0.3)
11
+ sass (3.2.6)
12
+ zurb-foundation (4.0.4)
13
+ rake
14
+ sass (>= 3.2.0)
15
16
+PLATFORMS
17
+ ruby
18
19
+DEPENDENCIES
20
+ compass
21
+ zurb-foundation
0 commit comments