blob: 30ed131ae0c57b604aa2b93163646c30b6ce0f7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
@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/iro-bem-block';
@import 'bem/iro-bem-composed-of';
@import 'bem/iro-bem-at-theme';
@import 'bem/iro-bem-element';
@import 'bem/iro-bem-related-element';
@import 'bem/iro-bem-next-twin-element';
@import 'bem/iro-bem-modifier';
@import 'bem/iro-bem-suffix';
@import 'bem/iro-bem-state';
@import 'bem/iro-bem-multi';
@import 'bem/examples';
}
|