diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-13 00:37:42 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-13 00:37:42 -0500 |
| commit | a28032fa58ff341b8815a0651d621ed358efd168 (patch) | |
| tree | 7069f08f7fce91642ffdd10b8c79cb986cd95f72 /src/App.scss | |
| parent | 7dc22774532872fc99aa7768cf299ab623e9d155 (diff) | |
Disable no-shorthand for certain props for better readability
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 0d2daa7d..be5dce9d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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; |
