summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_exhibit.scss
blob: 9ef013be851348832a2c15b078ba693c8bb13372 (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;
@use 'include-media/dist/include-media' as media;

@include iro.props-namespace('exhibit') {
    @include iro.bem-component(iro.props-namespace()) {
        height: 100vh;
        height: 100dvh;
    }
}