diff options
Diffstat (limited to 'test/_bem.scss')
-rw-r--r-- | test/_bem.scss | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/test/_bem.scss b/test/_bem.scss index b7bd6b4..48a5ee9 100644 --- a/test/_bem.scss +++ b/test/_bem.scss | |||
@@ -1,21 +1,21 @@ | |||
1 | @use 'true' as *; | 1 | @use 'true' as *; |
2 | 2 | ||
3 | @include describe('bem') { | 3 | @include describe('bem') { |
4 | // | 4 | // |
5 | // The following unit tests only test the BEM mixins. | 5 | // The following unit tests only test the BEM mixins. |
6 | // Since they are wrappers for the BEM functions, the latter are | 6 | // Since they are wrappers for the BEM functions, the latter are |
7 | // automatically covered. | 7 | // automatically covered. |
8 | // | 8 | // |
9 | 9 | ||
10 | @import 'bem/block'; | 10 | @import 'bem/block'; |
11 | @import 'bem/composed-of'; | 11 | @import 'bem/composed-of'; |
12 | @import 'bem/at-theme'; | 12 | @import 'bem/at-theme'; |
13 | @import 'bem/element'; | 13 | @import 'bem/element'; |
14 | @import 'bem/related-element'; | 14 | @import 'bem/related-element'; |
15 | @import 'bem/next-twin-element'; | 15 | @import 'bem/next-twin-element'; |
16 | @import 'bem/modifier'; | 16 | @import 'bem/modifier'; |
17 | @import 'bem/suffix'; | 17 | @import 'bem/suffix'; |
18 | @import 'bem/state'; | 18 | @import 'bem/state'; |
19 | @import 'bem/multi'; | 19 | @import 'bem/multi'; |
20 | @import 'bem/examples'; | 20 | @import 'bem/examples'; |
21 | } | 21 | } |