Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow global LF namespace #3110

Open
wants to merge 7 commits into
base: rc
Choose a base branch
from
Open

feat: allow global LF namespace #3110

wants to merge 7 commits into from

Conversation

GuillaumeNury
Copy link
Contributor

Description

Some apps will use different versions of LF. So it has to be namespaced.


Allows importing LF inside a selector with:

@use "@lucca-front/scss/src/commons/config" as scssConfig with (
  $namespace: ".lucca-principal-container"
);
@use "@lucca-front/icons/src/commons/config" as iconsConfig with (
  $namespace: ".lucca-principal-container"
);

@forward "@lucca-front/icons/src/main";
@forward "@lucca-front/scss/src/main";
@forward "@lucca-front/scss/src/components/button";
@forward "@lucca-front/scss/src/components/callout";
@forward "@lucca-front/ng/src/components/popover";
@forward "@lucca-front/ng/src/components/popup";
@forward "@lucca-front/ng/src/components/cdk/global";
@forward "@lucca-front/ng/src/components/cdk/overlay";

@GuillaumeNury GuillaumeNury added the 🔖✨ Feature New feature (even a very small one) label Oct 2, 2024
@GuillaumeNury GuillaumeNury requested review from a team as code owners October 2, 2024 10:49
@GuillaumeNury GuillaumeNury added this to the 18.3 milestone Oct 2, 2024
@LuccaIntegration
Copy link

@jeremie-lucca jeremie-lucca mentioned this pull request Oct 11, 2024
@jeremie-lucca jeremie-lucca modified the milestones: 18.3, 18.4 Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔖✨ Feature New feature (even a very small one)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants