smock 0.1.36 → 0.1.37
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/Gemfile.lock +1 -1
- data/app/assets/stylesheets/modules/_am_grid.sass +52 -0
- metadata +5 -4
data/Gemfile.lock
CHANGED
@@ -0,0 +1,52 @@
|
|
1
|
+
[am-Grid]
|
2
|
+
+pie-clearfix
|
3
|
+
float: left
|
4
|
+
width: 100%
|
5
|
+
|
6
|
+
|
7
|
+
+at-breakpoint($phone-only)
|
8
|
+
@for $column-span from 1 through $total-columns
|
9
|
+
[am-Grid-Col~="s:#{$column-span}"]
|
10
|
+
+span-columns($column-span, $total-columns)
|
11
|
+
|
12
|
+
[am-Grid-Col~="s:pre#{$column-span}"]
|
13
|
+
+pre($column-span, $total-columns)
|
14
|
+
|
15
|
+
[am-Grid-Row~="s:end"]
|
16
|
+
margin-right: 0
|
17
|
+
clear: right
|
18
|
+
|
19
|
+
[am-Grid-Row~="s:start"]
|
20
|
+
clear: left
|
21
|
+
|
22
|
+
|
23
|
+
+at-breakpoint($tablet-only)
|
24
|
+
@for $column-span from 1 through $total-columns
|
25
|
+
[am-Grid-Col~="m:#{$column-span}"]
|
26
|
+
+span-columns($column-span, $total-columns)
|
27
|
+
|
28
|
+
[am-Grid-Col~="m:pre#{$column-span}"]
|
29
|
+
+pre($column-span, $total-columns)
|
30
|
+
|
31
|
+
[am-Grid-Row~="m:end"]
|
32
|
+
margin-right: 0
|
33
|
+
clear: right
|
34
|
+
|
35
|
+
[am-Grid-Row~="m:start"]
|
36
|
+
clear: left
|
37
|
+
|
38
|
+
|
39
|
+
+at-breakpoint($desktop-and-above)
|
40
|
+
@for $column-span from 1 through $total-columns
|
41
|
+
[am-Grid-Col~="l:#{$column-span}"]
|
42
|
+
+span-columns($column-span, $total-columns)
|
43
|
+
|
44
|
+
[am-Grid-Col~="l:pre#{$column-span}"]
|
45
|
+
+pre($column-span, $total-columns)
|
46
|
+
|
47
|
+
[am-Grid-Row~="l:end"]
|
48
|
+
margin-right: 0
|
49
|
+
clear: right
|
50
|
+
|
51
|
+
[am-Grid-Row~="l:start"]
|
52
|
+
clear: left
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.37
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-09-
|
12
|
+
date: 2014-09-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -132,6 +132,7 @@ files:
|
|
132
132
|
- app/assets/stylesheets/includes/_typography.sass
|
133
133
|
- app/assets/stylesheets/includes/_typography_settings.sass
|
134
134
|
- app/assets/stylesheets/includes/icons.sass
|
135
|
+
- app/assets/stylesheets/modules/_am_grid.sass
|
135
136
|
- app/assets/stylesheets/modules/_asset_uploader.sass
|
136
137
|
- app/assets/stylesheets/modules/_categories.sass
|
137
138
|
- app/assets/stylesheets/modules/_footer.sass
|
@@ -372,7 +373,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
372
373
|
version: '0'
|
373
374
|
segments:
|
374
375
|
- 0
|
375
|
-
hash:
|
376
|
+
hash: -1121373041445878382
|
376
377
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
377
378
|
none: false
|
378
379
|
requirements:
|
@@ -381,7 +382,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
381
382
|
version: '0'
|
382
383
|
segments:
|
383
384
|
- 0
|
384
|
-
hash:
|
385
|
+
hash: -1121373041445878382
|
385
386
|
requirements: []
|
386
387
|
rubyforge_project: smock
|
387
388
|
rubygems_version: 1.8.21
|