chore: Remove bourbon dependancy (#5215)

This commit is contained in:
Pranav Raj S
2022-08-08 21:02:29 +05:30
committed by GitHub
parent 20f3568583
commit d8de16fd70
27 changed files with 188 additions and 252 deletions

View File

@@ -15,7 +15,7 @@ table {
}
td {
@include padding($space-one $space-small);
padding: $space-one $space-small;
}
}
}
@@ -54,6 +54,6 @@ table {
}
.button {
@include margin($zero);
margin: 0;
}
}