mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 08:04:21 +00:00
Merge pull request 'Port "Enable declaration-block-no-redundant-longhand-properties
(#30950)' (#3769) from beowulf/gitea-port-pull-30950 into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3769 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
48813e6be1
|
@ -141,7 +141,7 @@ export default {
|
||||||
'custom-property-pattern': null,
|
'custom-property-pattern': null,
|
||||||
'declaration-block-no-duplicate-custom-properties': true,
|
'declaration-block-no-duplicate-custom-properties': true,
|
||||||
'declaration-block-no-duplicate-properties': [true, {ignore: ['consecutive-duplicates-with-different-values']}],
|
'declaration-block-no-duplicate-properties': [true, {ignore: ['consecutive-duplicates-with-different-values']}],
|
||||||
'declaration-block-no-redundant-longhand-properties': null,
|
'declaration-block-no-redundant-longhand-properties': [true, {ignoreShorthands: ['flex-flow', 'overflow']}],
|
||||||
'declaration-block-no-shorthand-property-overrides': null,
|
'declaration-block-no-shorthand-property-overrides': null,
|
||||||
'declaration-block-single-line-max-declarations': null,
|
'declaration-block-single-line-max-declarations': null,
|
||||||
'declaration-empty-line-before': null,
|
'declaration-empty-line-before': null,
|
||||||
|
|
|
@ -7,10 +7,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: -1rem;
|
margin: -1rem;
|
||||||
margin-bottom: -1rem;
|
|
||||||
margin-left: -1rem;
|
|
||||||
margin-right: -1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.relaxed.grid {
|
.ui.relaxed.grid {
|
||||||
|
|
Loading…
Reference in a new issue