ZURB-foundation 2.2.1.3 → 2.2.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.mkdn +1 -1
- data/lib/ZURB-foundation.rb +1 -1
- data/templates/project/sass/foundation.sass +12 -12
- metadata +3 -3
data/README.mkdn
CHANGED
@@ -18,7 +18,7 @@ In Terminal:
|
|
18
18
|
* `git clone git://github.com/zurb/foundation-sass.git`
|
19
19
|
* `cd foundation-sass`
|
20
20
|
* `sudo gem build ZURB-foundation.gemspec`
|
21
|
-
* `sudo gem install ZURB-foundation-2.2.1.
|
21
|
+
* `sudo gem install ZURB-foundation-2.2.1.4.gem`
|
22
22
|
|
23
23
|
To create your first project
|
24
24
|
----------------------------
|
data/lib/ZURB-foundation.rb
CHANGED
@@ -5,25 +5,25 @@
|
|
5
5
|
@import ZURB-foundation
|
6
6
|
|
7
7
|
// Import Each Specific Piece for SCSS
|
8
|
-
// @import "zurb/
|
9
|
-
// @import "zurb/forms";
|
8
|
+
// @import "zurb/shared";
|
10
9
|
// @import "zurb/globals";
|
11
10
|
// @import "zurb/grid";
|
12
|
-
// @import "zurb/mobile";
|
13
|
-
// @import "zurb/orbit";
|
14
|
-
// @import "zurb/reveal";
|
15
11
|
// @import "zurb/typography";
|
12
|
+
// @import "zurb/buttons";
|
16
13
|
// @import "zurb/ui";
|
17
|
-
// @import "zurb/
|
14
|
+
// @import "zurb/forms";
|
15
|
+
// @import "zurb/orbit";
|
16
|
+
// @import "zurb/reveal";
|
17
|
+
// @import "zurb/mobile";
|
18
18
|
|
19
19
|
// Import Each Specific Piece for SASS
|
20
|
-
// @import zurb/
|
21
|
-
// @import zurb/forms
|
20
|
+
// @import zurb/shared
|
22
21
|
// @import zurb/globals
|
23
22
|
// @import zurb/grid
|
24
|
-
// @import zurb/mobile
|
25
|
-
// @import zurb/orbit
|
26
|
-
// @import zurb/reveal
|
27
23
|
// @import zurb/typography
|
24
|
+
// @import zurb/buttons
|
28
25
|
// @import zurb/ui
|
29
|
-
// @import zurb/
|
26
|
+
// @import zurb/forms
|
27
|
+
// @import zurb/orbit
|
28
|
+
// @import zurb/reveal
|
29
|
+
// @import zurb/mobile
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ZURB-foundation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.1.
|
4
|
+
version: 2.2.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-06-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|
16
|
-
requirement: &
|
16
|
+
requirement: &70148061558740 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 0.12.1
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70148061558740
|
25
25
|
description: ZURB Foundation ported over to work with the power of Compass.
|
26
26
|
email: foundation@zurb.com
|
27
27
|
executables: []
|