You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Within your [stylelint config object](http://stylelint.io/user-guide/configurati
17
17
```json
18
18
{
19
19
"extends": ["@primer/stylelint-config"],
20
-
"rules": {}
20
+
"rules": {}
21
21
}
22
22
```
23
23
@@ -36,7 +36,7 @@ Primer Stylelint Config extends the [stylelint-config-standard](https://github.c
36
36
-[primer/borders](./plugins/#primerborders): Enforces the use of certain variables for border properties.
37
37
-[primer/box-shadow](./plugins/#primerbox-shadow): Enforces the use of certain variables for `box-shadow`.
38
38
-[primer/responsive-widths](./plugins/#primerresponsive-widths): Errors on `width` and `min-width` that is larger than the minimum browser size supported. `320px`
39
-
-[primer/namespace-spacing](./plugins/#primernamespace-spacing): Enforces the use of `pr-` namespace prefix for spacing utility classes like margin and padding.
39
+
-[primer/namespace-spacing](./plugins/#primernamespace-spacing): Enforces the use of `pr-` namespace prefix for spacing utility classes like margin and padding. (Disabled by default)
0 commit comments