jetpack-rails 0.4.1 → 0.4.2
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/CHANGELOG +3 -0
- data/vendor/assets/stylesheets/jetpack/typography.css.scss +7 -7
- metadata +7 -4
data/CHANGELOG
CHANGED
@@ -11,7 +11,7 @@ p {
|
|
11
11
|
}
|
12
12
|
|
13
13
|
// HEADING MIXINS
|
14
|
-
@mixin
|
14
|
+
@mixin heading( $level ) {
|
15
15
|
font-weight: 700; color: $dark2; line-height: $baseline * 2;
|
16
16
|
small { color: $light2; }
|
17
17
|
@if $level == 1 {
|
@@ -34,12 +34,12 @@ p {
|
|
34
34
|
}
|
35
35
|
|
36
36
|
// HEADING DEFINITIONS
|
37
|
-
h1 { @include
|
38
|
-
h2 { @include
|
39
|
-
h3 { @include
|
40
|
-
h4 { @include
|
41
|
-
h5 { @include
|
42
|
-
h6 { @include
|
37
|
+
h1 { @include heading(1); }
|
38
|
+
h2 { @include heading(2); }
|
39
|
+
h3 { @include heading(3); }
|
40
|
+
h4 { @include heading(4); }
|
41
|
+
h5 { @include heading(5); }
|
42
|
+
h6 { @include heading(6); }
|
43
43
|
|
44
44
|
// LISTS
|
45
45
|
ol { margin: 0 0 $baseline 20px; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jetpack-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-03-03 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass-rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &4835950 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,8 +21,11 @@ dependencies:
|
|
21
21
|
version: '3.1'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
-
description:
|
24
|
+
version_requirements: *4835950
|
25
|
+
description: ! "A sweet boostrap mashup for Rails applications.\n The philosophy
|
26
|
+
is pretty simple, it should make building Rails apps go a lot faster.\n The library
|
27
|
+
prefers modularity over rigidity and mixins over defintions. Check out the github
|
28
|
+
readme for more."
|
26
29
|
email: andrew@eighty-b.com
|
27
30
|
executables: []
|
28
31
|
extensions: []
|