less 3.12.1 → 3.12.2
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 +3 -3
package/dist/less.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Less - Leaner CSS v3.12.
|
|
2
|
+
* Less - Leaner CSS v3.12.2
|
|
3
3
|
* http://lesscss.org
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2009-2020, Alexis Sellier <self@cloudhead.net>
|
|
@@ -10594,7 +10594,7 @@
|
|
|
10594
10594
|
* It's not clear what should / must be public and why.
|
|
10595
10595
|
*/
|
|
10596
10596
|
var initial = {
|
|
10597
|
-
version: [3, 12,
|
|
10597
|
+
version: [3, 12, 2],
|
|
10598
10598
|
data: data,
|
|
10599
10599
|
tree: tree,
|
|
10600
10600
|
Environment: environment,
|