@import or @require for shared Stylus partials when duplicate output is a concern
In a Stylus codebase with many partials that all depend on a shared library of mixins and variables, I need to pick a consistent inclusion strategy. Stylus documents two directives: @import inlines the target file on every reference, while @require includes a given file only once per compilation. The concrete constraint is stylesheet size: the shared file is