From 009d0b34fc638be7b39179118e9dd84838f2d595 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:56:53 -0400 Subject: [PATCH] Add comment to compat --- ember-scoped-css-compat/index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ember-scoped-css-compat/index.js b/ember-scoped-css-compat/index.js index d15799b3..3149b29f 100644 --- a/ember-scoped-css-compat/index.js +++ b/ember-scoped-css-compat/index.js @@ -4,6 +4,16 @@ const { default: ScopedCssPreprocessor, } = require('ember-scoped-css/build/ember-classic-support'); +/** + * There are 3 transforms wired up in here + * - Babel + * - to automatically add an import to the sibling file + * - to remove any imports from ember-scoped-css + * - Template + * - To swap out scoped-class / scopedClass usage with postfixed variants + * - CSS + * - to Add postfixed class names to each class / selector + */ module.exports = { name: require('./package').name,