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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 188 additions and 252 deletions

View file

@ -111,7 +111,7 @@ export default {
border: 0;
font-weight: $font-weight-bold;
font-size: $font-size-medium;
transition: all 0.3s $ease-in-cubic;
transition: all 0.3s var(--ease-in-cubic);
margin-left: $space-smaller;
padding-right: $space-one;
@ -127,7 +127,7 @@ export default {
border: 0;
font-weight: $font-weight-medium;
font-size: $font-size-mini;
transition: all 0.3s $ease-in-cubic;
transition: all 0.3s var(--ease-in-cubic);
margin-bottom: $space-slab;
border-radius: $space-normal;