replace gray(' for $gray-
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
.widget {
|
||||
position:relative;
|
||||
border: 1px solid gray('500');
|
||||
border: 1px solid $gray-500;
|
||||
user-select: none;
|
||||
display:inline-block;
|
||||
width:50%;
|
||||
@@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
.widget:hover {
|
||||
background-color: gray('100');
|
||||
background-color: $gray-100;
|
||||
}
|
||||
|
||||
.widget-container {
|
||||
|
Reference in New Issue
Block a user