@less/test-data 4.4.3 → 4.4.4

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.
Files changed (617) hide show
  1. package/{tests-unit/calc → css/_main}/calc.css +15 -16
  2. package/css/_main/colors.css +140 -0
  3. package/{tests-unit/import → css/_main}/import-interpolation.css +1 -1
  4. package/{tests-unit/urls → css/_main}/urls.css +8 -8
  5. package/css/_main/variables.css +97 -0
  6. package/{tests-config → css}/static-urls/urls.css +2 -2
  7. package/{tests-unit/calc → less/_main}/calc.less +23 -23
  8. package/less/_main/charsets.less +3 -0
  9. package/less/_main/colors.less +164 -0
  10. package/{tests-unit/color-functions/modern-syntax.less → less/_main/colors2.less} +1 -2
  11. package/{tests-unit/comments → less/_main}/comments.less +1 -2
  12. package/{tests-unit/comments → less/_main}/comments2.less +0 -1
  13. package/{tests-unit/container → less/_main}/container.less +0 -2
  14. package/{tests-unit/css-3 → less/_main}/css-3.less +0 -2
  15. package/{tests-unit/css-escapes → less/_main}/css-escapes.less +1 -2
  16. package/{tests-unit/css-grid → less/_main}/css-grid.less +1 -3
  17. package/{tests-unit/css-guards → less/_main}/css-guards.less +2 -3
  18. package/{tests-unit/detached-rulesets → less/_main}/detached-rulesets.less +1 -3
  19. package/{tests-unit/directives-bubbling/directives-bubbling.less → less/_main/directives-bubling.less} +1 -2
  20. package/{tests-unit/extend-chaining → less/_main}/extend-chaining.less +1 -2
  21. package/{tests-unit/extend-exact → less/_main}/extend-exact.less +0 -1
  22. package/{tests-unit/extend-media → less/_main}/extend-media.less +1 -2
  23. package/{tests-unit/extend-nest → less/_main}/extend-nest.less +1 -2
  24. package/{tests-unit/extend-selector → less/_main}/extend-selector.less +0 -1
  25. package/{tests-unit/extend → less/_main}/extend.less +1 -2
  26. package/{tests-unit/extract-and-length → less/_main}/extract-and-length.less +1 -2
  27. package/{tests-unit/functions-each → less/_main}/functions-each.less +1 -3
  28. package/{tests-unit/ie-filters → less/_main}/ie-filters.less +1 -3
  29. package/{tests-unit/import → less/_main}/import/import-and-relative-paths-test.less +1 -1
  30. package/{tests-unit/import → less/_main}/import-reference.less +2 -2
  31. package/{tests-unit/javascript → less/_main}/javascript.less +0 -1
  32. package/{tests-unit/layer → less/_main}/layer.less +0 -2
  33. package/{tests-unit/lazy-eval → less/_main}/lazy-eval.less +0 -1
  34. package/{tests-unit/media → less/_main}/media.less +1 -0
  35. package/{tests-unit/merge → less/_main}/merge.less +0 -1
  36. package/{tests-unit/mixin-noparens → less/_main}/mixin-noparens.less +1 -1
  37. package/{tests-unit/mixins-important → less/_main}/mixins-important.less +1 -0
  38. package/{tests-unit/mixins-interpolated → less/_main}/mixins-interpolated.less +1 -0
  39. package/{tests-unit/mixins-named-args → less/_main}/mixins-named-args.less +1 -1
  40. package/{tests-unit/mixins → less/_main}/mixins.less +1 -1
  41. package/{tests-unit/no-output → less/_main}/no-output.less +1 -1
  42. package/{tests-unit/operations → less/_main}/operations.less +0 -1
  43. package/{tests-unit/parse-interpolation → less/_main}/parse-interpolation.less +1 -2
  44. package/{tests-unit/permissive-parse → less/_main}/permissive-parse.less +0 -2
  45. package/{tests-unit/plugin-module → less/_main}/plugin-module.less +1 -0
  46. package/{tests-unit/plugin-preeval → less/_main}/plugin-preeval.less +1 -1
  47. package/{tests-unit/plugin → less/_main}/plugin.less +0 -1
  48. package/{tests-unit/property-accessors → less/_main}/property-accessors.less +1 -2
  49. package/{tests-unit/property-name-interp → less/_main}/property-name-interp.less +1 -1
  50. package/{tests-unit/rulesets → less/_main}/rulesets.less +0 -1
  51. package/{tests-unit/scope → less/_main}/scope.less +1 -1
  52. package/{tests-unit/selectors → less/_main}/selectors.less +0 -2
  53. package/{tests-unit/starting-style → less/_main}/starting-style.less +0 -2
  54. package/{tests-unit/strings → less/_main}/strings.less +0 -1
  55. package/{tests-unit/urls → less/_main}/urls.less +11 -11
  56. package/{tests-unit/variables-in-at-rules → less/_main}/variables-in-at-rules.less +1 -0
  57. package/less/_main/variables.less +161 -0
  58. package/{tests-unit/whitespace → less/_main}/whitespace.less +0 -1
  59. package/{tests-config → less}/static-urls/urls.less +1 -2
  60. package/{tests-config → less}/url-args/urls.less +5 -5
  61. package/package.json +1 -1
  62. package/tests-config/3rd-party/styles.config.cjs +0 -7
  63. package/tests-config/at-rules-compressed/at-rules-compressed.css +0 -1
  64. package/tests-config/at-rules-compressed/at-rules-compressed.less +0 -34
  65. package/tests-config/at-rules-compressed/styles.config.cjs +0 -8
  66. package/tests-config/at-rules-compressed-evaluation/at-rules-compressed-evaluation.css +0 -1
  67. package/tests-config/at-rules-compressed-evaluation/at-rules-compressed-evaluation.less +0 -112
  68. package/tests-config/at-rules-compressed-evaluation/styles.config.cjs +0 -8
  69. package/tests-config/compression/styles.config.cjs +0 -8
  70. package/tests-config/debug/all/linenumbers-all.less +0 -2
  71. package/tests-config/debug/all/styles.config.cjs +0 -8
  72. package/tests-config/debug/comments/linenumbers-comments.less +0 -2
  73. package/tests-config/debug/comments/styles.config.cjs +0 -8
  74. package/tests-config/debug/mediaquery/linenumbers-mediaquery.less +0 -2
  75. package/tests-config/debug/mediaquery/styles.config.cjs +0 -8
  76. package/tests-config/filemanagerPlugin/styles.config.cjs +0 -7
  77. package/tests-config/globalVars/styles.config.cjs +0 -13
  78. package/tests-config/include-path/styles.config.cjs +0 -9
  79. package/tests-config/include-path-string/styles.config.cjs +0 -7
  80. package/tests-config/js-type-errors/styles.config.cjs +0 -9
  81. package/tests-config/math-always/styles.config.cjs +0 -7
  82. package/tests-config/math-parens-division/styles.config.cjs +0 -7
  83. package/tests-config/math-strict/styles.config.cjs +0 -7
  84. package/tests-config/modifyVars/styles.config.cjs +0 -11
  85. package/tests-config/namespacing/styles.config.cjs +0 -5
  86. package/tests-config/no-js-errors/styles.config.cjs +0 -9
  87. package/tests-config/postProcessorPlugin/styles.config.cjs +0 -7
  88. package/tests-config/preProcessorPlugin/styles.config.cjs +0 -7
  89. package/tests-config/process-imports/styles.config.cjs +0 -7
  90. package/tests-config/rewrite-urls-all/styles.config.cjs +0 -7
  91. package/tests-config/rewrite-urls-local/styles.config.cjs +0 -7
  92. package/tests-config/rootpath-rewrite-urls-all/styles.config.cjs +0 -8
  93. package/tests-config/rootpath-rewrite-urls-local/styles.config.cjs +0 -8
  94. package/tests-config/sourcemaps/comprehensive/comprehensive.css +0 -85
  95. package/tests-config/sourcemaps/comprehensive/comprehensive.less +0 -142
  96. package/tests-config/sourcemaps/comprehensive/styles.config.cjs +0 -10
  97. package/tests-config/sourcemaps/styles.config.cjs +0 -12
  98. package/tests-config/sourcemaps-basepath/sourcemaps-basepath.css +0 -8
  99. package/tests-config/sourcemaps-basepath/sourcemaps-basepath.less +0 -11
  100. package/tests-config/sourcemaps-basepath/styles.config.cjs +0 -14
  101. package/tests-config/sourcemaps-disable-annotation/styles.config.cjs +0 -11
  102. package/tests-config/sourcemaps-empty/styles.config.cjs +0 -11
  103. package/tests-config/sourcemaps-include-source/sourcemaps-include-source.css +0 -9
  104. package/tests-config/sourcemaps-include-source/sourcemaps-include-source.css.map +0 -1
  105. package/tests-config/sourcemaps-include-source/sourcemaps-include-source.less +0 -13
  106. package/tests-config/sourcemaps-include-source/styles.config.cjs +0 -10
  107. package/tests-config/sourcemaps-rootpath/sourcemaps-rootpath.css +0 -8
  108. package/tests-config/sourcemaps-rootpath/sourcemaps-rootpath.less +0 -11
  109. package/tests-config/sourcemaps-rootpath/styles.config.cjs +0 -10
  110. package/tests-config/sourcemaps-url/sourcemaps-url.css +0 -8
  111. package/tests-config/sourcemaps-url/sourcemaps-url.less +0 -11
  112. package/tests-config/sourcemaps-url/styles.config.cjs +0 -10
  113. package/tests-config/sourcemaps-variable-selector/styles.config.cjs +0 -9
  114. package/tests-config/static-urls/styles.config.cjs +0 -9
  115. package/tests-config/strict-imports/imported.less +0 -3
  116. package/tests-config/strict-imports/strict-imports.css +0 -11
  117. package/tests-config/strict-imports/strict-imports.less +0 -19
  118. package/tests-config/strict-imports/styles.config.cjs +0 -7
  119. package/tests-config/units/no-strict/styles.config.cjs +0 -8
  120. package/tests-config/units/strict/styles.config.cjs +0 -8
  121. package/tests-config/url-args/styles.config.cjs +0 -7
  122. package/tests-config/visitorPlugin/styles.config.cjs +0 -7
  123. package/tests-error/eval/namespace-property-not-found.less +0 -7
  124. package/tests-error/eval/namespace-property-not-found.txt +0 -2
  125. package/tests-error/eval/namespace-variable-not-found.less +0 -7
  126. package/tests-error/eval/namespace-variable-not-found.txt +0 -2
  127. package/tests-error/eval/property-undefined.less +0 -4
  128. package/tests-error/eval/property-undefined.txt +0 -5
  129. package/tests-error/eval/recursive-property.less +0 -4
  130. package/tests-error/eval/recursive-property.txt +0 -5
  131. package/tests-error/eval/styles.config.cjs +0 -9
  132. package/tests-error/parse/styles.config.cjs +0 -9
  133. package/tests-unit/at-rules/at-rules.css +0 -107
  134. package/tests-unit/at-rules/at-rules.less +0 -154
  135. package/tests-unit/at-rules-declarations/at-rules-declarations.css +0 -16
  136. package/tests-unit/at-rules-declarations/at-rules-declarations.less +0 -25
  137. package/tests-unit/at-rules-empty/at-rules-empty.css +0 -4
  138. package/tests-unit/at-rules-empty/at-rules-empty.less +0 -15
  139. package/tests-unit/at-rules-empty-block/at-rules-empty-block.less +0 -19
  140. package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.css +0 -9
  141. package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.less +0 -13
  142. package/tests-unit/at-rules-targeted/at-rules-targeted.css +0 -52
  143. package/tests-unit/at-rules-targeted/at-rules-targeted.less +0 -81
  144. package/tests-unit/charsets/charsets.less +0 -4
  145. package/tests-unit/charsets/import/import-charset-test.less +0 -1
  146. package/tests-unit/color-functions/alpha.css +0 -15
  147. package/tests-unit/color-functions/alpha.less +0 -19
  148. package/tests-unit/color-functions/basic.css +0 -18
  149. package/tests-unit/color-functions/basic.less +0 -23
  150. package/tests-unit/color-functions/comprehensive.css +0 -45
  151. package/tests-unit/color-functions/comprehensive.less +0 -58
  152. package/tests-unit/color-functions/formats.css +0 -39
  153. package/tests-unit/color-functions/formats.less +0 -46
  154. package/tests-unit/color-functions/modern.css +0 -36
  155. package/tests-unit/color-functions/modern.less +0 -48
  156. package/tests-unit/color-functions/operations.css +0 -15
  157. package/tests-unit/color-functions/operations.less +0 -8
  158. package/tests-unit/color-functions/rgba.css +0 -17
  159. package/tests-unit/color-functions/rgba.less +0 -18
  160. package/tests-unit/empty/empty.less +0 -3
  161. package/tests-unit/extend/extend-clearfix.css +0 -19
  162. package/tests-unit/extend-clearfix/extend-clearfix.less +0 -20
  163. package/tests-unit/import/import/import-test-e.less +0 -2
  164. package/tests-unit/import/import/imports/logo.less +0 -6
  165. package/tests-unit/import/styles.config.cjs +0 -7
  166. package/tests-unit/javascript/styles.config.cjs +0 -7
  167. package/tests-unit/layer/assets/import/layer-import.less +0 -4
  168. package/tests-unit/layer/import/layer-import.less +0 -5
  169. package/tests-unit/mixins/maps.css +0 -6
  170. package/tests-unit/mixins/maps.less +0 -15
  171. package/tests-unit/mixins/mixins-advanced.css +0 -41
  172. package/tests-unit/mixins/mixins-advanced.less +0 -109
  173. package/tests-unit/namespace-targeted/namespace-targeted.css +0 -9
  174. package/tests-unit/namespace-targeted/namespace-targeted.less +0 -33
  175. package/tests-unit/nesting/nesting.css +0 -24
  176. package/tests-unit/nesting/nesting.less +0 -37
  177. package/tests-unit/operations/operations-advanced.css +0 -33
  178. package/tests-unit/operations/operations-advanced.less +0 -76
  179. package/tests-unit/parser-property-interp/parser-property-interp.css +0 -9
  180. package/tests-unit/parser-property-interp/parser-property-interp.less +0 -28
  181. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.css +0 -9
  182. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.less +0 -20
  183. package/tests-unit/property-targeted/property-targeted.css +0 -4
  184. package/tests-unit/property-targeted/property-targeted.less +0 -21
  185. package/tests-unit/styles.config.cjs +0 -9
  186. package/tests-unit/urls/actual.css +0 -65
  187. package/tests-unit/urls/assets/nested-gradient-with-svg-gradient/mixin-consumer.less +0 -4
  188. package/tests-unit/urls/css/background.css +0 -3
  189. package/tests-unit/urls/import/import-and-relative-paths-test.less +0 -17
  190. package/tests-unit/urls/import/import-test-d.css +0 -1
  191. package/tests-unit/urls/import/imports/font.less +0 -8
  192. package/tests-unit/urls/nested-gradient-with-svg-gradient/svg-gradient-mixin.less +0 -15
  193. package/tests-unit/variables/variable-advanced.css +0 -56
  194. package/tests-unit/variables/variable-advanced.less +0 -80
  195. package/tests-unit/variables/variables.css +0 -43
  196. package/tests-unit/variables/variables.less +0 -87
  197. package/{tests-config → css}/3rd-party/bootstrap4.css +0 -0
  198. package/{tests-unit/charsets → css/_main}/charsets.css +0 -0
  199. package/{tests-unit/color-functions/modern-syntax.css → css/_main/colors2.css} +0 -0
  200. package/{tests-unit/comments → css/_main}/comments.css +0 -0
  201. package/{tests-unit/comments → css/_main}/comments2.css +0 -0
  202. package/{tests-unit/container → css/_main}/container.css +0 -0
  203. package/{tests-unit/css-3 → css/_main}/css-3.css +0 -0
  204. package/{tests-unit/css-escapes → css/_main}/css-escapes.css +0 -0
  205. package/{tests-unit/css-grid → css/_main}/css-grid.css +0 -0
  206. package/{tests-unit/css-guards → css/_main}/css-guards.css +0 -0
  207. package/{tests-unit/detached-rulesets → css/_main}/detached-rulesets.css +0 -0
  208. package/{tests-unit/directives-bubbling/directives-bubbling.css → css/_main/directives-bubling.css} +0 -0
  209. package/{tests-unit/empty → css/_main}/empty.css +0 -0
  210. package/{tests-unit/extend-chaining → css/_main}/extend-chaining.css +0 -0
  211. package/{tests-unit/extend-clearfix → css/_main}/extend-clearfix.css +0 -0
  212. package/{tests-unit/extend-exact → css/_main}/extend-exact.css +0 -0
  213. package/{tests-unit/extend-media → css/_main}/extend-media.css +0 -0
  214. package/{tests-unit/extend-nest → css/_main}/extend-nest.css +0 -0
  215. package/{tests-unit/extend-selector → css/_main}/extend-selector.css +0 -0
  216. package/{tests-unit/extend → css/_main}/extend.css +0 -0
  217. package/{tests-unit/extract-and-length → css/_main}/extract-and-length.css +0 -0
  218. package/{tests-unit/functions-each → css/_main}/functions-each.css +0 -0
  219. package/{tests-unit/functions → css/_main}/functions.css +0 -0
  220. package/{tests-unit/ie-filters → css/_main}/ie-filters.css +0 -0
  221. package/{tests-unit/impor → css/_main}/impor.css +0 -0
  222. package/{tests-unit/import → css/_main}/import-inline.css +0 -0
  223. package/{tests-unit/import → css/_main}/import-module.css +0 -0
  224. package/{tests-unit/import → css/_main}/import-once.css +0 -0
  225. package/{tests-unit/import → css/_main}/import-reference-issues.css +0 -0
  226. package/{tests-unit/import → css/_main}/import-reference.css +0 -0
  227. package/{tests-unit/import → css/_main}/import-remote.css +0 -0
  228. package/{tests-unit/import → css/_main}/import.css +0 -0
  229. package/{tests-unit/javascript → css/_main}/javascript.css +0 -0
  230. package/{tests-unit/layer → css/_main}/layer.css +0 -0
  231. package/{tests-unit/lazy-eval → css/_main}/lazy-eval.css +0 -0
  232. package/{tests-unit/media → css/_main}/media.css +0 -0
  233. package/{tests-unit/merge → css/_main}/merge.css +0 -0
  234. package/{tests-unit/mixin-noparens → css/_main}/mixin-noparens.css +0 -0
  235. package/{tests-unit/mixins-closure → css/_main}/mixins-closure.css +0 -0
  236. package/{tests-unit/mixins-guards-default-func → css/_main}/mixins-guards-default-func.css +0 -0
  237. package/{tests-unit/mixins-guards → css/_main}/mixins-guards.css +0 -0
  238. package/{tests-unit/mixins-important → css/_main}/mixins-important.css +0 -0
  239. package/{tests-unit/mixins-interpolated → css/_main}/mixins-interpolated.css +0 -0
  240. package/{tests-unit/mixins-named-args → css/_main}/mixins-named-args.css +0 -0
  241. package/{tests-unit/mixins-nested → css/_main}/mixins-nested.css +0 -0
  242. package/{tests-unit/mixins-pattern → css/_main}/mixins-pattern.css +0 -0
  243. package/{tests-unit/mixins → css/_main}/mixins.css +0 -0
  244. package/{tests-unit/no-output → css/_main}/no-output.css +0 -0
  245. package/{tests-unit/operations → css/_main}/operations.css +0 -0
  246. package/{tests-unit/parse-interpolation → css/_main}/parse-interpolation.css +0 -0
  247. package/{tests-unit/permissive-parse → css/_main}/permissive-parse.css +0 -0
  248. package/{tests-unit/plugi → css/_main}/plugi.css +0 -0
  249. package/{tests-unit/plugin-module → css/_main}/plugin-module.css +0 -0
  250. package/{tests-unit/plugin-preeval → css/_main}/plugin-preeval.css +0 -0
  251. package/{tests-unit/plugin → css/_main}/plugin.css +0 -0
  252. package/{tests-unit/property-accessors → css/_main}/property-accessors.css +0 -0
  253. package/{tests-unit/property-name-interp → css/_main}/property-name-interp.css +0 -0
  254. package/{tests-unit/rulesets → css/_main}/rulesets.css +0 -0
  255. package/{tests-unit/scope → css/_main}/scope.css +0 -0
  256. package/{tests-unit/selectors → css/_main}/selectors.css +0 -0
  257. package/{tests-unit/starting-style → css/_main}/starting-style.css +0 -0
  258. package/{tests-unit/strings → css/_main}/strings.css +0 -0
  259. package/{tests-unit/variables-in-at-rules → css/_main}/variables-in-at-rules.css +0 -0
  260. package/{tests-unit/whitespace → css/_main}/whitespace.css +0 -0
  261. package/{tests-config → css}/compression/compression.css +0 -0
  262. package/{tests-config/debug/all → css/debug}/linenumbers-all.css +0 -0
  263. package/{tests-config/debug/comments → css/debug}/linenumbers-comments.css +0 -0
  264. package/{tests-config/debug/mediaquery → css/debug}/linenumbers-mediaquery.css +0 -0
  265. package/{tests-config → css}/filemanagerPlugin/filemanager.css +0 -0
  266. package/{tests-config → css}/globalVars/extended.css +0 -0
  267. package/{tests-config → css}/globalVars/simple.css +0 -0
  268. package/{tests-config → css}/include-path/include-path.css +0 -0
  269. package/{tests-config → css}/include-path-string/include-path-string.css +0 -0
  270. package/{tests-config → css}/math/always/mixins-guards.css +0 -0
  271. package/{tests-config → css}/math/always/no-sm-operations.css +0 -0
  272. package/{tests-config → css}/math/parens-division/media-math.css +0 -0
  273. package/{tests-config → css}/math/parens-division/mixins-args.css +0 -0
  274. package/{tests-config → css}/math/parens-division/new-division.css +0 -0
  275. package/{tests-config → css}/math/parens-division/parens.css +0 -0
  276. package/{tests-config → css}/math/strict/css.css +0 -0
  277. package/{tests-config → css}/math/strict/media-math.css +0 -0
  278. package/{tests-config → css}/math/strict/mixins-args.css +0 -0
  279. package/{tests-config → css}/math/strict/parens.css +0 -0
  280. package/{tests-config → css}/modifyVars/extended.css +0 -0
  281. package/{tests-config → css}/namespacing/namespacing-1.css +0 -0
  282. package/{tests-config → css}/namespacing/namespacing-2.css +0 -0
  283. package/{tests-config → css}/namespacing/namespacing-3.css +0 -0
  284. package/{tests-config → css}/namespacing/namespacing-4.css +0 -0
  285. package/{tests-config → css}/namespacing/namespacing-5.css +0 -0
  286. package/{tests-config → css}/namespacing/namespacing-6.css +0 -0
  287. package/{tests-config → css}/namespacing/namespacing-7.css +0 -0
  288. package/{tests-config → css}/namespacing/namespacing-8.css +0 -0
  289. package/{tests-config → css}/namespacing/namespacing-functions.css +0 -0
  290. package/{tests-config → css}/namespacing/namespacing-media.css +0 -0
  291. package/{tests-config → css}/namespacing/namespacing-operations.css +0 -0
  292. package/{tests-config → css}/postProcessorPlugin/postProcessor.css +0 -0
  293. package/{tests-config → css}/preProcessorPlugin/preProcessor.css +0 -0
  294. package/{tests-config → css}/process-imports/google.css +0 -0
  295. package/{tests-config → css}/rewrite-urls-all/rewrite-urls-all.css +0 -0
  296. package/{tests-config → css}/rewrite-urls-local/rewrite-urls-local.css +0 -0
  297. package/{tests-config → css}/rootpath-rewrite-urls-all/rootpath-rewrite-urls-all.css +0 -0
  298. package/{tests-config → css}/rootpath-rewrite-urls-local/rootpath-rewrite-urls-local.css +0 -0
  299. package/{tests-config → css}/units/no-strict/no-strict.css +0 -0
  300. package/{tests-config → css}/units/strict/strict-units.css +0 -0
  301. package/{tests-config → css}/url-args/urls.css +0 -0
  302. package/{tests-config → css}/visitorPlugin/visitor.css +0 -0
  303. package/{tests-error → errors}/eval/add-mixed-units.less +0 -0
  304. package/{tests-error → errors}/eval/add-mixed-units.txt +0 -0
  305. package/{tests-error → errors}/eval/add-mixed-units2.less +0 -0
  306. package/{tests-error → errors}/eval/add-mixed-units2.txt +0 -0
  307. package/{tests-error → errors}/eval/at-rules-undefined-var.less +0 -0
  308. package/{tests-error → errors}/eval/at-rules-undefined-var.txt +0 -0
  309. package/{tests-error → errors}/eval/color-func-invalid-color-2.less +0 -0
  310. package/{tests-error → errors}/eval/color-func-invalid-color-2.txt +0 -0
  311. package/{tests-error → errors}/eval/color-func-invalid-color.less +0 -0
  312. package/{tests-error → errors}/eval/color-func-invalid-color.txt +0 -0
  313. package/{tests-error → errors}/eval/css-guard-default-func.less +0 -0
  314. package/{tests-error → errors}/eval/css-guard-default-func.txt +0 -0
  315. package/{tests-error → errors}/eval/detached-ruleset-1.less +0 -0
  316. package/{tests-error → errors}/eval/detached-ruleset-1.txt +0 -0
  317. package/{tests-error → errors}/eval/detached-ruleset-2.less +0 -0
  318. package/{tests-error → errors}/eval/detached-ruleset-2.txt +0 -0
  319. package/{tests-error → errors}/eval/detached-ruleset-3.less +0 -0
  320. package/{tests-error → errors}/eval/detached-ruleset-3.txt +0 -0
  321. package/{tests-error → errors}/eval/detached-ruleset-5.less +0 -0
  322. package/{tests-error → errors}/eval/detached-ruleset-5.txt +0 -0
  323. package/{tests-error → errors}/eval/divide-mixed-units.less +0 -0
  324. package/{tests-error → errors}/eval/divide-mixed-units.txt +0 -0
  325. package/{tests-error → errors}/eval/extend-no-selector.less +0 -0
  326. package/{tests-error → errors}/eval/extend-no-selector.txt +0 -0
  327. package/{tests-error → errors}/eval/functions-1.less +0 -0
  328. package/{tests-error → errors}/eval/functions-1.txt +0 -0
  329. package/{tests-error → errors}/eval/functions-10-keyword.less +0 -0
  330. package/{tests-error → errors}/eval/functions-10-keyword.txt +0 -0
  331. package/{tests-error → errors}/eval/functions-11-operation.less +0 -0
  332. package/{tests-error → errors}/eval/functions-11-operation.txt +0 -0
  333. package/{tests-error → errors}/eval/functions-12-quoted.less +0 -0
  334. package/{tests-error → errors}/eval/functions-12-quoted.txt +0 -0
  335. package/{tests-error → errors}/eval/functions-13-selector.less +0 -0
  336. package/{tests-error → errors}/eval/functions-13-selector.txt +0 -0
  337. package/{tests-error → errors}/eval/functions-14-url.less +0 -0
  338. package/{tests-error → errors}/eval/functions-14-url.txt +0 -0
  339. package/{tests-error → errors}/eval/functions-15-value.less +0 -0
  340. package/{tests-error → errors}/eval/functions-15-value.txt +0 -0
  341. package/{tests-error → errors}/eval/functions-3-assignment.less +0 -0
  342. package/{tests-error → errors}/eval/functions-3-assignment.txt +0 -0
  343. package/{tests-error → errors}/eval/functions-4-call.less +0 -0
  344. package/{tests-error → errors}/eval/functions-4-call.txt +0 -0
  345. package/{tests-error → errors}/eval/functions-5-color-2.less +0 -0
  346. package/{tests-error → errors}/eval/functions-5-color-2.txt +0 -0
  347. package/{tests-error → errors}/eval/functions-5-color.less +0 -0
  348. package/{tests-error → errors}/eval/functions-5-color.txt +0 -0
  349. package/{tests-error → errors}/eval/functions-6-condition.less +0 -0
  350. package/{tests-error → errors}/eval/functions-6-condition.txt +0 -0
  351. package/{tests-error → errors}/eval/functions-7-dimension.less +0 -0
  352. package/{tests-error → errors}/eval/functions-7-dimension.txt +0 -0
  353. package/{tests-error → errors}/eval/functions-8-element.less +0 -0
  354. package/{tests-error → errors}/eval/functions-8-element.txt +0 -0
  355. package/{tests-error → errors}/eval/functions-9-expression.less +0 -0
  356. package/{tests-error → errors}/eval/functions-9-expression.txt +0 -0
  357. package/{tests-error → errors}/eval/import-missing.less +0 -0
  358. package/{tests-error → errors}/eval/import-missing.txt +0 -0
  359. package/{tests-error → errors}/eval/import-subfolder1.less +0 -0
  360. package/{tests-error → errors}/eval/import-subfolder1.txt +0 -0
  361. package/{tests-error → errors}/eval/imports/import-subfolder1.less +0 -0
  362. package/{tests-error → errors}/eval/imports/import-test.less +0 -0
  363. package/{tests-error → errors}/eval/imports/subfolder/mixin-not-defined.less +0 -0
  364. package/{tests-error → errors}/eval/javascript-undefined-var.less +0 -0
  365. package/{tests-error → errors}/eval/javascript-undefined-var.txt +0 -0
  366. package/{tests-error → errors}/eval/mixin-not-defined-2.less +0 -0
  367. package/{tests-error → errors}/eval/mixin-not-defined-2.txt +0 -0
  368. package/{tests-error → errors}/eval/mixin-not-defined.less +0 -0
  369. package/{tests-error → errors}/eval/mixin-not-defined.txt +0 -0
  370. package/{tests-error → errors}/eval/mixin-not-matched.less +0 -0
  371. package/{tests-error → errors}/eval/mixin-not-matched.txt +0 -0
  372. package/{tests-error → errors}/eval/mixin-not-matched2.less +0 -0
  373. package/{tests-error → errors}/eval/mixin-not-matched2.txt +0 -0
  374. package/{tests-error → errors}/eval/mixin-not-visible-in-scope-1.less +0 -0
  375. package/{tests-error → errors}/eval/mixin-not-visible-in-scope-1.txt +0 -0
  376. package/{tests-error → errors}/eval/mixins-guards-default-func-1.less +0 -0
  377. package/{tests-error → errors}/eval/mixins-guards-default-func-1.txt +0 -0
  378. package/{tests-error → errors}/eval/mixins-guards-default-func-2.less +0 -0
  379. package/{tests-error → errors}/eval/mixins-guards-default-func-2.txt +0 -0
  380. package/{tests-error → errors}/eval/mixins-guards-default-func-3.less +0 -0
  381. package/{tests-error → errors}/eval/mixins-guards-default-func-3.txt +0 -0
  382. package/{tests-error → errors}/eval/multiple-guards-on-css-selectors.less +0 -0
  383. package/{tests-error → errors}/eval/multiple-guards-on-css-selectors.txt +0 -0
  384. package/{tests-error → errors}/eval/multiple-guards-on-css-selectors2.less +0 -0
  385. package/{tests-error → errors}/eval/multiple-guards-on-css-selectors2.txt +0 -0
  386. package/{tests-error → errors}/eval/multiply-mixed-units.less +0 -0
  387. package/{tests-error → errors}/eval/multiply-mixed-units.txt +0 -0
  388. package/{tests-error → errors}/eval/namespacing-2.less +0 -0
  389. package/{tests-error → errors}/eval/namespacing-2.txt +0 -0
  390. package/{tests-error → errors}/eval/namespacing-3.less +0 -0
  391. package/{tests-error → errors}/eval/namespacing-3.txt +0 -0
  392. package/{tests-error → errors}/eval/namespacing-4.less +0 -0
  393. package/{tests-error → errors}/eval/namespacing-4.txt +0 -0
  394. package/{tests-error → errors}/eval/percentage-non-number-argument.less +0 -0
  395. package/{tests-error → errors}/eval/percentage-non-number-argument.txt +0 -0
  396. package/{tests-error → errors}/eval/plugin/plugin-error-2.js +0 -0
  397. package/{tests-error → errors}/eval/plugin/plugin-error-3.js +0 -0
  398. package/{tests-error → errors}/eval/plugin/plugin-error.js +0 -0
  399. package/{tests-error → errors}/eval/plugin-1.less +0 -0
  400. package/{tests-error → errors}/eval/plugin-1.txt +0 -0
  401. package/{tests-error → errors}/eval/plugin-2.less +0 -0
  402. package/{tests-error → errors}/eval/plugin-2.txt +0 -0
  403. package/{tests-error → errors}/eval/plugin-3.less +0 -0
  404. package/{tests-error → errors}/eval/plugin-3.txt +0 -0
  405. package/{tests-error → errors}/eval/property-in-root.less +0 -0
  406. package/{tests-error → errors}/eval/property-in-root.txt +0 -0
  407. package/{tests-error → errors}/eval/property-in-root2.less +0 -0
  408. package/{tests-error → errors}/eval/property-in-root2.txt +0 -0
  409. package/{tests-error → errors}/eval/property-in-root3.less +0 -0
  410. package/{tests-error → errors}/eval/property-in-root3.txt +0 -0
  411. package/{tests-error → errors}/eval/property-interp-not-defined.less +0 -0
  412. package/{tests-error → errors}/eval/property-interp-not-defined.txt +0 -0
  413. package/{tests-error → errors}/eval/recursive-variable.less +0 -0
  414. package/{tests-error → errors}/eval/recursive-variable.txt +0 -0
  415. package/{tests-error → errors}/eval/root-func-undefined-1.less +0 -0
  416. package/{tests-error → errors}/eval/root-func-undefined-1.txt +0 -0
  417. package/{tests-error → errors}/eval/root-func-undefined-2.less +0 -0
  418. package/{tests-error → errors}/eval/root-func-undefined-2.txt +0 -0
  419. package/{tests-error → errors}/eval/svg-gradient1.less +0 -0
  420. package/{tests-error → errors}/eval/svg-gradient1.txt +0 -0
  421. package/{tests-error → errors}/eval/svg-gradient2.less +0 -0
  422. package/{tests-error → errors}/eval/svg-gradient2.txt +0 -0
  423. package/{tests-error → errors}/eval/svg-gradient3.less +0 -0
  424. package/{tests-error → errors}/eval/svg-gradient3.txt +0 -0
  425. package/{tests-error → errors}/eval/svg-gradient4.less +0 -0
  426. package/{tests-error → errors}/eval/svg-gradient4.txt +0 -0
  427. package/{tests-error → errors}/eval/svg-gradient5.less +0 -0
  428. package/{tests-error → errors}/eval/svg-gradient5.txt +0 -0
  429. package/{tests-error → errors}/eval/svg-gradient6.less +0 -0
  430. package/{tests-error → errors}/eval/svg-gradient6.txt +0 -0
  431. package/{tests-error → errors}/eval/unit-function.less +0 -0
  432. package/{tests-error → errors}/eval/unit-function.txt +0 -0
  433. package/{tests-error → errors}/parse/at-rules-unmatching-block.less +0 -0
  434. package/{tests-error → errors}/parse/at-rules-unmatching-block.txt +0 -0
  435. package/{tests-error → errors}/parse/bad-variable-declaration1.less +0 -0
  436. package/{tests-error → errors}/parse/bad-variable-declaration1.txt +0 -0
  437. package/{tests-error → errors}/parse/custom-property-unmatched-block-1.less +0 -0
  438. package/{tests-error → errors}/parse/custom-property-unmatched-block-1.txt +0 -0
  439. package/{tests-error → errors}/parse/custom-property-unmatched-block-2.less +0 -0
  440. package/{tests-error → errors}/parse/custom-property-unmatched-block-2.txt +0 -0
  441. package/{tests-error → errors}/parse/custom-property-unmatched-block-3.less +0 -0
  442. package/{tests-error → errors}/parse/custom-property-unmatched-block-3.txt +0 -0
  443. package/{tests-error → errors}/parse/detached-ruleset-6.less +0 -0
  444. package/{tests-error → errors}/parse/detached-ruleset-6.txt +0 -0
  445. package/{tests-error → errors}/parse/extend-not-at-end.less +0 -0
  446. package/{tests-error → errors}/parse/extend-not-at-end.txt +0 -0
  447. package/{tests-error → errors}/parse/import-malformed.less +0 -0
  448. package/{tests-error → errors}/parse/import-malformed.txt +0 -0
  449. package/{tests-error → errors}/parse/import-no-semi.less +0 -0
  450. package/{tests-error → errors}/parse/import-no-semi.txt +0 -0
  451. package/{tests-error → errors}/parse/import-subfolder2.less +0 -0
  452. package/{tests-error → errors}/parse/import-subfolder2.txt +0 -0
  453. package/{tests-error → errors}/parse/imports/import-subfolder2.less +0 -0
  454. package/{tests-error → errors}/parse/imports/subfolder/parse-error-curly-bracket.less +0 -0
  455. package/{tests-error → errors}/parse/invalid-color-with-comment.less +0 -0
  456. package/{tests-error → errors}/parse/invalid-color-with-comment.txt +0 -0
  457. package/{tests-error → errors}/parse/mixed-mixin-definition-args-1.less +0 -0
  458. package/{tests-error → errors}/parse/mixed-mixin-definition-args-1.txt +0 -0
  459. package/{tests-error → errors}/parse/mixed-mixin-definition-args-2.less +0 -0
  460. package/{tests-error → errors}/parse/mixed-mixin-definition-args-2.txt +0 -0
  461. package/{tests-error → errors}/parse/mixins-guards-cond-expected.less +0 -0
  462. package/{tests-error → errors}/parse/mixins-guards-cond-expected.txt +0 -0
  463. package/{tests-error → errors}/parse/parens-error-1.less +0 -0
  464. package/{tests-error → errors}/parse/parens-error-1.txt +0 -0
  465. package/{tests-error → errors}/parse/parens-error-2.less +0 -0
  466. package/{tests-error → errors}/parse/parens-error-2.txt +0 -0
  467. package/{tests-error → errors}/parse/parens-error-3.less +0 -0
  468. package/{tests-error → errors}/parse/parens-error-3.txt +0 -0
  469. package/{tests-error → errors}/parse/parse-error-curly-bracket.less +0 -0
  470. package/{tests-error → errors}/parse/parse-error-curly-bracket.txt +0 -0
  471. package/{tests-error → errors}/parse/parse-error-media-no-block-1.less +0 -0
  472. package/{tests-error → errors}/parse/parse-error-media-no-block-1.txt +0 -0
  473. package/{tests-error → errors}/parse/parse-error-media-no-block-2.less +0 -0
  474. package/{tests-error → errors}/parse/parse-error-media-no-block-2.txt +0 -0
  475. package/{tests-error → errors}/parse/parse-error-media-no-block-3.less +0 -0
  476. package/{tests-error → errors}/parse/parse-error-media-no-block-3.txt +0 -0
  477. package/{tests-error → errors}/parse/parse-error-missing-bracket.less +0 -0
  478. package/{tests-error → errors}/parse/parse-error-missing-bracket.txt +0 -0
  479. package/{tests-error → errors}/parse/parse-error-missing-parens.less +0 -0
  480. package/{tests-error → errors}/parse/parse-error-missing-parens.txt +0 -0
  481. package/{tests-error → errors}/parse/parse-error-with-import.less +0 -0
  482. package/{tests-error → errors}/parse/parse-error-with-import.txt +0 -0
  483. package/{tests-error → errors}/parse/percentage-missing-space.less +0 -0
  484. package/{tests-error → errors}/parse/percentage-missing-space.txt +0 -0
  485. package/{tests-error → errors}/parse/property-asterisk-only-name.less +0 -0
  486. package/{tests-error → errors}/parse/property-asterisk-only-name.txt +0 -0
  487. package/{tests-error → errors}/parse/single-character.less +0 -0
  488. package/{tests-error → errors}/parse/single-character.txt +0 -0
  489. package/{tests-config → less}/3rd-party/bootstrap4.less +0 -0
  490. package/{tests-config/sourcemaps-empty → less/_main}/empty.less +0 -0
  491. package/{tests-unit/extend → less/_main}/extend-clearfix.less +0 -0
  492. package/{tests-unit/functions → less/_main}/functions.less +0 -0
  493. package/{tests-unit/impor → less/_main}/impor.less +0 -0
  494. package/{tests-unit/import → less/_main}/import/css-import.less +0 -0
  495. package/{tests-unit/import → less/_main}/import/deeper/deeper-2/url-import-2.less +0 -0
  496. package/{tests-unit/import → less/_main}/import/deeper/deeper-2/url-import.less +0 -0
  497. package/{tests-unit/import → less/_main}/import/deeper/import-once-test-a.less +0 -0
  498. package/{tests-unit/import → less/_main}/import/deeper/url-import.less +0 -0
  499. package/{tests-unit/import → less/_main}/import/import-charset-test.less +0 -0
  500. package/{tests-unit/import → less/_main}/import/import-inline-invalid-css.less +0 -0
  501. package/{tests-unit/import → less/_main}/import/import-interpolation.less +0 -0
  502. package/{tests-unit/import → less/_main}/import/import-interpolation2.less +0 -0
  503. package/{tests-unit/import → less/_main}/import/import-once-test-c.less +0 -0
  504. package/{tests-unit/import → less/_main}/import/import-reference.less +0 -0
  505. package/{tests-unit/import → less/_main}/import/import-test-a.less +0 -0
  506. package/{tests-unit/import → less/_main}/import/import-test-b.less +0 -0
  507. package/{tests-unit/import → less/_main}/import/import-test-c.less +0 -0
  508. package/{tests-unit/import → less/_main}/import/import-test-d.css +0 -0
  509. package/{tests-config/include-path → less/_main/import}/import-test-e.less +0 -0
  510. package/{tests-unit/import → less/_main}/import/import-test-f.less +0 -0
  511. package/{tests-unit/import → less/_main}/import/imports/font.less +0 -0
  512. package/{tests-unit/urls → less/_main}/import/imports/logo.less +0 -0
  513. package/{tests-unit/import → less/_main}/import/interpolation-vars.less +0 -0
  514. package/{tests-unit/import → less/_main}/import/invalid-css.less +0 -0
  515. package/{tests-unit/import → less/_main}/import/json/index.json +0 -0
  516. package/{tests-unit/import → less/_main}/import/json/index.less +0 -0
  517. package/{tests-unit/import → less/_main}/import/layer-import-2.css +0 -0
  518. package/{tests-unit/import → less/_main}/import/layer-import-3.css +0 -0
  519. package/{tests-unit/import → less/_main}/import/layer-import-4.css +0 -0
  520. package/{tests-unit/import → less/_main}/import/layer-import-5.css +0 -0
  521. package/{tests-unit/import → less/_main}/import/layer-import.less +0 -0
  522. package/{tests-unit/import → less/_main}/import/urls.less +0 -0
  523. package/{tests-unit/import → less/_main}/import-inline.less +0 -0
  524. package/{tests-unit/import → less/_main}/import-interpolation.less +0 -0
  525. package/{tests-unit/import → less/_main}/import-module.less +0 -0
  526. package/{tests-unit/import → less/_main}/import-once.less +0 -0
  527. package/{tests-unit/import → less/_main}/import-reference-issues/appender-reference-1968.less +0 -0
  528. package/{tests-unit/import → less/_main}/import-reference-issues/comments-2991.less +0 -0
  529. package/{tests-unit/import → less/_main}/import-reference-issues/global-scope-import.less +0 -0
  530. package/{tests-unit/import → less/_main}/import-reference-issues/global-scope-nested.less +0 -0
  531. package/{tests-unit/import → less/_main}/import-reference-issues/mixin-1968.less +0 -0
  532. package/{tests-unit/import → less/_main}/import-reference-issues/multiple-import-nested.less +0 -0
  533. package/{tests-unit/import → less/_main}/import-reference-issues/multiple-import.less +0 -0
  534. package/{tests-unit/import → less/_main}/import-reference-issues/simple-mixin.css +0 -0
  535. package/{tests-unit/import → less/_main}/import-reference-issues/simple-ruleset-2162.less +0 -0
  536. package/{tests-unit/import → less/_main}/import-reference-issues.less +0 -0
  537. package/{tests-unit/import → less/_main}/import-remote.less +0 -0
  538. package/{tests-unit/import → less/_main}/import.less +0 -0
  539. package/{tests-unit/mixins-closure → less/_main}/mixins-closure.less +0 -0
  540. package/{tests-unit/mixins-guards-default-func → less/_main}/mixins-guards-default-func.less +1 -1
  541. package/{tests-unit/mixins-guards → less/_main}/mixins-guards.less +1 -1
  542. /package/{tests-unit/mixins-nested → less/_main}/mixins-nested.less +0 -0
  543. /package/{tests-unit/mixins-pattern → less/_main}/mixins-pattern.less +0 -0
  544. /package/{tests-unit/urls → less/_main}/nested-gradient-with-svg-gradient/mixin-consumer.less +0 -0
  545. /package/{tests-unit/urls/assets → less/_main}/nested-gradient-with-svg-gradient/svg-gradient-mixin.less +0 -0
  546. /package/{tests-unit/plugi → less/_main}/plugi.less +0 -0
  547. /package/{tests-config → less}/compression/compression.less +0 -0
  548. /package/{data → less/data}/data-uri-fail.png +0 -0
  549. /package/{data → less/data}/image.jpg +0 -0
  550. /package/{data → less/data}/image.svg +0 -0
  551. /package/{data → less/data}/page.html +0 -0
  552. /package/{tests-config → less}/debug/import/test.less +0 -0
  553. /package/{tests-config → less}/debug/linenumbers.less +0 -0
  554. /package/{tests-config → less}/filemanagerPlugin/colors.test +0 -0
  555. /package/{tests-config → less}/filemanagerPlugin/filemanager.less +0 -0
  556. /package/{tests-config → less}/globalVars/extended.json +0 -0
  557. /package/{tests-config → less}/globalVars/extended.less +0 -0
  558. /package/{tests-config → less}/globalVars/simple.json +0 -0
  559. /package/{tests-config → less}/globalVars/simple.less +0 -0
  560. /package/{tests-config → less}/import-redirect/import-redirect.less +0 -0
  561. /package/{tests-config → less}/include-path/include-path.less +0 -0
  562. /package/{tests-config → less}/include-path-string/include-path-string.less +0 -0
  563. /package/{tests-config → less}/js-type-errors/js-type-error-2.txt +0 -0
  564. /package/{tests-config → less}/js-type-errors/js-type-error.less +0 -0
  565. /package/{tests-config → less}/js-type-errors/js-type-error.txt +0 -0
  566. /package/{tests-config/math-always → less/math/always}/mixins-guards.less +0 -0
  567. /package/{tests-config/math-always → less/math/always}/no-sm-operations.less +0 -0
  568. /package/{tests-config/math-parens-division → less/math/parens-division}/media-math.less +0 -0
  569. /package/{tests-config/math-parens-division → less/math/parens-division}/mixins-args.less +0 -0
  570. /package/{tests-config/math-parens-division → less/math/parens-division}/new-division.less +0 -0
  571. /package/{tests-config/math-parens-division → less/math/parens-division}/parens.less +0 -0
  572. /package/{tests-config/math-strict → less/math/strict}/css.less +0 -0
  573. /package/{tests-config/math-strict → less/math/strict}/media-math.less +0 -0
  574. /package/{tests-config/math-strict → less/math/strict}/mixins-args.less +0 -0
  575. /package/{tests-config/math-strict → less/math/strict}/parens.less +0 -0
  576. /package/{tests-config → less}/modifyVars/extended.json +0 -0
  577. /package/{tests-config → less}/modifyVars/extended.less +0 -0
  578. /package/{tests-config → less}/namespacing/imports/a-better-bootstrap.less +0 -0
  579. /package/{tests-config → less}/namespacing/imports/library.less +0 -0
  580. /package/{tests-config → less}/namespacing/namespacing-1.less +0 -0
  581. /package/{tests-config → less}/namespacing/namespacing-2.less +0 -0
  582. /package/{tests-config → less}/namespacing/namespacing-3.less +0 -0
  583. /package/{tests-config → less}/namespacing/namespacing-4.less +0 -0
  584. /package/{tests-config → less}/namespacing/namespacing-5.less +0 -0
  585. /package/{tests-config → less}/namespacing/namespacing-6.less +0 -0
  586. /package/{tests-config → less}/namespacing/namespacing-7.less +0 -0
  587. /package/{tests-config → less}/namespacing/namespacing-8.less +0 -0
  588. /package/{tests-config → less}/namespacing/namespacing-functions.less +0 -0
  589. /package/{tests-config → less}/namespacing/namespacing-media.less +0 -0
  590. /package/{tests-config → less}/namespacing/namespacing-operations.less +0 -0
  591. /package/{tests-config → less}/no-js-errors/no-js-errors.less +0 -0
  592. /package/{tests-config → less}/no-js-errors/no-js-errors.txt +0 -0
  593. /package/{tests-config → less}/postProcessorPlugin/postProcessor.less +0 -0
  594. /package/{tests-config → less}/preProcessorPlugin/preProcessor.less +0 -0
  595. /package/{tests-config → less}/process-imports/google.less +0 -0
  596. /package/{tests-config → less}/rewrite-urls-all/folder/file.less +0 -0
  597. /package/{tests-config → less}/rewrite-urls-all/rewrite-urls-all.less +0 -0
  598. /package/{tests-config → less}/rewrite-urls-local/folder/file.less +0 -0
  599. /package/{tests-config → less}/rewrite-urls-local/rewrite-urls-local.less +0 -0
  600. /package/{tests-config → less}/root-registry/file.less +0 -0
  601. /package/{tests-config → less}/root-registry/root.less +0 -0
  602. /package/{tests-config → less}/rootpath-rewrite-urls-all/folder/file.less +0 -0
  603. /package/{tests-config → less}/rootpath-rewrite-urls-all/rootpath-rewrite-urls-all.less +0 -0
  604. /package/{tests-config → less}/rootpath-rewrite-urls-local/folder/file.less +0 -0
  605. /package/{tests-config → less}/rootpath-rewrite-urls-local/rootpath-rewrite-urls-local.less +0 -0
  606. /package/{tests-config → less}/sourcemaps/basic.json +0 -0
  607. /package/{tests-config → less}/sourcemaps/basic.less +0 -0
  608. /package/{tests-config → less}/sourcemaps/custom-props.less +0 -0
  609. /package/{tests-config → less}/sourcemaps/imported.css +0 -0
  610. /package/{tests-config → less}/sourcemaps-disable-annotation/basic.less +0 -0
  611. /package/{tests-unit/at-rules-empty-block/at-rules-empty-block.css → less/sourcemaps-empty/empty.less} +0 -0
  612. /package/{tests-config → less}/sourcemaps-empty/var-defs.less +0 -0
  613. /package/{tests-config → less}/sourcemaps-variable-selector/basic.less +0 -0
  614. /package/{tests-config → less}/sourcemaps-variable-selector/vars.less +0 -0
  615. /package/{tests-config → less}/units/no-strict/no-strict.less +0 -0
  616. /package/{tests-config → less}/units/strict/strict-units.less +0 -0
  617. /package/{tests-config → less}/visitorPlugin/visitor.less +0 -0
