mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
9 lines
No EOL
166 B
JavaScript
9 lines
No EOL
166 B
JavaScript
Package.describe({summary: "Telescope Hubble theme"});
|
|
|
|
Package.on_use(function (api) {
|
|
|
|
api.add_files([
|
|
'lib/client/css/screen.css',
|
|
], ['client']);
|
|
|
|
}); |