Outlook_Addin_LLM/node_modules/@material/shape/test/feature-targeting-any.test.scss

12 lines
253 B
SCSS
Raw Permalink Normal View History

@use '../mixins' as shape;
@use '@material/feature-targeting/feature-targeting';
@mixin test($query) {
.test {
@include shape.radius(1px 2px, true, $query: $query);
}
}
// This shouldn't output any CSS.
@include test(feature-targeting.any());