diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-11-11 13:56:06 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-11-11 13:56:06 +0000 |
| commit | 6bc51a71aa09d4f3e7797631517707851ce19acf (patch) | |
| tree | 6757e5da72274ecfba34056e0cc1dfe26188912f /.stylelintrc.json | |
| parent | bdcccdeed469faf21bdc9f85ca2caddb32825a9f (diff) | |
set default icon size to 20, fixes #2801
Closes #2801
Merge request studip/studip!1908
Diffstat (limited to '.stylelintrc.json')
| -rw-r--r-- | .stylelintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 388914d..2673782 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -18,6 +18,7 @@ "color-no-invalid-hex": null, "comment-empty-line-before": null, "comment-whitespace-inside": null, + "custom-property-empty-line-before": null, "declaration-bang-space-after": null, "declaration-bang-space-before": null, "declaration-block-no-duplicate-properties": null, |
