We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f77fa2 + 1abb664 commit 6183356Copy full SHA for 6183356
less-config.js
@@ -0,0 +1,6 @@
1
+// Without these options Less will inject a `body { display: none !important; }`
2
+"format cjs";
3
+
4
+var global = System.global;
5
+var less = global.less || (global.less = {});
6
+less.async = true;
package.json
@@ -66,6 +66,12 @@
66
},
67
"ext": {
68
"less": "steal-less"
69
+ },
70
+ "meta": {
71
+ "less/dist/less": {
72
+ "format": "global",
73
+ "deps": ["steal-less/less-config"]
74
+ }
75
}
76
77
"bit-docs": {
0 commit comments