Created
July 9, 2017 14:47
-
-
Save Ynote/59efef06d440ea7faa750340ab14be83 to your computer and use it in GitHub Desktop.
Medium - atomic CSS snippet
This file contains hidden or 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
.display-flex { display: flex; } | |
.flex-items-center { align-items: center; } | |
@media (max-width: 600px) { | |
.align-center-on-md { | |
text-align: center; | |
} | |
} | |
// etc… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment