1
1
mirror of https://github.com/primer/css.git synced 2024-12-22 21:51:39 +03:00
This commit is contained in:
langermank 2022-11-21 13:21:56 -08:00
parent 57de26087e
commit 09731d7261

View File

@ -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;
}