foundation-rails 6.4.1.2 → 6.4.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c81a28cae284b11d6a1a5a8f9ddda948dac4c3c
|
4
|
+
data.tar.gz: 2622172078f89769ea78bc036ed43410e30ae066
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68d337c71604724f61a600ec12a39ffe9435f22581db81d4259c195f2d0c78d760f4785403a0b29202a873bc893d437c3df77422e2743529fc7df33a9982cc25
|
7
|
+
data.tar.gz: 11c115338844805f9e3fdaaa045aab3d756bb8b4711720b42bd41cfe4b573cd7bf63da74c798a76b62e9f839316861587da2a405d7e50200a1933522c16c41b2
|
@@ -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-
|
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.
|
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-
|
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.
|
356
|
+
rubygems_version: 2.4.5
|
357
357
|
signing_key:
|
358
358
|
specification_version: 4
|
359
359
|
summary: ZURB Foundation on Sass/Compass
|