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

@@ -0,0 +1,11 @@
// Taken from thoughtbot/bourbon library timing functions
:root {
--ease-in-cubic: cubic-bezier(0.17, 0.67, 0.83, 0.67);
--ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
--ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
--ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
--ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}