Enable declaration-block-no-duplicate-properties stylelint rule (https://github.com/woocommerce/woocommerce-blocks/pull/10163)
This commit is contained in:
parent
d7d550f983
commit
98a61d3a4d
|
@ -4,7 +4,6 @@
|
|||
"at-rule-empty-line-before": null,
|
||||
"at-rule-no-unknown": null,
|
||||
"comment-empty-line-before": null,
|
||||
"declaration-block-no-duplicate-properties": null,
|
||||
"font-weight-notation": null,
|
||||
"max-line-length": null,
|
||||
"no-descending-specificity": null,
|
||||
|
|
|
@ -92,7 +92,6 @@ $fontSizes: (
|
|||
word-wrap: normal !important;
|
||||
padding: 0;
|
||||
position: absolute !important;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
@mixin visually-hidden-focus-reveal() {
|
||||
|
|
|
@ -169,7 +169,6 @@
|
|||
width: 100%;
|
||||
height: 0;
|
||||
display: block;
|
||||
position: relative;
|
||||
pointer-events: none;
|
||||
outline: none !important;
|
||||
position: absolute;
|
||||
|
@ -366,7 +365,6 @@
|
|||
@include ie11() {
|
||||
.wc-block-components-price-slider__range-input-wrapper {
|
||||
border: 0;
|
||||
height: auto;
|
||||
position: relative;
|
||||
height: 50px;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
display: inline-flex;
|
||||
width: auto;
|
||||
max-width: 600px;
|
||||
margin: 0;
|
||||
pointer-events: all;
|
||||
border: 1px solid transparent;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
|
|
|
@ -160,7 +160,6 @@
|
|||
height: 16px;
|
||||
width: 16px;
|
||||
line-height: 16px;
|
||||
padding: 0;
|
||||
margin: 0 0.5em 0 0;
|
||||
color: currentColor;
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
margin: 0;
|
||||
margin-right: 0.5em;
|
||||
margin-left: -60px;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
border: 1px solid #eee;
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
.woocommerce-tag__remove {
|
||||
cursor: pointer;
|
||||
height: inherit;
|
||||
padding: 0 2px;
|
||||
border-radius: 0 12px 12px 0;
|
||||
color: $gray-700;
|
||||
|
|
Loading…
Reference in New Issue