Skip to content

Instantly share code, notes, and snippets.

@fredbegin11
Created October 31, 2019 20:43
Show Gist options
  • Select an option

  • Save fredbegin11/42a9a126555687c14a4c447e05ea3b4f to your computer and use it in GitHub Desktop.

Select an option

Save fredbegin11/42a9a126555687c14a4c447e05ea3b4f to your computer and use it in GitHub Desktop.
.header {
&__title {
font-size: 24px;
}
&__subtitle {
font-size: 20px;
&.--warning {
color: yellow;
}
&.--error {
color: red;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment