summaryrefslogtreecommitdiffstats
path: root/src/_ck-editor.scss
blob: 513c85a0afb7585e8602cf3252e4fe20dc8cfce0 (plain) (blame)
1
2
3
4
5
6
7
8
9
@use 'iro-sass/src/props';

@use 'core';

@mixin styles {
    .ck.ck-editor, .ck.ck-body {
        --ck-color-base-background: #{props.get(core.$theme, --bg-editor)};
    }
}