-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
Description
Internal usage of @daffodil/design needs to have the right import path
Instead of @use 'utilities' in internal packages (e.g. daffio), the usage should be @use '@daffodil/design/scss/utilities'
Environment
- Daffodil version: 0.90.0
- Angular version:
- Browser(s):
- Node version: run
node --version - Operating system:
Steps to reproduce
Steps to reproduce:
1.
2.
3.
Expected behavior
Instead of @use 'utilities' in internal packages (e.g. daffio), the usage should be @use '@daffodil/design/scss/utilities'
Actual behavior
Internal package usage of @daffodil/design is not the same as external
Additional context
No response
Reactions are currently unavailable