Skip to content

Instantly share code, notes, and snippets.

@AlfieDarko
Last active July 27, 2020 20:42
/* Block component */
.checkout-form {
/* Elements */
&__title {
// ...
}
&__button {
// ...
}
&__input {
/* Element-Modifier */
&--big {
// ...
}
}
/* Block-Modifier */
&--darkmode{
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment