smock 0.1.49 → 0.1.50
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
CHANGED
data/Rakefile
CHANGED
@@ -24,10 +24,10 @@ task :build_version => :clean do
|
|
24
24
|
|
25
25
|
target = "./versions/#{Smock::VERSION}"
|
26
26
|
FileUtils.mkdir_p target
|
27
|
-
sh "bundle exec sass ./app/assets/stylesheets/smock.sass #{target}/smock.css"
|
28
|
-
sh "bundle exec sass ./app/assets/stylesheets/smock.sass #{target}/smock.min.css --style compressed"
|
29
|
-
sh "bundle exec sass ./app/assets/stylesheets/svg_images.sass #{target}/svg_images.css"
|
30
|
-
sh "bundle exec sass ./app/assets/stylesheets/svg_images.sass #{target}/svg_images.min.css --style compressed"
|
27
|
+
sh "bundle exec sass --precision 7 ./app/assets/stylesheets/smock.sass #{target}/smock.css"
|
28
|
+
sh "bundle exec sass --precision 7 ./app/assets/stylesheets/smock.sass #{target}/smock.min.css --style compressed"
|
29
|
+
sh "bundle exec sass --precision 7 ./app/assets/stylesheets/svg_images.sass #{target}/svg_images.css"
|
30
|
+
sh "bundle exec sass --precision 7 ./app/assets/stylesheets/svg_images.sass #{target}/svg_images.min.css --style compressed"
|
31
31
|
sh "cp -R ./examples #{target}/"
|
32
32
|
|
33
33
|
latest = "./versions/latest"
|
@@ -10,6 +10,10 @@
|
|
10
10
|
[am-Grid-Col~="l:pre#{$column-span}"]
|
11
11
|
+shift($column-span)
|
12
12
|
|
13
|
+
@for $inner-column from 1 through $column-span
|
14
|
+
[am-Grid-Col~="l:#{$inner-column}:#{$column-span}"]
|
15
|
+
+span-columns($inner-column of $column-span)
|
16
|
+
|
13
17
|
[am-Grid-Row~="l:end"]
|
14
18
|
margin-right: 0
|
15
19
|
clear: right
|
data/examples/organisims.html
CHANGED
@@ -25,7 +25,11 @@
|
|
25
25
|
<h3>Paragraphs</h3>
|
26
26
|
|
27
27
|
<strong class="style-group__example__label">Paragraph with heading</strong>
|
28
|
-
<h3 class="paragraph--heading">Um sociis natoque penatibus et magnis dis parturien.</h3>
|
28
|
+
<h3 class="paragraph--heading">Um sociis natoque penatibus et magnis dis parturien. Um sociis natoque penatibus et magnis dis parturien.</h3>
|
29
|
+
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
|
30
|
+
Vestibulum id ligula porta felis euismod semper. Integer posuere erat a
|
31
|
+
ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis
|
32
|
+
interdum.</p>
|
29
33
|
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
|
30
34
|
Vestibulum id ligula porta felis euismod semper. Integer posuere erat a
|
31
35
|
ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis
|
@@ -32,24 +32,18 @@
|
|
32
32
|
<img src="http://placehold.it/590x300" alt="Theme title"/>
|
33
33
|
</div>
|
34
34
|
|
35
|
-
<
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
<
|
46
|
-
|
47
|
-
</div>
|
48
|
-
<div class="l-sideby__three-of-eight">
|
49
|
-
<div class="marketing-countdown">
|
50
|
-
<div class="marketing-countdown__svg hot-icon__clock--green"></div>
|
51
|
-
<span class="marketing-countdown__copy">in 24 hours</span>
|
52
|
-
</div>
|
35
|
+
<div am-grid-col="l:5:8">
|
36
|
+
<h3 class="paragraph--heading">We'll match you with an expert who will install your theme in 24 hours</h3>
|
37
|
+
<p>You get WordPress, your theme, its demo content, and your logo installed on
|
38
|
+
your server</p>
|
39
|
+
<p>If you need more work done, you can create a follow-up job once your theme
|
40
|
+
is installed.</p>
|
41
|
+
<p class="paragraph--no-margin"><a href="https://envatostudio.zendesk.com/hc/en-us/categories/200211534">More on how this works.</a></p>
|
42
|
+
</div>
|
43
|
+
<div am-grid-col="l:2:8 l:end">
|
44
|
+
<div class="marketing-countdown">
|
45
|
+
<div class="marketing-countdown__svg hot-icon__clock--green"></div>
|
46
|
+
<span class="marketing-countdown__copy">in 24 hours</span>
|
53
47
|
</div>
|
54
48
|
</div>
|
55
49
|
|
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.50
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -356,7 +356,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
356
356
|
version: '0'
|
357
357
|
segments:
|
358
358
|
- 0
|
359
|
-
hash: -
|
359
|
+
hash: -4027374940510144244
|
360
360
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
361
361
|
none: false
|
362
362
|
requirements:
|
@@ -365,7 +365,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
365
365
|
version: '0'
|
366
366
|
segments:
|
367
367
|
- 0
|
368
|
-
hash: -
|
368
|
+
hash: -4027374940510144244
|
369
369
|
requirements: []
|
370
370
|
rubyforge_project: smock
|
371
371
|
rubygems_version: 1.8.21
|