gridstrap 0.1.4 → 0.1.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02ecc324af2e0c564f93956fe1469bc884b70332
|
|
4
|
+
data.tar.gz: c726b95cba678a964089b87dc3212a9488cff0e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d46d6f48b8cec96f0c2a762c5ba619b95d43c6fa1474145ff0c4b4c13448b643442cf87f01a112470184ca9fbb9aa636327f7447a07a6a74ac54bdeb884b6924
|
|
7
|
+
data.tar.gz: 76ef3a19030b9087f4e5270617fcd2ce09a6b5edcbf5303532e9ebb71e2c3cf7779191dabf4523fdef4a43eed95ae9cf3f7d0198053c8fc1700cf750d9e5e0a4
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@include gridstrap-build-simple;
|
|
3
3
|
|
|
4
4
|
.container {
|
|
5
|
-
width: $md-screen;
|
|
5
|
+
width: $md-screen - $gridstrap-gutter;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
// Tablet/Desktop/Widescreen Columns Setup
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// Large (Widescreen) and up
|
|
14
14
|
@include lg-screen-min {
|
|
15
15
|
.container {
|
|
16
|
-
width: $lg-screen;
|
|
16
|
+
width: $lg-screen - $gridstrap-gutter;
|
|
17
17
|
}
|
|
18
18
|
@include gridstrap-build-columns("lg");
|
|
19
19
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
// Small (Tablet) and down
|
|
22
22
|
@include sm-screen-max {
|
|
23
23
|
.container {
|
|
24
|
-
width: $sm-screen;
|
|
24
|
+
width: $sm-screen - $gridstrap-gutter;
|
|
25
25
|
}
|
|
26
26
|
@include gridstrap-build-columns("sm");
|
|
27
27
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
// Small (Tablet) only
|
|
17
17
|
@include sm-screen {
|
|
18
18
|
.container {
|
|
19
|
-
width: $sm-screen;
|
|
19
|
+
width: $sm-screen - $gridstrap-gutter;
|
|
20
20
|
}
|
|
21
21
|
@include gridstrap-build-columns("sm");
|
|
22
22
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
// Medium (Desktop) only
|
|
25
25
|
@include md-screen {
|
|
26
26
|
.container {
|
|
27
|
-
width: $md-screen;
|
|
27
|
+
width: $md-screen - $gridstrap-gutter;
|
|
28
28
|
}
|
|
29
29
|
@include gridstrap-build-columns("md");
|
|
30
30
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
// Large (Widescreen) only
|
|
33
33
|
@include lg-screen {
|
|
34
34
|
.container {
|
|
35
|
-
width: $lg-screen;
|
|
35
|
+
width: $lg-screen - $gridstrap-gutter;
|
|
36
36
|
}
|
|
37
37
|
@include gridstrap-build-columns("lg");
|
|
38
38
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// Small (Tablet) and Up
|
|
10
10
|
@include sm-screen-min {
|
|
11
11
|
.container {
|
|
12
|
-
width: $sm-screen;
|
|
12
|
+
width: $sm-screen - $gridstrap-gutter;
|
|
13
13
|
}
|
|
14
14
|
@include gridstrap-build-columns("sm");
|
|
15
15
|
}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
// Medium (Desktop) and up
|
|
18
18
|
@include md-screen-min {
|
|
19
19
|
.container {
|
|
20
|
-
width: $md-screen;
|
|
20
|
+
width: $md-screen - $gridstrap-gutter;
|
|
21
21
|
}
|
|
22
22
|
@include gridstrap-build-columns("md");
|
|
23
23
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
// Large (Widescreen) and up
|
|
26
26
|
@include lg-screen {
|
|
27
27
|
.container {
|
|
28
|
-
width: $lg-screen;
|
|
28
|
+
width: $lg-screen - $gridstrap-gutter;
|
|
29
29
|
}
|
|
30
30
|
@include gridstrap-build-columns("lg");
|
|
31
31
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gridstrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Doug Wollison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|