1 2 3 4 5 6 7 8 9
@import "../../style.less"; header h1 { font-size: 5rem; font-weight: 300; @media screen and (max-width: @mobile-width) { font-size: 3rem; } }