From 38e9e2b82cc023ab25a13395885719c17cb10b19 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sat, 3 Nov 2018 22:45:13 +0100 Subject: [PATCH] Add TODO --- scss/_reboot.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 7e5aec9c1f..6c294ce5a0 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -40,6 +40,7 @@ html { } // Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) +// TODO: remove in v5 // stylelint-disable-next-line selector-list-comma-newline-after article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block;