less 3.13.0-alpha.3 → 3.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/less.js +2 -2
- package/dist/less.min.js +2 -2
- package/dist/less.min.js.map +1 -1
- package/lib/less/index.js +1 -1
- package/lib/less/index.js.map +1 -1
- package/package.json +1 -1
package/dist/less.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Less - Leaner CSS v3.13.
|
|
2
|
+
* Less - Leaner CSS v3.13.1
|
|
3
3
|
* http://lesscss.org
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2009-2020, Alexis Sellier <self@cloudhead.net>
|
|
@@ -10535,7 +10535,7 @@
|
|
|
10535
10535
|
* It's not clear what should / must be public and why.
|
|
10536
10536
|
*/
|
|
10537
10537
|
var initial = {
|
|
10538
|
-
version: [3, 13,
|
|
10538
|
+
version: [3, 13, 1],
|
|
10539
10539
|
data: data,
|
|
10540
10540
|
tree: tree,
|
|
10541
10541
|
Environment: environment,
|