Right now, importing a mixin from Codex looks like this:
import ( reference ) '@wikimedia/codex/dist/mixins/link.less';
And importing the design tokens looks like this:
@import ( reference ) '@wikimedia/codex-design-tokens/dist/theme-wikimedia-ui.less';
We should remove dist/ from these import paths, perhaps using generate-export-aliases.