compass 0.13.alpha.9 → 0.13.alpha.10

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e090e83aa2210c9ea3093a50c2e30fc71b88dfed
4
- data.tar.gz: 29f2dd422776e9373a31c96a1febe8cd7e333a87
3
+ metadata.gz: 98d6ac9032474b5bdd71667de5568f743306d502
4
+ data.tar.gz: 4df83508c59f4435a14588a3463fef8f01215d70
5
5
  SHA512:
6
- metadata.gz: 0a58875a0f5af3abdecca3e548d48779c85be7389ed30dcfc035df93ac52988ef2e9f455960d75306090509a2de52d94fa173de5e33fb7cb63cba962a0c2f450
7
- data.tar.gz: 6f57f36db3761e789a8fc7fbae72d7422dfcdf3441fbd17d874dc93520a30d74f5217c5293e006469298738f943c696da9cccec7700d7ab2cd6b594b2b810cd5
6
+ metadata.gz: 6eb3cd8941876b5b2755fc87b51e418d0dee1720b4932b35c0e1c21351d5d1d0eff570802f9b91aecae12aed85fb824096fea22fca31806efc8b7ef03ab4d7ba
7
+ data.tar.gz: dd10bf741422954ffac14f1010dc82de5fcaccc76348944acc086bcc7e8e86ebfc06f989a2baf939e6dd9eed4d4067d5cb258e227147588cc164d3589fc87e6a
data/VERSION.yml CHANGED
@@ -2,5 +2,5 @@
2
2
  :major: 0
3
3
  :minor: 13
4
4
  :state: alpha
5
- :iteration: 9
5
+ :iteration: 10
6
6
  :name: Markab
@@ -102,9 +102,9 @@ $css-sel2-support-threshold: $critical-usage-threshold !default;
102
102
  support-legacy-browser($browser, $min-version, $max-version, $threshold)
103
103
  {
104
104
  @if $debug-browser-support {
105
- /* Content for #{$browser} #{$version}.
105
+ /* Content for #{display-browser-range($browser, $min-version, $max-version)}.
106
106
  Min version: #{map-get($browser-minimum-versions, $browser) or unspecified}.
107
- User threshold to keep: #{$threshold}%. If #{$browser} #{$version} and below are omitted: #{omitted-usage($browser, $version)}%. */
107
+ User threshold to keep: #{$threshold}%. If #{display-browser-range($browser, $min-version, $max-version)} are omitted: #{omitted-usage($browser, $min-version, $max-version)}%. */
108
108
  }
109
109
  @include with-browser-ranges(intersect-browser-ranges($current-browser-versions, $ranges)) {
110
110
  @content;
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
  // The the user threshold for border-radius support. Defaults to `$graceful-usage-threshold`
7
- $border-radius-threshold: $graceful-usage-threshold;
7
+ $border-radius-threshold: $graceful-usage-threshold !default;
8
8
 
9
9
  // The length of a border-radius to be used by default.
10
10
  $default-border-radius: 5px !default;
@@ -4,7 +4,7 @@
4
4
 
5
5
  // The the user threshold for hyphens support.
6
6
  // Defaults to `$graceful-usage-threshold`.
7
- $hyphens-support-threshold: $graceful-usage-threshold;
7
+ $hyphens-support-threshold: $graceful-usage-threshold !default;
8
8
 
9
9
 
10
10
  // Mixin for word-break properties
@@ -2,7 +2,7 @@
2
2
 
3
3
  // The support usage threshold for opacity. Defaults to the global
4
4
  // threshold for graceful degradation.
5
- $opacity-usage-threshold: $graceful-usage-threshold;
5
+ $opacity-usage-threshold: $graceful-usage-threshold !default;
6
6
 
7
7
  // Provides cross-browser CSS opacity. Takes a number between 0 and 1 as the argument, e.g. 0.5 for 50% opacity.
8
8
  //
@@ -1,7 +1,7 @@
1
1
  @import "compass/support";
2
2
 
3
3
  // The the user threshold for transform support. Defaults to `$graceful-usage-threshold`
4
- $transform-support-threshold: $graceful-usage-threshold;
4
+ $transform-support-threshold: $graceful-usage-threshold !default;
5
5
 
6
6
  // @doc off
7
7
  // Note ----------------------------------------------------------------------
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.alpha.9
4
+ version: 0.13.alpha.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-10-21 00:00:00.000000000 Z
16
+ date: 2013-10-22 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: sass
@@ -1158,7 +1158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1158
1158
  version: 1.3.1
1159
1159
  requirements: []
1160
1160
  rubyforge_project:
1161
- rubygems_version: 2.0.0.rc.2
1161
+ rubygems_version: 2.0.3
1162
1162
  signing_key:
1163
1163
  specification_version: 4
1164
1164
  summary: A Real Stylesheet Framework