@import "./normalize.scss"; body { background-color: black; color: white; } a { color: white; transition: all 100ms; &:hover {} } #header { a { text-decoration: none; } }