Having trouble with custom Angular schematics file naming.
I'm trying to create a theme SCSS file that starts with an underscore followed by a double underscore as a delimiter. For instance, I want the file name to be _mouse-theme.scss
, using the name variable
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="fba4a4959a969ebb9f9a88939e8992819ed68f939e969ed588988888">[email protected]</a>
. However, it seems to only generate mouse-theme.scss
without the leading underscore. I tried using three underscores but ended up with an undefined name variable. Is there a workaround for this issue?
Appreciate any help!