Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"accord": "0.22.0",
"autoprefixer-stylus": "0.8.1",
"autoprefixer-stylus": "0.9.1",
"chai": "3.5.0",
"coffee-script": "1.10.0",
"css-parse": "2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions test/fixtures/additive/framework.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ a[href]:not([class]) {
color: #0074d9;
text-decoration: none;
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
border-bottom: 1px solid transparent;
}
a[href]:not([class]):hover {
Expand Down Expand Up @@ -193,7 +193,7 @@ textarea {
width: 250px;
text-shadow: 0 0 1px rgba(255,255,255,0.1);
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
}
input[type='email']:focus,
input[type='number']:focus,
Expand Down Expand Up @@ -378,7 +378,7 @@ textarea.error:focus {
}
.btn {
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
font-size: 13px;
padding: 10px 22px;
border-radius: 3px;
Expand Down Expand Up @@ -409,12 +409,12 @@ textarea.error:focus {
}
.btn-fancy {
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
font-size: 13px;
padding: 10px 22px;
border-radius: 3px;
background: #0084f6;
background: #0068c3 -webkit-linear-gradient(270deg, #0084f6, #0068c3) repeat-x;
background: #0068c3 -webkit-linear-gradient(top, #0084f6, #0068c3) repeat-x;
background: #0068c3 linear-gradient(180deg, #0084f6, #0068c3) repeat-x;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
border: 1px solid #0068c3;
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/buttons/glossy-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding: 10px 22px;
border-radius: 3px;
background: #0084f6;
background: #0068c3 -webkit-linear-gradient(270deg, #0084f6, #0068c3) repeat-x;
background: #0068c3 -webkit-linear-gradient(top, #0084f6, #0068c3) repeat-x;
background: #0068c3 linear-gradient(180deg, #0084f6, #0068c3) repeat-x;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
border: 1px solid #0068c3;
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/forms/input-search.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: 250px;
text-shadow: 0 0 1px rgba(255,255,255,0.1);
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
padding-left: 9px;
border-radius: 999px;
}
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/forms/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: 250px;
text-shadow: 0 0 1px rgba(255,255,255,0.1);
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
}
.input:focus {
box-shadow: 0 0 5px rgba(127,219,255,0.7);
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/gradients/gradient.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.gradient-twocolor {
background: #d13f19;
background: #0074d9 -webkit-linear-gradient(270deg, #d13f19, #0074d9) repeat-x;
background: #0074d9 -webkit-linear-gradient(top, #d13f19, #0074d9) repeat-x;
background: #0074d9 linear-gradient(180deg, #d13f19, #0074d9) repeat-x;
}
.gradient-onecolor {
background: #e44921;
background: #bc3917 -webkit-linear-gradient(270deg, #e44921, #bc3917) repeat-x;
background: #bc3917 -webkit-linear-gradient(top, #e44921, #bc3917) repeat-x;
background: #bc3917 linear-gradient(180deg, #e44921, #bc3917) repeat-x;
}
4 changes: 2 additions & 2 deletions test/fixtures/gradients/image-gradient.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.image-gradient-twocolor {
background: #d13f19;
background: url("foo.png") repeat, #0074d9 -webkit-linear-gradient(270deg, #d13f19, #0074d9) repeat-x;
background: url("foo.png") repeat, #0074d9 -webkit-linear-gradient(top, #d13f19, #0074d9) repeat-x;
background: url("foo.png") repeat, #0074d9 linear-gradient(180deg, #d13f19, #0074d9) repeat-x;
}
.image-gradient-onecolor {
background: #e44921;
background: url("foo.png") repeat, #bc3917 -webkit-linear-gradient(270deg, #e44921, #bc3917) repeat-x;
background: url("foo.png") repeat, #bc3917 -webkit-linear-gradient(top, #e44921, #bc3917) repeat-x;
background: url("foo.png") repeat, #bc3917 linear-gradient(180deg, #e44921, #bc3917) repeat-x;
}
2 changes: 1 addition & 1 deletion test/fixtures/interaction/hover-float.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 80%);
background: -webkit-radial-gradient(center ellipse, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 80%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 80%);
}
.hover-float:hover {
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/typography/link.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
color: #0074d9;
text-decoration: none;
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
border-bottom: 1px solid transparent;
}
.link:hover {
Expand All @@ -18,7 +18,7 @@
color: #0074d9;
text-decoration: none;
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
border-bottom: 1px solid transparent;
border: none;
text-decoration: none;
Expand Down
26 changes: 13 additions & 13 deletions test/fixtures/ui/bubble.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.bubble {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -41,7 +41,7 @@
}
.bubble-tl {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -82,7 +82,7 @@
}
.bubble-tr {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -123,7 +123,7 @@
}
.bubble-tc {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -164,7 +164,7 @@
}
.bubble-bl {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -205,7 +205,7 @@
}
.bubble-br {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -246,7 +246,7 @@
}
.bubble-bc {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -287,7 +287,7 @@
}
.bubble-lt {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -328,7 +328,7 @@
}
.bubble-lb {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -369,7 +369,7 @@
}
.bubble-lc {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -410,7 +410,7 @@
}
.bubble-rt {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -451,7 +451,7 @@
}
.bubble-rb {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down Expand Up @@ -492,7 +492,7 @@
}
.bubble-rc {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down
8 changes: 4 additions & 4 deletions test/fixtures/ui/flash.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.flash-notice {
background: #70c7fa;
background: #62c1fa -webkit-linear-gradient(270deg, #70c7fa, #62c1fa) repeat-x;
background: #62c1fa -webkit-linear-gradient(top, #70c7fa, #62c1fa) repeat-x;
background: #62c1fa linear-gradient(180deg, #70c7fa, #62c1fa) repeat-x;
border-radius: 5px;
padding: 10px;
Expand All @@ -18,7 +18,7 @@
}
.flash-warning {
background: #fae77b;
background: #fae46c -webkit-linear-gradient(270deg, #fae77b, #fae46c) repeat-x;
background: #fae46c -webkit-linear-gradient(top, #fae77b, #fae46c) repeat-x;
background: #fae46c linear-gradient(180deg, #fae77b, #fae46c) repeat-x;
border-radius: 5px;
padding: 10px;
Expand All @@ -35,7 +35,7 @@
}
.flash-error {
background: #e88074;
background: #e67467 -webkit-linear-gradient(270deg, #e88074, #e67467) repeat-x;
background: #e67467 -webkit-linear-gradient(top, #e88074, #e67467) repeat-x;
background: #e67467 linear-gradient(180deg, #e88074, #e67467) repeat-x;
border-radius: 5px;
padding: 10px;
Expand All @@ -53,7 +53,7 @@
}
.flash-success {
background: #7fdfa6;
background: #73dc9d -webkit-linear-gradient(270deg, #7fdfa6, #73dc9d) repeat-x;
background: #73dc9d -webkit-linear-gradient(top, #7fdfa6, #73dc9d) repeat-x;
background: #73dc9d linear-gradient(180deg, #7fdfa6, #73dc9d) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/ui/icon-x.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.icon-x:before,
.icon-x:after {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
transition: all 0.3s ease;
content: '';
position: absolute;
width: 40px;
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/ui/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: block;
z-index: 10;
background: #2d2d2d;
background: #202020 -webkit-linear-gradient(270deg, #2d2d2d, #202020) repeat-x;
background: #202020 -webkit-linear-gradient(top, #2d2d2d, #202020) repeat-x;
background: #202020 linear-gradient(180deg, #2d2d2d, #202020) repeat-x;
box-shadow: 0 3px 3px rgba(0,0,0,0.15);
border-bottom: 1px solid rgba(29,29,29,0.7);
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/ui/notice.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.notice {
background: #efefef;
background: #e7e7e7 -webkit-linear-gradient(270deg, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 -webkit-linear-gradient(top, #efefef, #e7e7e7) repeat-x;
background: #e7e7e7 linear-gradient(180deg, #efefef, #e7e7e7) repeat-x;
border-radius: 5px;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/ui/radio.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
height: 1em;
margin-right: 0.75em;
-webkit-transition: 0.5s ease all;
transition: 0.5s ease all;
transition: 0.5s ease all;
vertical-align: -0.33em;
width: 1em;
}
Expand Down
3 changes: 2 additions & 1 deletion test/fixtures/ui/range.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
background: #0074d9;
margin-top: calc(-2em / 2 + 0.5em / 2);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
transition: all 0.2s ease;
}
.range::-webkit-slider-thumb:hover {
-webkit-transform: scale(1.2);
Expand Down Expand Up @@ -50,6 +50,7 @@
width: 2em;
border-radius: 50%;
background: #0074d9;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.range::-moz-range-thumb:hover {
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/utilities/transition.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.transition {
-webkit-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
}
.trans-custom {
-webkit-transition: all 1s ease;
transition: all 1s ease;
transition: all 1s ease;
}
Loading