compass 0.13.alpha.9 → 0.13.alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION.yml +1 -1
- data/frameworks/compass/stylesheets/compass/_support.scss +2 -2
- data/frameworks/compass/stylesheets/compass/css3/_border-radius.scss +1 -1
- data/frameworks/compass/stylesheets/compass/css3/_hyphenation.scss +1 -1
- data/frameworks/compass/stylesheets/compass/css3/_opacity.scss +1 -1
- data/frameworks/compass/stylesheets/compass/css3/_transform.scss +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98d6ac9032474b5bdd71667de5568f743306d502
|
4
|
+
data.tar.gz: 4df83508c59f4435a14588a3463fef8f01215d70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6eb3cd8941876b5b2755fc87b51e418d0dee1720b4932b35c0e1c21351d5d1d0eff570802f9b91aecae12aed85fb824096fea22fca31806efc8b7ef03ab4d7ba
|
7
|
+
data.tar.gz: dd10bf741422954ffac14f1010dc82de5fcaccc76348944acc086bcc7e8e86ebfc06f989a2baf939e6dd9eed4d4067d5cb258e227147588cc164d3589fc87e6a
|
data/VERSION.yml
CHANGED
@@ -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
|
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
|
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;
|
@@ -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.
|
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-
|
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.
|
1161
|
+
rubygems_version: 2.0.3
|
1162
1162
|
signing_key:
|
1163
1163
|
specification_version: 4
|
1164
1164
|
summary: A Real Stylesheet Framework
|