SCSS Cara mendeklarasikan variabel untuk beberapa file
// Utilities
@import "utilities/variables";
// Base Rules
@import "base/normalize";
@import "base/global";
Modern Moth