Clean CSS

This commit is contained in:
2022-06-14 23:11:24 +02:00
parent 3270ad70f0
commit 9801fec217
3 changed files with 2 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
// CSS Variables
:root {
// Sizes
--container-width: $container-width;
--container-width: #{$container-width};
// Animation
--ease-quart: cubic-bezier(.165, .84, .44, 1);