From 49ed359543f302ea3c2878c103d4139dd106b698 Mon Sep 17 00:00:00 2001 From: simurai Date: Tue, 26 Nov 2019 16:25:02 +0900 Subject: [PATCH] Add link to the Stylelint guide --- docs/content/tools/linting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/tools/linting.md b/docs/content/tools/linting.md index 678b083e74..39e36ee44d 100644 --- a/docs/content/tools/linting.md +++ b/docs/content/tools/linting.md @@ -103,3 +103,7 @@ We test for the proper use of the [Octicons helper](https://github.com/primer/oc ## IE rule limit We check that our compiled CSS assets don't contain more selectors than the [IE CSS selector limits](https://blogs.msdn.microsoft.com/ieinternals/2011/05/14/stylesheet-limits-in-internet-explorer/). + +## Linting dotcom + +There are a few handy scripts to make your life easier when working with CSS on dotcom, especially when doing bigger refactors. Checkout the [Stylelint guide](https://github.com/github/design-systems/blob/master/tools/stylelint.md).