Code Styles
Show your codes beautify.
Basic code example:
.edit-link {
display: block;
padding: 2rem 0;
> a {
@extend %button;
font-size: $fontsize-body;
padding: 1.1rem 2.325rem;
min-width: 12.5rem;
text-align: center;
}
}
Inline code example:
To hide something, use pre-defined class hide or style=”display: none;” on the certain HTML tag.