diff --git a/core/.stylelintrc.json b/core/.stylelintrc.json
index e8c83471f45764fa258a58a62ab4d9a10dbe2adb..7442c7aa2af896972d798e79144b51a3fd7bba6a 100644
--- a/core/.stylelintrc.json
+++ b/core/.stylelintrc.json
@@ -9,7 +9,6 @@
     "declaration-block-no-duplicate-properties": null,
     "function-linear-gradient-no-nonstandard-direction": null,
     "function-whitespace-after": null,
-    "no-empty-source": null,
     "no-unknown-animations": true,
     "number-leading-zero": "always",
     "plugin/no-browser-hacks": [true, {
diff --git a/core/themes/stark/css/layout.css b/core/themes/stark/css/layout.css
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ea49f696126a0b10633e9e3658137f1078202b62 100644
--- a/core/themes/stark/css/layout.css
+++ b/core/themes/stark/css/layout.css
@@ -0,0 +1,8 @@
+/**
+ * @file
+ * Presentational styles for Drupal stark theme layout.
+ *
+ * It is left empty for testing purposes.
+ *
+ * @see https://www.drupal.org/project/drupal/issues/2349711
+ */