UNPKG

233 BSCSSView Raw
1@use '../theme';
2@use '@material/feature-targeting/feature-targeting';
3
4@mixin test($query) {
5 .test {
6 @include theme.core-styles($query: $query);
7 }
8}
9
10// This shouldn't output any CSS.
11@include test(feature-targeting.any());