feat: add @border-width-base var (#4595)

This commit is contained in:
neverland
2019-09-26 20:46:46 +08:00
committed by GitHub
parent 557b8ea54d
commit 852314430b
7 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
&::after {
z-index: 1;
border-width: 0 1px 1px 0;
border-width: 0 @border-width-base @border-width-base 0;
}
&--square {
@@ -35,7 +35,7 @@
&--surround {
&::after {
border-width: 1px;
border-width: @border-width-base;
}
}