Package.describe({ name: 'ohif:themes', summary: 'OHIF Themes overridable package', version: '0.0.1' }); Package.onUse(function(api) { api.versionsFrom('1.7'); api.use('stylus'); api.use('ohif:themes-common', 'client'); // Importable themes related variables api.addFiles('themes.styl', 'client', { isImport: true }); });