aboutsummaryrefslogtreecommitdiffstats
path: root/test/_bem.scss
blob: b7bd6b4d74d85679e9cfc7009601d7be070565a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@use 'true' as *;

@include describe('bem') {
    //
    // The following unit tests only test the BEM mixins.
    // Since they are wrappers for the BEM functions, the latter are
    // automatically covered.
    //

    @import 'bem/block';
    @import 'bem/composed-of';
    @import 'bem/at-theme';
    @import 'bem/element';
    @import 'bem/related-element';
    @import 'bem/next-twin-element';
    @import 'bem/modifier';
    @import 'bem/suffix';
    @import 'bem/state';
    @import 'bem/multi';
    @import 'bem/examples';
}