remove var (#20592)

This commit is contained in:
Angel Garbarino 2023-05-15 11:28:47 -06:00 committed by GitHub
parent 0b9f4048af
commit 66bfd29756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,6 @@ $radius-large: 4px;
$mobile: 769px;
// 960px container + 4rem
$desktop: 960px + (2 * 32px);
// 1344px container + 4rem
$fullhd: 1344px + (2 * 32px);
/* Animations and transitions */
$speed: 150ms;