Media / responsives modifiers
<button class="
ga-button
ga-button--small
ga-button--large@from-medium
gu-hide@print
">
button text
<button>.ga-button {
&--large {
/* large option styles */
}
@media screen and (min-width = 720px) {
&--large\@from-medium {
/* large option styles */
}
}
}Last updated