init
This commit is contained in:
42
nv/html/nv-nopdf/styles/packages/stylus.js
Normal file
42
nv/html/nv-nopdf/styles/packages/stylus.js
Normal file
@@ -0,0 +1,42 @@
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// //
|
||||
// This is a generated file. You can view the original //
|
||||
// source in your browser if your browser supports source maps. //
|
||||
// Source maps are supported by all recent versions of Chrome, Safari, //
|
||||
// and Firefox, and by Internet Explorer 11. //
|
||||
// //
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
(function () {
|
||||
|
||||
/* Imports */
|
||||
var Meteor = Package.meteor.Meteor;
|
||||
var global = Package.meteor.global;
|
||||
var meteorEnv = Package.meteor.meteorEnv;
|
||||
|
||||
(function(){
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// //
|
||||
// packages/stylus/deprecation_notice.js //
|
||||
// //
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
console.warn([
|
||||
"The `stylus` package has been deprecated.",
|
||||
"",
|
||||
"To continue using the last supported version",
|
||||
"of this package, pin your package version to",
|
||||
"2.513.14 (`meteor add stylus@=2.513.14`).",
|
||||
].join("\n"));
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
||||
}).call(this);
|
||||
|
||||
|
||||
/* Exports */
|
||||
Package._define("stylus");
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user