Enable stylelint's shorthand-property-no-redundant-values (#11436)

Enabled the rule and --fix'ed issues.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
silverwind 2020-05-20 06:06:04 +02:00 committed by GitHub
parent 34e6a4e057
commit 9e0e2a9fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 12 deletions

View file

@ -75,7 +75,7 @@
.ui.active.tab {
border: 1px solid #d4d4d5;
padding: .5em;
border-radius: 0 .28571429rem .28571429rem .28571429rem;
border-radius: 0 .28571429rem .28571429rem;
}
.ui.active.markdown.tab {
@ -93,7 +93,7 @@
.footer {
border-top: 1px solid #f1f1f1;
padding: 10px 0 10px 0;
padding: 10px 0;
.markdown-info {
display: inline-block;