Disable no-shorthand for certain props for better readability
This commit is contained in:
parent
7dc2277453
commit
a28032fa58
4 changed files with 20 additions and 10 deletions
|
|
@ -214,10 +214,8 @@ nav {
|
|||
grid-template-columns:
|
||||
var(--effectiveSidebarColumnWidth)
|
||||
var(--effectiveContentColumnWidth);
|
||||
/* stylelint-disable declaration-block-no-redundant-longhand-properties */
|
||||
grid-template-areas: "sidebar content";
|
||||
grid-template-rows: 1fr;
|
||||
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
||||
box-sizing: border-box;
|
||||
margin: 0 auto;
|
||||
align-content: flex-start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue