// include another .scss file from a sub-directory
@import './components/about.scss';

body {
    a {
        color: magenta;
    }
}