summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/_common.scss
blob: 94571c0b1fea753c84dd0aefea43c6bae8717c7c (plain) (blame)
1
2
3
4
5
6
7
8
9
@mixin round-corners {
    border: {
        radius: 5px;
    }
}

.center {
    text-align: center;
}