summaryrefslogtreecommitdiffstats
path: root/src_demo/components/_box.scss
blob: d40a8b2c31b9eda0209ab67c2f9e5c14aa6f909e (plain) (blame)
1
2
3
4
5
6
7
8
9
@use 'iro-sass/src/bem';
@use 'iro-sass/src/props';
@use '../../src/core.vars';

@include bem.component('box') {
    padding:      2em;
    margin-block: 2em;
    border:       1px solid props.get(core.$theme, --border);
}