This repository was archived by the owner on Jan 27, 2025. It is now read-only.
allow importing mixins on their own
instead of doing:
$n-ui-foundations-applied: true;
@import 'n-ui-foundations/main';apps & components can now do:
@import 'n-ui-foundations/mixins';this communicates the intent of the import more clearly, and doesn't require apps to know an implementation detail of n-ui-foundations.