Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

allow importing mixins on their own

Choose a tag to compare

@apaleslimghost apaleslimghost released this 15 Nov 10:09
1213d97

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.