From f0f84513f8efe533b6ee670a6f1a0c074387b2ec Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 13 Aug 2025 12:01:46 +0200 Subject: Make use of SASS modules --- test/_bem.scss | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'test/_bem.scss') 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 @@ @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. - // + // + // 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'; + @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'; } -- cgit v1.2.3-70-g09d2