Refactor comments in SASS file

This commit is contained in:
Patrick Alvin Alcala 2025-06-04 12:18:14 +08:00
parent 27974d63df
commit b021bf0f65

View file

@ -5,6 +5,9 @@
$toggleOffColor: rgba(126, 206, 241, 0.286)
$toggleOnColor: rgba(53, 155, 80, 0.993)
// $toggleOffColor: color.adjust(vars.$background, $lightness: 10%)
// $toggleOnColor: rgba(53, 155, 80, 0.993)
.section
display: flex
flex-direction: row