compass-susy-plugin 0.8.0.rc1 → 0.8.0
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/VERSION +1 -1
- data/compass-susy-plugin.gemspec +2 -2
- data/templates/project/_defaults.scss +6 -1
- metadata +3 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.8.0
|
|
1
|
+
0.8.0
|
data/compass-susy-plugin.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{compass-susy-plugin}
|
|
5
|
-
s.version = "0.8.0
|
|
5
|
+
s.version = "0.8.0"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Eric Meyer"]
|
|
9
|
-
s.date = %q{2010-08-
|
|
9
|
+
s.date = %q{2010-08-13}
|
|
10
10
|
s.description = %q{Responsive web design with grids the quick and reliable way.}
|
|
11
11
|
s.email = %q{eric@oddbird.net}
|
|
12
12
|
s.extra_rdoc_files = ["LICENSE.txt", "README.mkdn", "lib/susy.rb", "lib/susy/compass_plugin.rb", "lib/susy/sass_extensions.rb"]
|
|
@@ -255,7 +255,12 @@ input {
|
|
|
255
255
|
&[type=text], &[type=password], &[type=email], &[type=url], &[type=tel],
|
|
256
256
|
&[type=date], &[type=datetime], &[type=datetime-local], &[type=month], &[type=week], &[type=time],
|
|
257
257
|
&[type=number], &[type=range], &[type=search], &[type=color] {
|
|
258
|
-
@extend .textinput; }
|
|
258
|
+
@extend .textinput; }
|
|
259
|
+
// reset webkit search styles
|
|
260
|
+
&[type=search] {
|
|
261
|
+
-webkit-appearance: none;
|
|
262
|
+
&::-webkit-search-decoration {
|
|
263
|
+
display: none; } } }
|
|
259
264
|
|
|
260
265
|
button {
|
|
261
266
|
width: auto;
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-susy-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 8
|
|
8
8
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.8.0.rc1
|
|
9
|
+
version: 0.8.0
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Eric Meyer
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2010-08-
|
|
17
|
+
date: 2010-08-13 00:00:00 -06:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|