Explain mixins

This commit is contained in:
Jeremy Thomas
2017-01-04 14:30:52 +01:00
parent e66684c514
commit aaaa9d7902
8 changed files with 92 additions and 17 deletions

View File

@@ -6525,12 +6525,17 @@ svg {
}
#npm {
align-items: center;
animation: fadeIn 500ms both;
animation-delay: 1.4s;
background: none;
display: flex;
justify-content: center;
margin: -10px 0 20px;
}
#npm code {
background: whitesmoke;
border-radius: 3px;
color: #00d1b2;
display: inline-block;