From 29d58fb758683db42c2d716ac654dea3ab6063c7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 23 Oct 2017 00:00:00 +0300 Subject: Enable stylelint's `function-comma-space-after`. (#24501) The option is set to `always-single-line` in stylelint-config-standard which we extend. --- docs/4.0/examples/grid/grid.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/4.0/examples/grid/grid.css') diff --git a/docs/4.0/examples/grid/grid.css b/docs/4.0/examples/grid/grid.css index 5f7e1af66..78f5dfda6 100644 --- a/docs/4.0/examples/grid/grid.css +++ b/docs/4.0/examples/grid/grid.css @@ -17,8 +17,8 @@ h3 { [class*="col-"] { padding-top: 1rem; padding-bottom: 1rem; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); + background-color: rgba(86, 61, 124, .15); + border: 1px solid rgba(86, 61, 124, .2); } hr { -- cgit v1.2.3