// app global css in SCSS form @import './icons.scss'; .link { color: $primary; cursor: pointer; } .link:hover { color: $orange-4; }