@@ -1,41 +0,0 @@
1
- .test-expanded {
2
- a: 1px;
3
- b: 2px;
4
- }
5
- .test-multi-def {
6
- small: 10;
7
- large: 15;
8
- }
9
- .test-conditions {
10
- large: 15;
11
- small: 5;
12
- }
13
- .test-no-args-filter {
14
- no-args: true;
15
- with-args: 10;
16
- }
17
- .test-recursive {
18
- level: 3;
19
- level: 2;
20
- level: 1;
21
- done: true;
22
- }
23
- .test-namespace-path {
24
- from-namespace: true;
25
- }
26
- .test-important {
27
- important: true !important;
28
- }
29
- .test-multi {
30
- value1: 1;
31
- value2: 2;
32
- }
33
- .test-named {
34
- a: A;
35
- b: B;
36
- }
37
- .test-array-expand {
38
- a: 1;
39
- b: 2;
40
- c: 3;
41
- }
@@ -1,109 +0,0 @@
1
- // Advanced mixin call tests to cover edge cases
2
-
3
- // Mixin call with expanded arguments
4
- .mixin(@a, @b) {
5
- a: @a;
6
- b: @b;
7
- }
8
- @args: 1px, 2px;
9
- .test-expanded {
10
- .mixin(@args...);
11
- }
12
-
13
- // Mixin call with condition matching and multiple definitions
14
- .mixin-multi-def(@x: 10) when (@x > 10) {
15
- large: @x;
16
- }
17
- .mixin-multi-def(@x: 10) when (@x <= 10) {
18
- small: @x;
19
- }
20
- .test-multi-def {
21
- .mixin-multi-def();
22
- .mixin-multi-def(15);
23
- }
24
-
25
- // Mixin call with condition matching
26
- .mixin-guarded(@x) when (@x > 10) {
27
- large: @x;
28
- }
29
- .mixin-guarded(@x) when (@x <= 10) {
30
- small: @x;
31
- }
32
- .test-conditions {
33
- .mixin-guarded(15);
34
- .mixin-guarded(5);
35
- }
36
-
37
- // Mixin call with no arguments filter
38
- .mixin-no-args() {
39
- no-args: true;
40
- }
41
- .mixin-no-args(@x) {
42
- with-args: @x;
43
- }
44
- .test-no-args-filter {
45
- .mixin-no-args();
46
- .mixin-no-args(10);
47
- }
48
-
49
- // Mixin call with recursive mixin
50
- .mixin-recursive(@n) when (@n > 0) {
51
- level: @n;
52
- .mixin-recursive(@n - 1);
53
- }
54
- .mixin-recursive(@n) when (@n <= 0) {
55
- done: true;
56
- }
57
- .test-recursive {
58
- .mixin-recursive(3);
59
- }
60
-
61
- // Mixin call with namespace path
62
- #namespace {
63
- .mixin() {
64
- from-namespace: true;
65
- }
66
- }
67
- .test-namespace-path {
68
- #namespace > .mixin();
69
- }
70
-
71
- // Mixin call with important flag
72
- .mixin-important() {
73
- important: true;
74
- }
75
- .test-important {
76
- .mixin-important() !important;
77
- }
78
-
79
- // Mixin call with multiple candidates
80
- .mixin-multi(@x: 1) {
81
- value1: @x;
82
- }
83
- .mixin-multi(@x: 2) {
84
- value2: @x;
85
- }
86
- .test-multi {
87
- .mixin-multi();
88
- }
89
-
90
- // Mixin call with named arguments
91
- .mixin-named(@a: a, @b: b) {
92
- a: @a;
93
- b: @b;
94
- }
95
- .test-named {
96
- .mixin-named(@b: B, @a: A);
97
- }
98
-
99
- // Mixin call with expanded array
100
- .mixin-array(@a, @b, @c) {
101
- a: @a;
102
- b: @b;
103
- c: @c;
104
- }
105
- @array: 1, 2, 3;
106
- .test-array-expand {
107
- .mixin-array(@array...);
108
- }
109
-
@@ -1,9 +0,0 @@
1
- #namespace {
2
- my-prop: prop-value;
3
- }
4
- .test-prop-interp {
5
- value: prop-value;
6
- }
7
- #namespace-with-prop {
8
- existing-prop: value;
9
- }
@@ -1,33 +0,0 @@
1
- // Targeted tests for specific uncovered lines in namespace-value.js
2
-
3
- // Lines 51-52: $@var interpolation (property interpolation with variable)
4
- // This tests: name.substring(0, 2) === '$@'
5
- // The syntax is #namespace[$@var-name] where @var-name contains the property name
6
- @prop-name: my-prop;
7
- #namespace {
8
- my-prop: prop-value;
9
- }
10
- .test-prop-interp {
11
- value: #namespace[$@prop-name];
12
- }
13
-
14
- // Lines 43-47: Variable not found error path
15
- // Access a variable that doesn't exist in the namespace
16
- #namespace-with-var {
17
- @existing-var: value;
18
- }
19
- .test-var-not-found {
20
- // This will error: variable @nonexistent-var not found
21
- // color: #namespace-with-var[@nonexistent-var];
22
- }
23
-
24
- // Lines 61-65: Property not found error path
25
- // Access a property that doesn't exist in the namespace
26
- #namespace-with-prop {
27
- existing-prop: value;
28
- }
29
- .test-prop-not-found {
30
- // This will error: property "nonexistent-prop" not found
31
- // value: #namespace-with-prop[$nonexistent-prop];
32
- }
33
-
@@ -1,24 +0,0 @@
1
- .nesting-parent {
2
- color: red;
3
- }
4
- .nesting-parent .nesting-child {
5
- color: blue;
6
- }
7
- .nesting-parent .nesting-child .nesting-grandchild {
8
- color: green;
9
- }
10
- .nesting-parent:hover {
11
- color: orange;
12
- }
13
- .nesting-parent.modifier {
14
- color: purple;
15
- }
16
- .correctly-exit-calc-mode h2 {
17
- width: 10px;
18
- }
19
- .correctly-exit-calc-mode div {
20
- width: calc(100px * 2);
21
- }
22
- .correctly-exit-calc-mode h1 {
23
- color: white;
24
- }
@@ -1,37 +0,0 @@
1
- .nesting-parent {
2
- color: red;
3
-
4
- .nesting-child {
5
- color: blue;
6
-
7
- .nesting-grandchild {
8
- color: green;
9
- }
10
- }
11
-
12
- &:hover {
13
- color: orange;
14
- }
15
-
16
- &.modifier {
17
- color: purple;
18
- }
19
- }
20
-
21
- .correctly-exit-calc-mode {
22
- @a: 10;
23
- h2 { width: unit(@a, px); }
24
-
25
- div { width: calc(100px * 2); }
26
-
27
- .mk-map() {
28
- text: white;
29
- background: black;
30
- }
31
-
32
- @p: .mk-map();
33
-
34
- h1 { color: @p[text]; }
35
- }
36
-
37
-
@@ -1,33 +0,0 @@
1
- .test-math-off {
2
- result: 15px;
3
- }
4
- .test-dim-to-color {
5
- result: #ff0a0a;
6
- }
7
- .test-color-to-dim {
8
- result: #ff0a0a;
9
- }
10
- .test-division {
11
- result: 10px / 2 * 2;
12
- }
13
- .test-nested {
14
- result: 30px;
15
- }
16
- .test-spaced {
17
- result: 15px;
18
- }
19
- .test-non-spaced {
20
- result: 15px;
21
- }
22
- .test-div {
23
- result: 10px / 2;
24
- }
25
- .test-op-operands {
26
- result: 150px;
27
- }
28
- .test-math-context {
29
- add: 15;
30
- sub: 5;
31
- mul: 50;
32
- div: 10 / 5;
33
- }
@@ -1,76 +0,0 @@
1
- // Advanced operation tests to cover edge cases
2
-
3
- // Operations with math off
4
- @math-off: true;
5
- .test-math-off {
6
- @a: 10px;
7
- @b: 5px;
8
- result: @a + @b;
9
- }
10
-
11
- // Operations with Dimension to Color conversion
12
- @dimension: 10px;
13
- @color: #ff0000;
14
- .test-dim-to-color {
15
- // This should convert dimension to color for operation
16
- result: @dimension + @color;
17
- }
18
-
19
- // Operations with Color to Dimension conversion
20
- .test-color-to-dim {
21
- result: @color + @dimension;
22
- }
23
-
24
- // Operations with division and PARENS_DIVISION math mode
25
- @div-op: (10px / 2);
26
- .test-division {
27
- result: @div-op * 2;
28
- }
29
-
30
- // Operations with nested operations
31
- @nested: (10px + 5px) * 2;
32
- .test-nested {
33
- result: @nested;
34
- }
35
-
36
- // Operations with spaced operators
37
- @spaced: 10px + 5px;
38
- .test-spaced {
39
- result: @spaced;
40
- }
41
-
42
- // Operations with non-spaced operators
43
- @non-spaced: 10px+5px;
44
- .test-non-spaced {
45
- result: @non-spaced;
46
- }
47
-
48
- // Operations with division operator
49
- @div-op: 10px / 2;
50
- .test-div {
51
- result: @div-op;
52
- }
53
-
54
- // Operations with invalid types (should error, but test the path)
55
- .test-invalid {
56
- // This will error, but tests the error path
57
- // result: "string" + 10px;
58
- }
59
-
60
- // Operations with Operation operands
61
- @op1: 10px + 5px;
62
- @op2: 20px - 10px;
63
- .test-op-operands {
64
- result: @op1 * @op2;
65
- }
66
-
67
- // Operations with math context
68
- .test-math-context {
69
- @a: 10;
70
- @b: 5;
71
- add: @a + @b;
72
- sub: @a - @b;
73
- mul: @a * @b;
74
- div: @a / @b;
75
- }
76
-
@@ -1,9 +0,0 @@
1
- .test {
2
- prop-name: color;
3
- my: background;
4
- value: width;
5
- color: red;
6
- border-color-width: 2px;
7
- *-z-color: 1px dashed blue;
8
- background-color-width: green;
9
- }
@@ -1,28 +0,0 @@
1
- // Test for ruleProperty parser with ${prop} interpolation (line 2640)
2
- // This tests complex property names using ${property} interpolation in property NAMES
3
- // ${prop} uses the VALUE of a plain property (not a variable) as the property name
4
- // Note: This is different from @{var} which uses variables
5
-
6
- .test {
7
- // Define properties - their VALUES will be used as property names
8
- prop-name: color;
9
- my: background;
10
- value: width;
11
-
12
- // Simple ${prop} interpolation in property name (ruleProperty parser line 2640)
13
- // ${prop-name} uses the value of prop-name ("color") as the property name
14
- // This triggers the branch at line 2640: new(tree.Property)(`$${s.slice(2, -1)}`, ...)
15
- ${prop-name}: red;
16
-
17
- // Multiple interpolations with literal parts
18
- // border-${prop-name} becomes "border-color" (since prop-name's value is "color")
19
- border-${prop-name}-width: 2px;
20
-
21
- // Complex property name with ${prop}
22
- *-z-${prop-name}: 1px dashed blue;
23
-
24
- // Multiple ${prop} in same property name
25
- // ${my}-${prop-name}-${value} becomes "background-color-width"
26
- ${my}-${prop-name}-${value}: green;
27
- }
28
-
@@ -1,9 +0,0 @@
1
- .parent /deep/ .child {
2
- color: red;
3
- }
4
- .container /shadow/ .content {
5
- background: blue;
6
- }
7
- .wrapper /deep/ .inner /deep/ .deepest {
8
- padding: 10px;
9
- }
@@ -1,20 +0,0 @@
1
- // Test for slashedCombinator parser (lines 1392-1399)
2
- // This tests /deep/ and /shadow/ combinators
3
- // NOTE: These combinators are DEPRECATED in CSS and should not be used in new code
4
- // They were part of the Shadow DOM specification but have been removed
5
-
6
- // /deep/ combinator (deprecated)
7
- .parent /deep/ .child {
8
- color: red;
9
- }
10
-
11
- // /shadow/ combinator (deprecated)
12
- .container /shadow/ .content {
13
- background: blue;
14
- }
15
-
16
- // Test with nested selectors
17
- .wrapper /deep/ .inner /deep/ .deepest {
18
- padding: 10px;
19
- }
20
-
@@ -1,4 +0,0 @@
1
- .test-important {
2
- color: red!important;
3
- background: red !important;
4
- }
@@ -1,21 +0,0 @@
1
- // Targeted tests for specific uncovered lines in property.js
2
-
3
- // Lines 49-51: Property with important flag handling
4
- // This tests when a property accessor accesses a property that has !important
5
- .test-important {
6
- color: red !important;
7
- background: $color;
8
- }
9
-
10
- // Lines 60-64: Property undefined error (should be in tests-error, but testing the path)
11
- // This will error, but tests the error path
12
- .test-undefined {
13
- // value: @undefined-property;
14
- }
15
-
16
- // Lines 72-73: find method returning null (property not found in any frame)
17
- // This tests the find method when property doesn't exist
18
- .test-not-found {
19
- // value: @nonexistent;
20
- }
21
-
@@ -1,9 +0,0 @@
1
- module.exports = {
2
- language: {
3
- less: {
4
- "relativeUrls": true,
5
- "silent": true,
6
- "javascriptEnabled": true
7
- }
8
- }
9
- };