youfoundjk_TeXcore/styles.scss
2026-06-04 20:11:56 +02:00

21 lines
376 B
SCSS

@use 'styles/main';
@use 'styles/framed';
@use 'styles/plain';
@use 'styles/mathwiki';
@use 'styles/vivid';
:has(> .theorem-callout-framed) {
@include framed.framed();
}
:has(> .theorem-callout-plain) {
@include plain.plain();
}
:has(> .theorem-callout-mathwiki) {
@include mathwiki.mathwiki();
}
:has(> .theorem-callout-vivid) {
@include vivid.vivid();
}