Skip to content

Instantly share code, notes, and snippets.

@AlfieDarko
Last active July 27, 2020 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlfieDarko/77d3bd6096a1fbc49dae1d262c477191 to your computer and use it in GitHub Desktop.
Save AlfieDarko/77d3bd6096a1fbc49dae1d262c477191 to your computer and use it in GitHub Desktop.
/* 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