Explorar el Código

Fix bug where border-1, border-2, etc don't work (#1526)

Nick Anderson hace 2 años
padre
commit
7cb84c846d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/scss/_utilities.scss

+ 1 - 1
src/scss/_utilities.scss

@@ -1,5 +1,5 @@
 $border-values: (
-  null: $border-width var(--#{$prefix}border-style) $border-color-translucent,
+  null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) $border-color-translucent,
   wide: $border-width-wide var(--#{$prefix}border-style) $border-color-translucent,
   0: 0,
 );