mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Update my name.
This commit is contained in:
4
dist/less.js
vendored
4
dist/less.js
vendored
@@ -1666,7 +1666,7 @@ colorFunctions = {
|
||||
return hsla(hsl);
|
||||
},
|
||||
//
|
||||
// Copyright (c) 2006-2009 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein
|
||||
// Copyright (c) 2006-2009 Hampton Catlin, Natalie Weizenbaum, and Chris Eppstein
|
||||
// http://sass-lang.com
|
||||
//
|
||||
mix: function (color1, color2, weight) {
|
||||
@@ -10528,4 +10528,4 @@ if (typeof Promise === 'undefined') {
|
||||
require('./polyfill-done.js');
|
||||
|
||||
},{"./lib/core.js":93,"./lib/es6-extensions.js":94,"./polyfill-done.js":96,"asap":95}]},{},[2])(2)
|
||||
});
|
||||
});
|
||||
|
||||
@@ -237,7 +237,7 @@ colorFunctions = {
|
||||
return hsla(hsl);
|
||||
},
|
||||
//
|
||||
// Copyright (c) 2006-2009 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein
|
||||
// Copyright (c) 2006-2009 Hampton Catlin, Natalie Weizenbaum, and Chris Eppstein
|
||||
// http://sass-lang.com
|
||||
//
|
||||
mix: function (color1, color2, weight) {
|
||||
|
||||
Reference in New Issue
Block a user