aboutsummaryrefslogtreecommitdiffstats
path: root/test/_bem.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-08-13 12:01:46 +0200
committerVolpeon <git@volpeon.ink>2025-08-13 12:01:46 +0200
commitf0f84513f8efe533b6ee670a6f1a0c074387b2ec (patch)
tree845bc4bacf1bd99acb0dfcc7e4545a36b544d2f8 /test/_bem.scss
parentMore fix (diff)
downloadiro-sass-f0f84513f8efe533b6ee670a6f1a0c074387b2ec.tar.gz
iro-sass-f0f84513f8efe533b6ee670a6f1a0c074387b2ec.tar.bz2
iro-sass-f0f84513f8efe533b6ee670a6f1a0c074387b2ec.zip
Make use of SASS modulesHEADmaster
Diffstat (limited to 'test/_bem.scss')
-rw-r--r--test/_bem.scss32
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}