diff --git a/src/utilities/borders.scss b/src/utilities/borders.scss index c6383504..8e958da2 100644 --- a/src/utilities/borders.scss +++ b/src/utilities/borders.scss @@ -70,6 +70,5 @@ /* Change the border style to dashed, in conjunction with another utility */ .border-dashed { - // stylelint-disable-next-line primer/borders border-style: dashed !important; }