Skip to content
Snippets Groups Projects
Commit 23ac5963 authored by Kevin Lin's avatar Kevin Lin
Browse files

_sass: Remove tight-headers mixin

parent 0008a821
No related branches found
No related tags found
No related merge requests found
.card {
@include abstract-card();
@include tight-headers();
display: flex;
flex-direction: column;
min-width: 0;
......
......@@ -10,14 +10,3 @@
margin-right: 0;
}
}
@mixin tight-headers() {
h1,
h2,
h3,
h4,
h5,
h6 {
margin: $sp-2 0;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment