compass-responsive 0.1.0 → 0.1.1
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/README.md +4 -4
- metadata +5 -5
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#Compass responsive
|
|
2
2
|
|
|
3
3
|
**A responsive compass extension to simplify configuring
|
|
4
|
-
|
|
4
|
+
breakpoints and sizing, that allows you to think in
|
|
5
5
|
pixels but compile in ems or rems.**
|
|
6
6
|
|
|
7
|
-
See [my compass-responsive blog post](http://blog.colinmeinke.com/a-responsive-extension
|
|
7
|
+
See [my compass-responsive blog post](http://blog.colinmeinke.com/a-responsive-compass-extension) for a full usage tutorial.
|
|
8
8
|
|
|
9
9
|
##What can I use it for?
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@ See [my compass-responsive blog post](http://blog.colinmeinke.com/a-responsive-e
|
|
|
12
12
|
pixels to ems/rems.
|
|
13
13
|
2. `@include -responsive-breakpoint(500px) { }`: a mixin that
|
|
14
14
|
generates min-width media queries in ems.
|
|
15
|
-
3. `@include -font-size($size: 20px, $breakpoints: (500px, 960px), $scale: (2, 4));`:
|
|
15
|
+
3. `@include -responsive-font-size($size: 20px, $breakpoints: (500px, 960px), $scale: (2, 4));`:
|
|
16
16
|
a mixin that allows you to define a font-size suitable for
|
|
17
17
|
small screens, and then scale the font-size up at defined
|
|
18
18
|
breakpoints relative to the original definition.
|
|
@@ -49,7 +49,7 @@ corresponding breakpoints
|
|
|
49
49
|
To install compass-responsive:
|
|
50
50
|
|
|
51
51
|
1. Install the gem with bundler `gem 'compass-responsive'`.
|
|
52
|
-
2. Initialise a new compass project with `compass
|
|
52
|
+
2. Initialise a new compass project with `compass create .
|
|
53
53
|
-r responsive --using responsive`.
|
|
54
54
|
|
|
55
55
|
##License
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-responsive
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,10 +9,10 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-12-
|
|
12
|
+
date: 2012-12-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: A responsive compass extension to simplify configuring
|
|
15
|
-
|
|
14
|
+
description: A responsive compass extension to simplify configuring breakpoints and
|
|
15
|
+
sizing, that allows you to think in pixels but compile in ems or rems.
|
|
16
16
|
email: hello@colinmeinke.com
|
|
17
17
|
executables: []
|
|
18
18
|
extensions: []
|
|
@@ -26,7 +26,7 @@ files:
|
|
|
26
26
|
- stylesheets/responsive/_unit.scss
|
|
27
27
|
- templates/project/manifest.rb
|
|
28
28
|
- templates/project/screen.scss
|
|
29
|
-
homepage:
|
|
29
|
+
homepage: https://github.com/unxposed/compass-responsive
|
|
30
30
|
licenses: []
|
|
31
31
|
post_install_message:
|
|
32
32
|
rdoc_options: []
|