Created
August 20, 2018 04:05
-
-
Save wallynm/10db52ac7fa259741e411b7a58bb791f to your computer and use it in GitHub Desktop.
Medium - 01 CSS Modules
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
<form class="form form--theme-xmas form--simple"> | |
<input class="form__input" type="text" /> | |
<input | |
class="form__submit form__submit--disabled" | |
type="submit" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment