(Re)move the unused --transition-bezier

...To my website's custom.scss XD
This commit is contained in:
David Lapshin
2024-05-06 00:47:31 +03:00
parent dea2adb63d
commit bdd1ed9001

View File

@ -33,14 +33,12 @@
--rounded-corner: 12px;
--shadow-raised: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 6px 2px rgba(0, 0, 0, 0.14), 0 4px 12px 4px rgba(0, 0, 0, 0.06);
--shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 1px 3px 1px rgba(0, 0, 0, 0.07), 0 2px 6px 2px rgba(0, 0, 0, 0.03);
--transition-bezier: 0.35s cubic-bezier(0.17, 0.89, 0.32, 1.28);
--transition-long: 0.8s;
--transition-longer: 0.4s;
--transition: 0.2s;
@media (prefers-reduced-motion) {
// VARIABLES
--transition-bezier: 0;
--transition-long: 0;
--transition-longer: 0;
--transition: 0;