summaryrefslogtreecommitdiffstats
path: root/assets/css/objects/_icon.scss
blob: cb966c89f87e402107e10a81f79663de0cb68748 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@include namespace('icon') {
    @include object(namespace()) {
        display:         block;
        width:           16px;
        height:          16px;
        stroke-width:    1.5px;
        stroke-linecap:  round;
        stroke:          currentColor;
        stroke-linejoin: round;
        fill:            none;
    }
}