This commit is contained in:
matt debergalis
2012-04-26 10:40:07 -07:00
parent 4c1f0d57e0
commit d89fb3542a

View File

@@ -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');
});