aboutsummaryrefslogtreecommitdiffstats
path: root/test/_bem.scss
blob: 48a5ee919b195a14bdf51e69bf08114de3f8a705 (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';
}