Last active
July 27, 2020 20:42
-
-
Save AlfieDarko/77d3bd6096a1fbc49dae1d262c477191 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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