@forward "terminal.scss"; @use "./colors.scss" as colors; body { margin: 0; background: colors.$terminal-background; } * { box-sizing: border-box; }