summaryrefslogtreecommitdiffstats
path: root/assets/css/scopes/_body.scss
blob: 1c768437a3e9d1f73f9329506bb245480bfbf0a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@use 'iro-sass/src/index' as iro;
@use 'iro-design/src/functions' as fn;

@include iro.props-namespace('body') {
    @include iro.bem-scope(iro.props-namespace()) {
        > :first-child {
            margin-top: 0;
        }
    }
}