ZURB-foundation 2.1.5.1 → 2.1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.mkdn +1 -1
- data/lib/ZURB-foundation.rb +2 -2
- data/stylesheets/_ZURB-foundation.sass +10 -10
- data/stylesheets/{ZURB → zurb}/_buttons.sass +0 -0
- data/stylesheets/{ZURB → zurb}/_forms.sass +0 -0
- data/stylesheets/{ZURB → zurb}/_globals.sass +0 -0
- data/stylesheets/{ZURB → zurb}/_grid.sass +0 -0
- data/stylesheets/{ZURB → zurb}/_mobile.sass +1 -1
- data/stylesheets/{ZURB → zurb}/_orbit.sass +0 -0
- data/stylesheets/{ZURB → zurb}/_reveal.sass +0 -0
- data/stylesheets/{ZURB → zurb}/_shared.sass +0 -0
- data/stylesheets/{ZURB → zurb}/_typography.sass +0 -0
- data/stylesheets/{ZURB → zurb}/_ui.sass +0 -0
- data/stylesheets/{ZURB → zurb}/shared/_colors.sass +0 -0
- data/stylesheets/{ZURB → zurb}/shared/_mixins.sass +0 -0
- data/stylesheets/{ZURB → zurb}/shared/_settings.sass +0 -0
- data/templates/project/sass/app.sass +3 -8
- data/templates/project/sass/ie.sass +1 -1
- metadata +17 -17
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.1.5.
|
|
21
|
+
* `sudo gem install ZURB-foundation-2.1.5.2.gem`
|
|
22
22
|
|
|
23
23
|
To create your first project
|
|
24
24
|
----------------------------
|
data/lib/ZURB-foundation.rb
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// Shared
|
|
2
|
-
@import
|
|
2
|
+
@import zurb/shared
|
|
3
3
|
|
|
4
4
|
// Foundation parts
|
|
5
|
-
@import
|
|
6
|
-
@import
|
|
7
|
-
@import
|
|
8
|
-
@import
|
|
9
|
-
@import
|
|
10
|
-
@import
|
|
11
|
-
@import
|
|
12
|
-
@import
|
|
13
|
-
@import
|
|
5
|
+
@import zurb/globals
|
|
6
|
+
@import zurb/typography
|
|
7
|
+
@import zurb/grid
|
|
8
|
+
@import zurb/buttons
|
|
9
|
+
@import zurb/ui
|
|
10
|
+
@import zurb/forms
|
|
11
|
+
@import zurb/orbit
|
|
12
|
+
@import zurb/reveal
|
|
13
|
+
@import zurb/mobile
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -348,5 +348,5 @@ table
|
|
|
348
348
|
//----------------------------------------------------------------------------------------------------
|
|
349
349
|
|
|
350
350
|
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px)
|
|
351
|
-
.video
|
|
351
|
+
.flex-video
|
|
352
352
|
padding-top: 0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
// ZURB Foundation
|
|
2
|
-
//-----------------------------------------
|
|
3
|
-
|
|
4
|
-
// ZURB Foundation settings
|
|
5
|
-
|
|
6
|
-
// $grid-max-width: 980px
|
|
7
|
-
// $grid-min-width: 800px
|
|
8
|
-
|
|
9
1
|
// ZURB Foundation settings
|
|
2
|
+
// Uncomment and adjust things in this file to create your own settings.
|
|
3
|
+
@import settings
|
|
10
4
|
|
|
5
|
+
// Importing Foundation
|
|
11
6
|
@import ZURB-foundation
|
|
12
7
|
|
|
13
8
|
// Project Styles
|
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.1.5.
|
|
4
|
+
version: 2.1.5.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-01-
|
|
12
|
+
date: 2012-01-27 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: compass
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70152156998300 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 0.11.5
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70152156998300
|
|
25
25
|
description: ZURB Foundation ported over to work with the power of Compass.
|
|
26
26
|
email: foundation@zurb.com
|
|
27
27
|
executables: []
|
|
@@ -31,19 +31,19 @@ files:
|
|
|
31
31
|
- README.mkdn
|
|
32
32
|
- lib/ZURB-foundation.rb
|
|
33
33
|
- stylesheets/_ZURB-foundation.sass
|
|
34
|
-
- stylesheets/
|
|
35
|
-
- stylesheets/
|
|
36
|
-
- stylesheets/
|
|
37
|
-
- stylesheets/
|
|
38
|
-
- stylesheets/
|
|
39
|
-
- stylesheets/
|
|
40
|
-
- stylesheets/
|
|
41
|
-
- stylesheets/
|
|
42
|
-
- stylesheets/
|
|
43
|
-
- stylesheets/
|
|
44
|
-
- stylesheets/
|
|
45
|
-
- stylesheets/
|
|
46
|
-
- stylesheets/
|
|
34
|
+
- stylesheets/zurb/_buttons.sass
|
|
35
|
+
- stylesheets/zurb/_forms.sass
|
|
36
|
+
- stylesheets/zurb/_globals.sass
|
|
37
|
+
- stylesheets/zurb/_grid.sass
|
|
38
|
+
- stylesheets/zurb/_mobile.sass
|
|
39
|
+
- stylesheets/zurb/_orbit.sass
|
|
40
|
+
- stylesheets/zurb/_reveal.sass
|
|
41
|
+
- stylesheets/zurb/_shared.sass
|
|
42
|
+
- stylesheets/zurb/_typography.sass
|
|
43
|
+
- stylesheets/zurb/_ui.sass
|
|
44
|
+
- stylesheets/zurb/shared/_colors.sass
|
|
45
|
+
- stylesheets/zurb/shared/_mixins.sass
|
|
46
|
+
- stylesheets/zurb/shared/_settings.sass
|
|
47
47
|
- templates/project/humans.txt
|
|
48
48
|
- templates/project/images/misc/button-gloss.png
|
|
49
49
|
- templates/project/images/misc/button-overlay.png
|