sass-tools 0.1.11 → 0.1.12

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 CHANGED
@@ -1 +1 @@
1
- 0.1.11
1
+ 0.1.12
@@ -2,4 +2,5 @@
2
2
  @import "sass-tools/forms";
3
3
  @import "sass-tools/images";
4
4
  @import "sass-tools/tools";
5
- @import "sass-tools/navigation";
5
+ @import "sass-tools/navigation";
6
+ @import "sass-tools/lists";
@@ -33,7 +33,7 @@
33
33
  @var $inline boolean embed via data.
34
34
  */
35
35
  @mixin image-header($image, $inline:false) {
36
- @extend .no-mp;
36
+ @include no-mp;
37
37
  a {
38
38
  @include image-link($image, $inline);
39
39
  } //a
@@ -91,8 +91,7 @@
91
91
  Common styles needed by our Image Mixins.
92
92
  */
93
93
  .imagelink-ext {
94
+ @include hide-text;
94
95
  display:block;
95
96
  outline:none;
96
- overflow:hidden;
97
- text-indent:-9999px;
98
97
  } // .imagelink-ext
@@ -7,6 +7,13 @@
7
7
  padding:0;
8
8
  }
9
9
 
10
+ /*
11
+ @TODO: Add docs to no-mp!
12
+ */
13
+ @mixin no-mp {
14
+ @extend .no-mp;
15
+ }
16
+
10
17
  /*
11
18
  Centers a container by using the blueprint container size.
12
19
  */
@@ -0,0 +1,8 @@
1
+ /*
2
+ @TODO: Add docs to float-list!
3
+ */
4
+ @mixin float-list($side:left) {
5
+ @include no-mp;
6
+ list-style-type: none;
7
+ li { float:$side; }
8
+ }
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sass-tools}
8
- s.version = "0.1.11"
8
+ s.version = "0.1.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mario 'Kuroir' Ricalde"]
12
- s.date = %q{2010-09-16}
12
+ s.date = %q{2010-09-18}
13
13
  s.description = %q{}
14
14
  s.email = %q{mario@destructoid.com}
15
15
  s.extra_rdoc_files = [
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
29
29
  "lib/stylesheets/sass-tools/_forms.scss",
30
30
  "lib/stylesheets/sass-tools/_images.scss",
31
31
  "lib/stylesheets/sass-tools/_tools.scss",
32
+ "lib/stylesheets/sass-tools/lists.scss",
32
33
  "lib/stylesheets/sass-tools/navigation.scss",
33
34
  "lib/templates/project/_config.scss",
34
35
  "lib/templates/project/manifest.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-tools
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mario 'Kuroir' Ricalde
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-16 00:00:00 -05:00
18
+ date: 2010-09-18 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -54,6 +54,7 @@ files:
54
54
  - lib/stylesheets/sass-tools/_forms.scss
55
55
  - lib/stylesheets/sass-tools/_images.scss
56
56
  - lib/stylesheets/sass-tools/_tools.scss
57
+ - lib/stylesheets/sass-tools/lists.scss
57
58
  - lib/stylesheets/sass-tools/navigation.scss
58
59
  - lib/templates/project/_config.scss
59
60
  - lib/templates/project/manifest.rb