foundation-rails 6.4.1.2 → 6.4.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f38e8190ad81cddc9c9536417ae51d06e3b42f29
4
- data.tar.gz: e14ace5fca793ecda3ed180f5372a36288ef7c32
3
+ metadata.gz: 9c81a28cae284b11d6a1a5a8f9ddda948dac4c3c
4
+ data.tar.gz: 2622172078f89769ea78bc036ed43410e30ae066
5
5
  SHA512:
6
- metadata.gz: db13a7141da47c7b7fd5ce32f95086ae7d56dbfc40b138ab948b80283355185e272195454c0134e08196f59b936bd292d5d7e49fb6f08c0a809774e99bd6dd2c
7
- data.tar.gz: fc63247c5a7c776e7071f42d11715c53f35237c682b7c0d521a30568482ee16848c294204913983f87ab5622ed2a0ffd038364a5739fe9d7c0419d7c7cb2dcab
6
+ metadata.gz: 68d337c71604724f61a600ec12a39ffe9435f22581db81d4259c195f2d0c78d760f4785403a0b29202a873bc893d437c3df77422e2743529fc7df33a9982cc25
7
+ data.tar.gz: 11c115338844805f9e3fdaaa045aab3d756bb8b4711720b42bd41cfe4b573cd7bf63da74c798a76b62e9f839316861587da2a405d7e50200a1933522c16c41b2
@@ -1,5 +1,5 @@
1
1
  module Foundation
2
2
  module Rails
3
- VERSION = "6.4.1.2"
3
+ VERSION = "6.4.1.3"
4
4
  end
5
5
  end
@@ -10,12 +10,13 @@
10
10
  // We include everything by default. To slim your CSS, remove components you don't use.
11
11
 
12
12
  @include foundation-global-styles;
13
- @include foundation-grid;
13
+ @include foundation-xy-grid-classes;
14
+ //@include foundation-grid;
15
+ //@include foundation-flex-grid;
16
+ @include foundation-flex-classes;
14
17
  @include foundation-typography;
15
- @include foundation-button;
16
18
  @include foundation-forms;
17
- @include foundation-visibility-classes;
18
- @include foundation-float-classes;
19
+ @include foundation-button;
19
20
  @include foundation-accordion;
20
21
  @include foundation-accordion-menu;
21
22
  @include foundation-badge;
@@ -24,14 +25,14 @@
24
25
  @include foundation-callout;
25
26
  @include foundation-card;
26
27
  @include foundation-close-button;
28
+ @include foundation-menu;
29
+ @include foundation-menu-icon;
27
30
  @include foundation-drilldown-menu;
28
31
  @include foundation-dropdown;
29
32
  @include foundation-dropdown-menu;
30
33
  @include foundation-responsive-embed;
31
34
  @include foundation-label;
32
35
  @include foundation-media-object;
33
- @include foundation-menu;
34
- @include foundation-menu-icon;
35
36
  @include foundation-off-canvas;
36
37
  @include foundation-orbit;
37
38
  @include foundation-pagination;
@@ -46,6 +47,8 @@
46
47
  @include foundation-title-bar;
47
48
  @include foundation-tooltip;
48
49
  @include foundation-top-bar;
50
+ @include foundation-visibility-classes;
51
+ @include foundation-float-classes;
49
52
 
50
53
  // If you'd like to include motion-ui the foundation-rails gem comes prepackaged with it, uncomment the 3 @imports, if you are not using the gem you need to install the motion-ui sass package.
51
54
  //
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foundation-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.1.2
4
+ version: 6.4.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZURB
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-14 00:00:00.000000000 Z
11
+ date: 2017-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -353,7 +353,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  version: '0'
354
354
  requirements: []
355
355
  rubyforge_project:
356
- rubygems_version: 2.4.8
356
+ rubygems_version: 2.4.5
357
357
  signing_key:
358
358
  specification_version: 4
359
359
  summary: ZURB Foundation on Sass/Compass