mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
tweak
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "UX/UI framework from Twitter"
|
||||
})
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
api.add_files('css/bootstrap.css', 'client');
|
||||
@@ -11,6 +11,6 @@ Package.on_use(function (api) {
|
||||
|
||||
// XXX this makes the paths to the icon sets absolute. it needs
|
||||
// to be included _after_ the standard bootstrap css so
|
||||
// that it's styles take precedence.
|
||||
// that its styles take precedence.
|
||||
api.add_files('css/bootstrap-override.css', 'client');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user