Fixed linting errors

This commit is contained in:
Alejandro Celaya 2022-03-07 20:28:46 +01:00
parent 0e7c2f00d1
commit 65a162bdd2

View file

@ -2,7 +2,7 @@
@import '../utils/mixins/vertical-align';
$mainCardWidth: 720px;
$fiveColumnsSize: 0.416666667; // 12 / 5 -> Can't use "/" operator in latest dart-sass
$fiveColumnsSize: .4167; // 12 / 5 -> Can't use "/" operator in latest dart-sass
.home {
position: relative;