Skip to content

Commit c94eb5d

Browse files
committed
?? fix function-linear-gradient-no-nonstandard-direction manually
1 parent b2a6a4e commit c94eb5d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.stylelintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ module.exports = {
4848
'declaration-block-no-redundant-longhand-properties': null, // 12 errors
4949
'value-no-vendor-prefix': null, // 9 errors
5050
'font-family-no-missing-generic-family-keyword': null, // 8 errors
51-
'function-linear-gradient-no-nonstandard-direction': null, // 1 error
5251
},
5352
reportNeedlessDisables: true,
5453
};

src/themes/amazon/elements/button.overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.ui.button {
2-
background-image: linear-gradient(center top, #f7f8fa, #e7e9ec) repeat scroll 0 0 rgba(0, 0, 0, 0);
2+
background-image: linear-gradient(to top, #f7f8fa, #e7e9ec) repeat scroll 0 0 rgba(0, 0, 0, 0);
33
}
44

55
.ui.primary.button {

0 commit comments

Comments
 (0)