@less/test-data 4.4.0 → 4.4.3

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/package.json +1 -1
  2. package/tests-config/3rd-party/styles.config.cjs +7 -0
  3. package/tests-config/at-rules-compressed/at-rules-compressed.css +1 -0
  4. package/tests-config/at-rules-compressed/at-rules-compressed.less +34 -0
  5. package/tests-config/at-rules-compressed/styles.config.cjs +8 -0
  6. package/tests-config/at-rules-compressed-evaluation/at-rules-compressed-evaluation.css +1 -0
  7. package/tests-config/at-rules-compressed-evaluation/at-rules-compressed-evaluation.less +112 -0
  8. package/tests-config/at-rules-compressed-evaluation/styles.config.cjs +8 -0
  9. package/tests-config/compression/styles.config.cjs +8 -0
  10. package/tests-config/debug/all/linenumbers-all.less +2 -0
  11. package/tests-config/debug/all/styles.config.cjs +8 -0
  12. package/tests-config/debug/comments/linenumbers-comments.less +2 -0
  13. package/tests-config/debug/comments/styles.config.cjs +8 -0
  14. package/tests-config/debug/mediaquery/linenumbers-mediaquery.less +2 -0
  15. package/tests-config/debug/mediaquery/styles.config.cjs +8 -0
  16. package/tests-config/filemanagerPlugin/styles.config.cjs +7 -0
  17. package/tests-config/globalVars/styles.config.cjs +13 -0
  18. package/tests-config/include-path/styles.config.cjs +9 -0
  19. package/tests-config/include-path-string/styles.config.cjs +7 -0
  20. package/tests-config/js-type-errors/styles.config.cjs +9 -0
  21. package/tests-config/math-always/styles.config.cjs +7 -0
  22. package/tests-config/math-parens-division/styles.config.cjs +7 -0
  23. package/tests-config/math-strict/styles.config.cjs +7 -0
  24. package/tests-config/modifyVars/styles.config.cjs +11 -0
  25. package/tests-config/namespacing/styles.config.cjs +5 -0
  26. package/tests-config/no-js-errors/styles.config.cjs +9 -0
  27. package/tests-config/postProcessorPlugin/styles.config.cjs +7 -0
  28. package/tests-config/preProcessorPlugin/styles.config.cjs +7 -0
  29. package/tests-config/process-imports/styles.config.cjs +7 -0
  30. package/tests-config/rewrite-urls-all/styles.config.cjs +7 -0
  31. package/tests-config/rewrite-urls-local/styles.config.cjs +7 -0
  32. package/tests-config/rootpath-rewrite-urls-all/styles.config.cjs +8 -0
  33. package/tests-config/rootpath-rewrite-urls-local/styles.config.cjs +8 -0
  34. package/tests-config/sourcemaps/comprehensive/comprehensive.css +85 -0
  35. package/tests-config/sourcemaps/comprehensive/comprehensive.less +142 -0
  36. package/tests-config/sourcemaps/comprehensive/styles.config.cjs +10 -0
  37. package/tests-config/sourcemaps/styles.config.cjs +12 -0
  38. package/tests-config/sourcemaps-basepath/sourcemaps-basepath.css +8 -0
  39. package/tests-config/sourcemaps-basepath/sourcemaps-basepath.less +11 -0
  40. package/tests-config/sourcemaps-basepath/styles.config.cjs +14 -0
  41. package/tests-config/sourcemaps-disable-annotation/styles.config.cjs +11 -0
  42. package/tests-config/sourcemaps-empty/styles.config.cjs +11 -0
  43. package/tests-config/sourcemaps-include-source/sourcemaps-include-source.css +9 -0
  44. package/tests-config/sourcemaps-include-source/sourcemaps-include-source.css.map +1 -0
  45. package/tests-config/sourcemaps-include-source/sourcemaps-include-source.less +13 -0
  46. package/tests-config/sourcemaps-include-source/styles.config.cjs +10 -0
  47. package/tests-config/sourcemaps-rootpath/sourcemaps-rootpath.css +8 -0
  48. package/tests-config/sourcemaps-rootpath/sourcemaps-rootpath.less +11 -0
  49. package/tests-config/sourcemaps-rootpath/styles.config.cjs +10 -0
  50. package/tests-config/sourcemaps-url/sourcemaps-url.css +8 -0
  51. package/tests-config/sourcemaps-url/sourcemaps-url.less +11 -0
  52. package/tests-config/sourcemaps-url/styles.config.cjs +10 -0
  53. package/tests-config/sourcemaps-variable-selector/styles.config.cjs +9 -0
  54. package/tests-config/static-urls/styles.config.cjs +9 -0
  55. package/{css → tests-config}/static-urls/urls.css +2 -2
  56. package/{less → tests-config}/static-urls/urls.less +2 -1
  57. package/tests-config/strict-imports/imported.less +3 -0
  58. package/tests-config/strict-imports/strict-imports.css +11 -0
  59. package/tests-config/strict-imports/strict-imports.less +19 -0
  60. package/tests-config/strict-imports/styles.config.cjs +7 -0
  61. package/tests-config/units/no-strict/styles.config.cjs +8 -0
  62. package/tests-config/units/strict/styles.config.cjs +8 -0
  63. package/tests-config/url-args/styles.config.cjs +7 -0
  64. package/{less → tests-config}/url-args/urls.less +5 -5
  65. package/tests-config/visitorPlugin/styles.config.cjs +7 -0
  66. package/tests-error/eval/namespace-property-not-found.less +7 -0
  67. package/tests-error/eval/namespace-property-not-found.txt +2 -0
  68. package/tests-error/eval/namespace-variable-not-found.less +7 -0
  69. package/tests-error/eval/namespace-variable-not-found.txt +2 -0
  70. package/tests-error/eval/property-undefined.less +4 -0
  71. package/tests-error/eval/property-undefined.txt +5 -0
  72. package/tests-error/eval/recursive-property.less +4 -0
  73. package/tests-error/eval/recursive-property.txt +5 -0
  74. package/tests-error/eval/styles.config.cjs +9 -0
  75. package/{errors → tests-error}/parse/parse-error-media-no-block-1.txt +3 -3
  76. package/{errors → tests-error}/parse/parse-error-media-no-block-2.txt +2 -2
  77. package/{errors → tests-error}/parse/parse-error-media-no-block-3.txt +3 -3
  78. package/tests-error/parse/styles.config.cjs +9 -0
  79. package/tests-unit/at-rules/at-rules.css +107 -0
  80. package/tests-unit/at-rules/at-rules.less +154 -0
  81. package/tests-unit/at-rules-declarations/at-rules-declarations.css +16 -0
  82. package/tests-unit/at-rules-declarations/at-rules-declarations.less +25 -0
  83. package/tests-unit/at-rules-empty/at-rules-empty.css +4 -0
  84. package/tests-unit/at-rules-empty/at-rules-empty.less +15 -0
  85. package/tests-unit/at-rules-empty-block/at-rules-empty-block.less +19 -0
  86. package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.css +9 -0
  87. package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.less +13 -0
  88. package/tests-unit/at-rules-targeted/at-rules-targeted.css +52 -0
  89. package/tests-unit/at-rules-targeted/at-rules-targeted.less +81 -0
  90. package/{css/_main → tests-unit/calc}/calc.css +16 -15
  91. package/{less/_main → tests-unit/calc}/calc.less +23 -23
  92. package/tests-unit/charsets/charsets.less +4 -0
  93. package/tests-unit/charsets/import/import-charset-test.less +1 -0
  94. package/tests-unit/color-functions/alpha.css +15 -0
  95. package/tests-unit/color-functions/alpha.less +19 -0
  96. package/tests-unit/color-functions/basic.css +18 -0
  97. package/tests-unit/color-functions/basic.less +23 -0
  98. package/tests-unit/color-functions/comprehensive.css +45 -0
  99. package/tests-unit/color-functions/comprehensive.less +58 -0
  100. package/tests-unit/color-functions/formats.css +39 -0
  101. package/tests-unit/color-functions/formats.less +46 -0
  102. package/{less/_main/colors2.less → tests-unit/color-functions/modern-syntax.less} +2 -1
  103. package/tests-unit/color-functions/modern.css +36 -0
  104. package/tests-unit/color-functions/modern.less +48 -0
  105. package/tests-unit/color-functions/operations.css +15 -0
  106. package/tests-unit/color-functions/operations.less +8 -0
  107. package/tests-unit/color-functions/rgba.css +17 -0
  108. package/tests-unit/color-functions/rgba.less +18 -0
  109. package/{css/_main → tests-unit/comments}/comments.css +1 -1
  110. package/{less/_main → tests-unit/comments}/comments.less +3 -2
  111. package/{less/_main → tests-unit/comments}/comments2.less +1 -0
  112. package/{css/_main → tests-unit/container}/container.css +31 -4
  113. package/{less/_main → tests-unit/container}/container.less +36 -5
  114. package/{css/_main → tests-unit/css-3}/css-3.css +6 -6
  115. package/{less/_main → tests-unit/css-3}/css-3.less +8 -6
  116. package/{css/_main → tests-unit/css-escapes}/css-escapes.css +1 -1
  117. package/{less/_main → tests-unit/css-escapes}/css-escapes.less +2 -1
  118. package/{less/_main → tests-unit/css-grid}/css-grid.less +3 -1
  119. package/{less/_main → tests-unit/css-guards}/css-guards.less +3 -2
  120. package/{less/_main → tests-unit/detached-rulesets}/detached-rulesets.less +3 -1
  121. package/{less/_main/directives-bubling.less → tests-unit/directives-bubbling/directives-bubbling.less} +2 -1
  122. package/tests-unit/empty/empty.less +3 -0
  123. package/tests-unit/extend/extend-clearfix.css +19 -0
  124. package/{less/_main → tests-unit/extend}/extend.less +2 -1
  125. package/{less/_main → tests-unit/extend-chaining}/extend-chaining.less +2 -1
  126. package/tests-unit/extend-clearfix/extend-clearfix.less +20 -0
  127. package/{less/_main → tests-unit/extend-exact}/extend-exact.less +1 -0
  128. package/{less/_main → tests-unit/extend-media}/extend-media.less +2 -1
  129. package/{less/_main → tests-unit/extend-nest}/extend-nest.less +2 -1
  130. package/{less/_main → tests-unit/extend-selector}/extend-selector.less +1 -0
  131. package/{css/_main → tests-unit/extract-and-length}/extract-and-length.css +1 -1
  132. package/{less/_main → tests-unit/extract-and-length}/extract-and-length.less +3 -2
  133. package/{css/_main → tests-unit/functions}/functions.css +1 -1
  134. package/{less/_main → tests-unit/functions}/functions.less +1 -1
  135. package/{less/_main → tests-unit/functions-each}/functions-each.less +3 -1
  136. package/{less/_main → tests-unit/ie-filters}/ie-filters.less +3 -1
  137. package/{less/_main → tests-unit/import}/import/import-and-relative-paths-test.less +1 -1
  138. package/tests-unit/import/import/import-test-e.less +2 -0
  139. package/tests-unit/import/import/imports/logo.less +6 -0
  140. package/{css/_main → tests-unit/import}/import-interpolation.css +1 -1
  141. package/{css/_main → tests-unit/import}/import-reference.css +2 -2
  142. package/{less/_main → tests-unit/import}/import-reference.less +2 -2
  143. package/tests-unit/import/styles.config.cjs +7 -0
  144. package/{css/_main → tests-unit/javascript}/javascript.css +1 -1
  145. package/{less/_main → tests-unit/javascript}/javascript.less +2 -1
  146. package/tests-unit/javascript/styles.config.cjs +7 -0
  147. package/tests-unit/layer/assets/import/layer-import.less +4 -0
  148. package/tests-unit/layer/import/layer-import.less +5 -0
  149. package/{css/_main → tests-unit/layer}/layer.css +22 -0
  150. package/{less/_main → tests-unit/layer}/layer.less +27 -0
  151. package/{less/_main → tests-unit/lazy-eval}/lazy-eval.less +1 -0
  152. package/{css/_main → tests-unit/media}/media.css +5 -5
  153. package/{less/_main → tests-unit/media}/media.less +6 -7
  154. package/{less/_main → tests-unit/merge}/merge.less +1 -0
  155. package/{less/_main → tests-unit/mixin-noparens}/mixin-noparens.less +1 -1
  156. package/tests-unit/mixins/maps.css +6 -0
  157. package/tests-unit/mixins/maps.less +15 -0
  158. package/tests-unit/mixins/mixins-advanced.css +41 -0
  159. package/tests-unit/mixins/mixins-advanced.less +109 -0
  160. package/{less/_main → tests-unit/mixins}/mixins.less +1 -1
  161. package/{less/_main → tests-unit/mixins-important}/mixins-important.less +0 -1
  162. package/{css/_main → tests-unit/mixins-interpolated}/mixins-interpolated.css +1 -1
  163. package/{less/_main → tests-unit/mixins-interpolated}/mixins-interpolated.less +2 -3
  164. package/{less/_main → tests-unit/mixins-named-args}/mixins-named-args.less +1 -1
  165. package/tests-unit/namespace-targeted/namespace-targeted.css +9 -0
  166. package/tests-unit/namespace-targeted/namespace-targeted.less +33 -0
  167. package/tests-unit/nesting/nesting.css +24 -0
  168. package/tests-unit/nesting/nesting.less +37 -0
  169. package/{less/_main → tests-unit/no-output}/no-output.less +1 -1
  170. package/tests-unit/operations/operations-advanced.css +33 -0
  171. package/tests-unit/operations/operations-advanced.less +76 -0
  172. package/{less/_main → tests-unit/operations}/operations.less +1 -0
  173. package/{less/_main → tests-unit/parse-interpolation}/parse-interpolation.less +2 -1
  174. package/tests-unit/parser-property-interp/parser-property-interp.css +9 -0
  175. package/tests-unit/parser-property-interp/parser-property-interp.less +28 -0
  176. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.css +9 -0
  177. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.less +20 -0
  178. package/{less/_main → tests-unit/permissive-parse}/permissive-parse.less +2 -0
  179. package/{less/_main → tests-unit/plugin}/plugin.less +1 -0
  180. package/{less/_main → tests-unit/plugin-module}/plugin-module.less +0 -1
  181. package/{less/_main → tests-unit/plugin-preeval}/plugin-preeval.less +1 -1
  182. package/{less/_main → tests-unit/property-accessors}/property-accessors.less +2 -1
  183. package/{less/_main → tests-unit/property-name-interp}/property-name-interp.less +1 -1
  184. package/tests-unit/property-targeted/property-targeted.css +4 -0
  185. package/tests-unit/property-targeted/property-targeted.less +21 -0
  186. package/{less/_main → tests-unit/rulesets}/rulesets.less +1 -0
  187. package/{less/_main → tests-unit/scope}/scope.less +1 -1
  188. package/{css/_main → tests-unit/selectors}/selectors.css +1 -2
  189. package/{less/_main → tests-unit/selectors}/selectors.less +3 -2
  190. package/{less/_main → tests-unit/starting-style}/starting-style.less +2 -0
  191. package/{css/_main → tests-unit/strings}/strings.css +0 -3
  192. package/{less/_main → tests-unit/strings}/strings.less +1 -3
  193. package/tests-unit/styles.config.cjs +9 -0
  194. package/tests-unit/urls/actual.css +65 -0
  195. package/tests-unit/urls/assets/nested-gradient-with-svg-gradient/mixin-consumer.less +4 -0
  196. package/tests-unit/urls/css/background.css +3 -0
  197. package/tests-unit/urls/import/import-and-relative-paths-test.less +17 -0
  198. package/tests-unit/urls/import/import-test-d.css +1 -0
  199. package/tests-unit/urls/import/imports/font.less +8 -0
  200. package/tests-unit/urls/nested-gradient-with-svg-gradient/svg-gradient-mixin.less +15 -0
  201. package/{css/_main → tests-unit/urls}/urls.css +8 -8
  202. package/{less/_main → tests-unit/urls}/urls.less +11 -11
  203. package/tests-unit/variables/variable-advanced.css +56 -0
  204. package/tests-unit/variables/variable-advanced.less +80 -0
  205. package/tests-unit/variables/variables.css +43 -0
  206. package/tests-unit/variables/variables.less +87 -0
  207. package/{less/_main → tests-unit/variables-in-at-rules}/variables-in-at-rules.less +0 -1
  208. package/{less/_main → tests-unit/whitespace}/whitespace.less +1 -0
  209. package/css/_main/colors.css +0 -140
  210. package/css/_main/variables.css +0 -97
  211. package/less/_main/charsets.less +0 -3
  212. package/less/_main/colors.less +0 -164
  213. package/less/_main/variables.less +0 -161
  214. package/{less/data → data}/data-uri-fail.png +0 -0
  215. package/{less/data → data}/image.jpg +0 -0
  216. package/{less/data → data}/image.svg +0 -0
  217. package/{less/data → data}/page.html +0 -0
  218. package/{css → tests-config}/3rd-party/bootstrap4.css +0 -0
  219. package/{less → tests-config}/3rd-party/bootstrap4.less +0 -0
  220. package/{css → tests-config}/compression/compression.css +0 -0
  221. package/{less → tests-config}/compression/compression.less +0 -0
  222. package/{css/debug → tests-config/debug/all}/linenumbers-all.css +0 -0
  223. package/{css/debug → tests-config/debug/comments}/linenumbers-comments.css +0 -0
  224. package/{less → tests-config}/debug/import/test.less +0 -0
  225. package/{less → tests-config}/debug/linenumbers.less +0 -0
  226. package/{css/debug → tests-config/debug/mediaquery}/linenumbers-mediaquery.css +0 -0
  227. package/{less → tests-config}/filemanagerPlugin/colors.test +0 -0
  228. package/{css → tests-config}/filemanagerPlugin/filemanager.css +0 -0
  229. package/{less → tests-config}/filemanagerPlugin/filemanager.less +0 -0
  230. package/{css → tests-config}/globalVars/extended.css +0 -0
  231. package/{less → tests-config}/globalVars/extended.json +0 -0
  232. package/{less → tests-config}/globalVars/extended.less +0 -0
  233. package/{css → tests-config}/globalVars/simple.css +0 -0
  234. package/{less → tests-config}/globalVars/simple.json +0 -0
  235. package/{less → tests-config}/globalVars/simple.less +0 -0
  236. package/{less → tests-config}/import-redirect/import-redirect.less +0 -0
  237. package/{less/_main/import → tests-config/include-path}/import-test-e.less +0 -0
  238. package/{css → tests-config}/include-path/include-path.css +0 -0
  239. package/{less → tests-config}/include-path/include-path.less +0 -0
  240. package/{css → tests-config}/include-path-string/include-path-string.css +0 -0
  241. package/{less → tests-config}/include-path-string/include-path-string.less +0 -0
  242. package/{less → tests-config}/js-type-errors/js-type-error-2.txt +0 -0
  243. package/{less → tests-config}/js-type-errors/js-type-error.less +0 -0
  244. package/{less → tests-config}/js-type-errors/js-type-error.txt +0 -0
  245. package/{css → tests-config}/math/always/mixins-guards.css +0 -0
  246. package/{css → tests-config}/math/always/no-sm-operations.css +0 -0
  247. package/{css → tests-config}/math/parens-division/media-math.css +0 -0
  248. package/{css → tests-config}/math/parens-division/mixins-args.css +0 -0
  249. package/{css → tests-config}/math/parens-division/new-division.css +0 -0
  250. package/{css → tests-config}/math/parens-division/parens.css +0 -0
  251. package/{css → tests-config}/math/strict/css.css +0 -0
  252. package/{css → tests-config}/math/strict/media-math.css +0 -0
  253. package/{css → tests-config}/math/strict/mixins-args.css +0 -0
  254. package/{css → tests-config}/math/strict/parens.css +0 -0
  255. package/{less/math/always → tests-config/math-always}/mixins-guards.less +0 -0
  256. package/{less/math/always → tests-config/math-always}/no-sm-operations.less +0 -0
  257. package/{less/math/parens-division → tests-config/math-parens-division}/media-math.less +0 -0
  258. package/{less/math/parens-division → tests-config/math-parens-division}/mixins-args.less +0 -0
  259. package/{less/math/parens-division → tests-config/math-parens-division}/new-division.less +0 -0
  260. package/{less/math/parens-division → tests-config/math-parens-division}/parens.less +0 -0
  261. package/{less/math/strict → tests-config/math-strict}/css.less +0 -0
  262. package/{less/math/strict → tests-config/math-strict}/media-math.less +0 -0
  263. package/{less/math/strict → tests-config/math-strict}/mixins-args.less +0 -0
  264. package/{less/math/strict → tests-config/math-strict}/parens.less +0 -0
  265. package/{css → tests-config}/modifyVars/extended.css +0 -0
  266. package/{less → tests-config}/modifyVars/extended.json +0 -0
  267. package/{less → tests-config}/modifyVars/extended.less +0 -0
  268. package/{less → tests-config}/namespacing/imports/a-better-bootstrap.less +0 -0
  269. package/{less → tests-config}/namespacing/imports/library.less +0 -0
  270. package/{css → tests-config}/namespacing/namespacing-1.css +0 -0
  271. package/{less → tests-config}/namespacing/namespacing-1.less +0 -0
  272. package/{css → tests-config}/namespacing/namespacing-2.css +0 -0
  273. package/{less → tests-config}/namespacing/namespacing-2.less +0 -0
  274. package/{css → tests-config}/namespacing/namespacing-3.css +0 -0
  275. package/{less → tests-config}/namespacing/namespacing-3.less +0 -0
  276. package/{css → tests-config}/namespacing/namespacing-4.css +0 -0
  277. package/{less → tests-config}/namespacing/namespacing-4.less +0 -0
  278. package/{css → tests-config}/namespacing/namespacing-5.css +0 -0
  279. package/{less → tests-config}/namespacing/namespacing-5.less +0 -0
  280. package/{css → tests-config}/namespacing/namespacing-6.css +0 -0
  281. package/{less → tests-config}/namespacing/namespacing-6.less +0 -0
  282. package/{css → tests-config}/namespacing/namespacing-7.css +0 -0
  283. package/{less → tests-config}/namespacing/namespacing-7.less +0 -0
  284. package/{css → tests-config}/namespacing/namespacing-8.css +0 -0
  285. package/{less → tests-config}/namespacing/namespacing-8.less +0 -0
  286. package/{css → tests-config}/namespacing/namespacing-functions.css +0 -0
  287. package/{less → tests-config}/namespacing/namespacing-functions.less +0 -0
  288. package/{css → tests-config}/namespacing/namespacing-media.css +0 -0
  289. package/{less → tests-config}/namespacing/namespacing-media.less +0 -0
  290. package/{css → tests-config}/namespacing/namespacing-operations.css +0 -0
  291. package/{less → tests-config}/namespacing/namespacing-operations.less +0 -0
  292. package/{less → tests-config}/no-js-errors/no-js-errors.less +0 -0
  293. package/{less → tests-config}/no-js-errors/no-js-errors.txt +0 -0
  294. package/{css → tests-config}/postProcessorPlugin/postProcessor.css +0 -0
  295. package/{less → tests-config}/postProcessorPlugin/postProcessor.less +0 -0
  296. package/{css → tests-config}/preProcessorPlugin/preProcessor.css +0 -0
  297. package/{less → tests-config}/preProcessorPlugin/preProcessor.less +0 -0
  298. package/{css → tests-config}/process-imports/google.css +0 -0
  299. package/{less → tests-config}/process-imports/google.less +0 -0
  300. package/{less → tests-config}/rewrite-urls-all/folder/file.less +0 -0
  301. package/{css → tests-config}/rewrite-urls-all/rewrite-urls-all.css +0 -0
  302. package/{less → tests-config}/rewrite-urls-all/rewrite-urls-all.less +0 -0
  303. package/{less → tests-config}/rewrite-urls-local/folder/file.less +0 -0
  304. package/{css → tests-config}/rewrite-urls-local/rewrite-urls-local.css +0 -0
  305. package/{less → tests-config}/rewrite-urls-local/rewrite-urls-local.less +0 -0
  306. package/{less → tests-config}/root-registry/file.less +0 -0
  307. package/{less → tests-config}/root-registry/root.less +0 -0
  308. package/{less → tests-config}/rootpath-rewrite-urls-all/folder/file.less +0 -0
  309. package/{css → tests-config}/rootpath-rewrite-urls-all/rootpath-rewrite-urls-all.css +0 -0
  310. package/{less → tests-config}/rootpath-rewrite-urls-all/rootpath-rewrite-urls-all.less +0 -0
  311. package/{less → tests-config}/rootpath-rewrite-urls-local/folder/file.less +0 -0
  312. package/{css → tests-config}/rootpath-rewrite-urls-local/rootpath-rewrite-urls-local.css +0 -0
  313. package/{less → tests-config}/rootpath-rewrite-urls-local/rootpath-rewrite-urls-local.less +0 -0
  314. package/{less → tests-config}/sourcemaps/basic.json +0 -0
  315. package/{less → tests-config}/sourcemaps/basic.less +0 -0
  316. package/{less → tests-config}/sourcemaps/custom-props.less +0 -0
  317. package/{less → tests-config}/sourcemaps/imported.css +0 -0
  318. package/{less → tests-config}/sourcemaps-disable-annotation/basic.less +0 -0
  319. package/{less/_main → tests-config/sourcemaps-empty}/empty.less +0 -0
  320. package/{less → tests-config}/sourcemaps-empty/var-defs.less +0 -0
  321. package/{less → tests-config}/sourcemaps-variable-selector/basic.less +0 -0
  322. package/{less → tests-config}/sourcemaps-variable-selector/vars.less +0 -0
  323. package/{css → tests-config}/units/no-strict/no-strict.css +0 -0
  324. package/{less → tests-config}/units/no-strict/no-strict.less +0 -0
  325. package/{css → tests-config}/units/strict/strict-units.css +0 -0
  326. package/{less → tests-config}/units/strict/strict-units.less +0 -0
  327. package/{css → tests-config}/url-args/urls.css +0 -0
  328. package/{css → tests-config}/visitorPlugin/visitor.css +0 -0
  329. package/{less → tests-config}/visitorPlugin/visitor.less +0 -0
  330. package/{errors → tests-error}/eval/add-mixed-units.less +0 -0
  331. package/{errors → tests-error}/eval/add-mixed-units.txt +0 -0
  332. package/{errors → tests-error}/eval/add-mixed-units2.less +0 -0
  333. package/{errors → tests-error}/eval/add-mixed-units2.txt +0 -0
  334. package/{errors → tests-error}/eval/at-rules-undefined-var.less +0 -0
  335. package/{errors → tests-error}/eval/at-rules-undefined-var.txt +0 -0
  336. package/{errors → tests-error}/eval/color-func-invalid-color-2.less +0 -0
  337. package/{errors → tests-error}/eval/color-func-invalid-color-2.txt +0 -0
  338. package/{errors → tests-error}/eval/color-func-invalid-color.less +0 -0
  339. package/{errors → tests-error}/eval/color-func-invalid-color.txt +0 -0
  340. package/{errors → tests-error}/eval/css-guard-default-func.less +0 -0
  341. package/{errors → tests-error}/eval/css-guard-default-func.txt +0 -0
  342. package/{errors → tests-error}/eval/detached-ruleset-1.less +0 -0
  343. package/{errors → tests-error}/eval/detached-ruleset-1.txt +0 -0
  344. package/{errors → tests-error}/eval/detached-ruleset-2.less +0 -0
  345. package/{errors → tests-error}/eval/detached-ruleset-2.txt +0 -0
  346. package/{errors → tests-error}/eval/detached-ruleset-3.less +0 -0
  347. package/{errors → tests-error}/eval/detached-ruleset-3.txt +0 -0
  348. package/{errors → tests-error}/eval/detached-ruleset-5.less +0 -0
  349. package/{errors → tests-error}/eval/detached-ruleset-5.txt +0 -0
  350. package/{errors → tests-error}/eval/divide-mixed-units.less +0 -0
  351. package/{errors → tests-error}/eval/divide-mixed-units.txt +0 -0
  352. package/{errors → tests-error}/eval/extend-no-selector.less +0 -0
  353. package/{errors → tests-error}/eval/extend-no-selector.txt +0 -0
  354. package/{errors → tests-error}/eval/functions-1.less +0 -0
  355. package/{errors → tests-error}/eval/functions-1.txt +0 -0
  356. package/{errors → tests-error}/eval/functions-10-keyword.less +0 -0
  357. package/{errors → tests-error}/eval/functions-10-keyword.txt +0 -0
  358. package/{errors → tests-error}/eval/functions-11-operation.less +0 -0
  359. package/{errors → tests-error}/eval/functions-11-operation.txt +0 -0
  360. package/{errors → tests-error}/eval/functions-12-quoted.less +0 -0
  361. package/{errors → tests-error}/eval/functions-12-quoted.txt +0 -0
  362. package/{errors → tests-error}/eval/functions-13-selector.less +0 -0
  363. package/{errors → tests-error}/eval/functions-13-selector.txt +0 -0
  364. package/{errors → tests-error}/eval/functions-14-url.less +0 -0
  365. package/{errors → tests-error}/eval/functions-14-url.txt +0 -0
  366. package/{errors → tests-error}/eval/functions-15-value.less +0 -0
  367. package/{errors → tests-error}/eval/functions-15-value.txt +0 -0
  368. package/{errors → tests-error}/eval/functions-3-assignment.less +0 -0
  369. package/{errors → tests-error}/eval/functions-3-assignment.txt +0 -0
  370. package/{errors → tests-error}/eval/functions-4-call.less +0 -0
  371. package/{errors → tests-error}/eval/functions-4-call.txt +0 -0
  372. package/{errors → tests-error}/eval/functions-5-color-2.less +0 -0
  373. package/{errors → tests-error}/eval/functions-5-color-2.txt +0 -0
  374. package/{errors → tests-error}/eval/functions-5-color.less +0 -0
  375. package/{errors → tests-error}/eval/functions-5-color.txt +0 -0
  376. package/{errors → tests-error}/eval/functions-6-condition.less +0 -0
  377. package/{errors → tests-error}/eval/functions-6-condition.txt +0 -0
  378. package/{errors → tests-error}/eval/functions-7-dimension.less +0 -0
  379. package/{errors → tests-error}/eval/functions-7-dimension.txt +0 -0
  380. package/{errors → tests-error}/eval/functions-8-element.less +0 -0
  381. package/{errors → tests-error}/eval/functions-8-element.txt +0 -0
  382. package/{errors → tests-error}/eval/functions-9-expression.less +0 -0
  383. package/{errors → tests-error}/eval/functions-9-expression.txt +0 -0
  384. package/{errors → tests-error}/eval/import-missing.less +0 -0
  385. package/{errors → tests-error}/eval/import-missing.txt +0 -0
  386. package/{errors → tests-error}/eval/import-subfolder1.less +0 -0
  387. package/{errors → tests-error}/eval/import-subfolder1.txt +0 -0
  388. package/{errors → tests-error}/eval/imports/import-subfolder1.less +0 -0
  389. package/{errors → tests-error}/eval/imports/import-test.less +0 -0
  390. package/{errors → tests-error}/eval/imports/subfolder/mixin-not-defined.less +0 -0
  391. package/{errors → tests-error}/eval/javascript-undefined-var.less +0 -0
  392. package/{errors → tests-error}/eval/javascript-undefined-var.txt +0 -0
  393. package/{errors → tests-error}/eval/mixin-not-defined-2.less +0 -0
  394. package/{errors → tests-error}/eval/mixin-not-defined-2.txt +0 -0
  395. package/{errors → tests-error}/eval/mixin-not-defined.less +0 -0
  396. package/{errors → tests-error}/eval/mixin-not-defined.txt +0 -0
  397. package/{errors → tests-error}/eval/mixin-not-matched.less +0 -0
  398. package/{errors → tests-error}/eval/mixin-not-matched.txt +0 -0
  399. package/{errors → tests-error}/eval/mixin-not-matched2.less +0 -0
  400. package/{errors → tests-error}/eval/mixin-not-matched2.txt +0 -0
  401. package/{errors → tests-error}/eval/mixin-not-visible-in-scope-1.less +0 -0
  402. package/{errors → tests-error}/eval/mixin-not-visible-in-scope-1.txt +0 -0
  403. package/{errors → tests-error}/eval/mixins-guards-default-func-1.less +0 -0
  404. package/{errors → tests-error}/eval/mixins-guards-default-func-1.txt +0 -0
  405. package/{errors → tests-error}/eval/mixins-guards-default-func-2.less +0 -0
  406. package/{errors → tests-error}/eval/mixins-guards-default-func-2.txt +0 -0
  407. package/{errors → tests-error}/eval/mixins-guards-default-func-3.less +0 -0
  408. package/{errors → tests-error}/eval/mixins-guards-default-func-3.txt +0 -0
  409. package/{errors → tests-error}/eval/multiple-guards-on-css-selectors.less +0 -0
  410. package/{errors → tests-error}/eval/multiple-guards-on-css-selectors.txt +0 -0
  411. package/{errors → tests-error}/eval/multiple-guards-on-css-selectors2.less +0 -0
  412. package/{errors → tests-error}/eval/multiple-guards-on-css-selectors2.txt +0 -0
  413. package/{errors → tests-error}/eval/multiply-mixed-units.less +0 -0
  414. package/{errors → tests-error}/eval/multiply-mixed-units.txt +0 -0
  415. package/{errors → tests-error}/eval/namespacing-2.less +0 -0
  416. package/{errors → tests-error}/eval/namespacing-2.txt +0 -0
  417. package/{errors → tests-error}/eval/namespacing-3.less +0 -0
  418. package/{errors → tests-error}/eval/namespacing-3.txt +0 -0
  419. package/{errors → tests-error}/eval/namespacing-4.less +0 -0
  420. package/{errors → tests-error}/eval/namespacing-4.txt +0 -0
  421. package/{errors → tests-error}/eval/percentage-non-number-argument.less +0 -0
  422. package/{errors → tests-error}/eval/percentage-non-number-argument.txt +0 -0
  423. package/{errors → tests-error}/eval/plugin/plugin-error-2.js +0 -0
  424. package/{errors → tests-error}/eval/plugin/plugin-error-3.js +0 -0
  425. package/{errors → tests-error}/eval/plugin/plugin-error.js +0 -0
  426. package/{errors → tests-error}/eval/plugin-1.less +0 -0
  427. package/{errors → tests-error}/eval/plugin-1.txt +0 -0
  428. package/{errors → tests-error}/eval/plugin-2.less +0 -0
  429. package/{errors → tests-error}/eval/plugin-2.txt +0 -0
  430. package/{errors → tests-error}/eval/plugin-3.less +0 -0
  431. package/{errors → tests-error}/eval/plugin-3.txt +0 -0
  432. package/{errors → tests-error}/eval/property-in-root.less +0 -0
  433. package/{errors → tests-error}/eval/property-in-root.txt +0 -0
  434. package/{errors → tests-error}/eval/property-in-root2.less +0 -0
  435. package/{errors → tests-error}/eval/property-in-root2.txt +0 -0
  436. package/{errors → tests-error}/eval/property-in-root3.less +0 -0
  437. package/{errors → tests-error}/eval/property-in-root3.txt +0 -0
  438. package/{errors → tests-error}/eval/property-interp-not-defined.less +0 -0
  439. package/{errors → tests-error}/eval/property-interp-not-defined.txt +0 -0
  440. package/{errors → tests-error}/eval/recursive-variable.less +0 -0
  441. package/{errors → tests-error}/eval/recursive-variable.txt +0 -0
  442. package/{errors → tests-error}/eval/root-func-undefined-1.less +0 -0
  443. package/{errors → tests-error}/eval/root-func-undefined-1.txt +0 -0
  444. package/{errors → tests-error}/eval/root-func-undefined-2.less +0 -0
  445. package/{errors → tests-error}/eval/root-func-undefined-2.txt +0 -0
  446. package/{errors → tests-error}/eval/svg-gradient1.less +0 -0
  447. package/{errors → tests-error}/eval/svg-gradient1.txt +0 -0
  448. package/{errors → tests-error}/eval/svg-gradient2.less +0 -0
  449. package/{errors → tests-error}/eval/svg-gradient2.txt +0 -0
  450. package/{errors → tests-error}/eval/svg-gradient3.less +0 -0
  451. package/{errors → tests-error}/eval/svg-gradient3.txt +0 -0
  452. package/{errors → tests-error}/eval/svg-gradient4.less +0 -0
  453. package/{errors → tests-error}/eval/svg-gradient4.txt +0 -0
  454. package/{errors → tests-error}/eval/svg-gradient5.less +0 -0
  455. package/{errors → tests-error}/eval/svg-gradient5.txt +0 -0
  456. package/{errors → tests-error}/eval/svg-gradient6.less +0 -0
  457. package/{errors → tests-error}/eval/svg-gradient6.txt +0 -0
  458. package/{errors → tests-error}/eval/unit-function.less +0 -0
  459. package/{errors → tests-error}/eval/unit-function.txt +0 -0
  460. package/{errors → tests-error}/parse/at-rules-unmatching-block.less +0 -0
  461. package/{errors → tests-error}/parse/at-rules-unmatching-block.txt +0 -0
  462. package/{errors → tests-error}/parse/bad-variable-declaration1.less +0 -0
  463. package/{errors → tests-error}/parse/bad-variable-declaration1.txt +0 -0
  464. package/{errors → tests-error}/parse/custom-property-unmatched-block-1.less +0 -0
  465. package/{errors → tests-error}/parse/custom-property-unmatched-block-1.txt +0 -0
  466. package/{errors → tests-error}/parse/custom-property-unmatched-block-2.less +0 -0
  467. package/{errors → tests-error}/parse/custom-property-unmatched-block-2.txt +0 -0
  468. package/{errors → tests-error}/parse/custom-property-unmatched-block-3.less +0 -0
  469. package/{errors → tests-error}/parse/custom-property-unmatched-block-3.txt +0 -0
  470. package/{errors → tests-error}/parse/detached-ruleset-6.less +0 -0
  471. package/{errors → tests-error}/parse/detached-ruleset-6.txt +0 -0
  472. package/{errors → tests-error}/parse/extend-not-at-end.less +0 -0
  473. package/{errors → tests-error}/parse/extend-not-at-end.txt +0 -0
  474. package/{errors → tests-error}/parse/import-malformed.less +0 -0
  475. package/{errors → tests-error}/parse/import-malformed.txt +0 -0
  476. package/{errors → tests-error}/parse/import-no-semi.less +0 -0
  477. package/{errors → tests-error}/parse/import-no-semi.txt +0 -0
  478. package/{errors → tests-error}/parse/import-subfolder2.less +0 -0
  479. package/{errors → tests-error}/parse/import-subfolder2.txt +0 -0
  480. package/{errors → tests-error}/parse/imports/import-subfolder2.less +0 -0
  481. package/{errors → tests-error}/parse/imports/subfolder/parse-error-curly-bracket.less +0 -0
  482. package/{errors → tests-error}/parse/invalid-color-with-comment.less +0 -0
  483. package/{errors → tests-error}/parse/invalid-color-with-comment.txt +0 -0
  484. package/{errors → tests-error}/parse/mixed-mixin-definition-args-1.less +0 -0
  485. package/{errors → tests-error}/parse/mixed-mixin-definition-args-1.txt +0 -0
  486. package/{errors → tests-error}/parse/mixed-mixin-definition-args-2.less +0 -0
  487. package/{errors → tests-error}/parse/mixed-mixin-definition-args-2.txt +0 -0
  488. package/{errors → tests-error}/parse/mixins-guards-cond-expected.less +0 -0
  489. package/{errors → tests-error}/parse/mixins-guards-cond-expected.txt +0 -0
  490. package/{errors → tests-error}/parse/parens-error-1.less +0 -0
  491. package/{errors → tests-error}/parse/parens-error-1.txt +0 -0
  492. package/{errors → tests-error}/parse/parens-error-2.less +0 -0
  493. package/{errors → tests-error}/parse/parens-error-2.txt +0 -0
  494. package/{errors → tests-error}/parse/parens-error-3.less +0 -0
  495. package/{errors → tests-error}/parse/parens-error-3.txt +0 -0
  496. package/{errors → tests-error}/parse/parse-error-curly-bracket.less +0 -0
  497. package/{errors → tests-error}/parse/parse-error-curly-bracket.txt +0 -0
  498. package/{errors → tests-error}/parse/parse-error-media-no-block-1.less +0 -0
  499. package/{errors → tests-error}/parse/parse-error-media-no-block-2.less +0 -0
  500. package/{errors → tests-error}/parse/parse-error-media-no-block-3.less +0 -0
  501. package/{errors → tests-error}/parse/parse-error-missing-bracket.less +0 -0
  502. package/{errors → tests-error}/parse/parse-error-missing-bracket.txt +0 -0
  503. package/{errors → tests-error}/parse/parse-error-missing-parens.less +0 -0
  504. package/{errors → tests-error}/parse/parse-error-missing-parens.txt +0 -0
  505. package/{errors → tests-error}/parse/parse-error-with-import.less +0 -0
  506. package/{errors → tests-error}/parse/parse-error-with-import.txt +0 -0
  507. package/{errors → tests-error}/parse/percentage-missing-space.less +0 -0
  508. package/{errors → tests-error}/parse/percentage-missing-space.txt +0 -0
  509. package/{errors → tests-error}/parse/property-asterisk-only-name.less +0 -0
  510. package/{errors → tests-error}/parse/property-asterisk-only-name.txt +0 -0
  511. package/{errors → tests-error}/parse/single-character.less +0 -0
  512. package/{errors → tests-error}/parse/single-character.txt +0 -0
  513. package/{css/_main/empty.css → tests-unit/at-rules-empty-block/at-rules-empty-block.css} +0 -0
  514. package/{css/_main → tests-unit/charsets}/charsets.css +0 -0
  515. package/{css/_main/colors2.css → tests-unit/color-functions/modern-syntax.css} +0 -0
  516. package/{css/_main → tests-unit/comments}/comments2.css +0 -0
  517. package/{css/_main → tests-unit/css-grid}/css-grid.css +0 -0
  518. package/{css/_main → tests-unit/css-guards}/css-guards.css +0 -0
  519. package/{css/_main → tests-unit/detached-rulesets}/detached-rulesets.css +0 -0
  520. package/{css/_main/directives-bubling.css → tests-unit/directives-bubbling/directives-bubbling.css} +0 -0
  521. package/{css/_main/no-output.css → tests-unit/empty/empty.css} +0 -0
  522. package/{less/_main → tests-unit/extend}/extend-clearfix.less +0 -0
  523. package/{css/_main → tests-unit/extend}/extend.css +0 -0
  524. package/{css/_main → tests-unit/extend-chaining}/extend-chaining.css +0 -0
  525. package/{css/_main → tests-unit/extend-clearfix}/extend-clearfix.css +0 -0
  526. package/{css/_main → tests-unit/extend-exact}/extend-exact.css +0 -0
  527. package/{css/_main → tests-unit/extend-media}/extend-media.css +0 -0
  528. package/{css/_main → tests-unit/extend-nest}/extend-nest.css +0 -0
  529. package/{css/_main → tests-unit/extend-selector}/extend-selector.css +0 -0
  530. package/{css/_main → tests-unit/functions-each}/functions-each.css +0 -0
  531. package/{css/_main → tests-unit/ie-filters}/ie-filters.css +0 -0
  532. package/{css/_main → tests-unit/impor}/impor.css +0 -0
  533. package/{less/_main → tests-unit/impor}/impor.less +0 -0
  534. package/{less/_main → tests-unit/import}/import/css-import.less +0 -0
  535. package/{less/_main → tests-unit/import}/import/deeper/deeper-2/url-import-2.less +0 -0
  536. package/{less/_main → tests-unit/import}/import/deeper/deeper-2/url-import.less +0 -0
  537. package/{less/_main → tests-unit/import}/import/deeper/import-once-test-a.less +0 -0
  538. package/{less/_main → tests-unit/import}/import/deeper/url-import.less +0 -0
  539. package/{less/_main → tests-unit/import}/import/import-charset-test.less +0 -0
  540. package/{less/_main → tests-unit/import}/import/import-inline-invalid-css.less +0 -0
  541. package/{less/_main → tests-unit/import}/import/import-interpolation.less +0 -0
  542. package/{less/_main → tests-unit/import}/import/import-interpolation2.less +0 -0
  543. package/{less/_main → tests-unit/import}/import/import-once-test-c.less +0 -0
  544. package/{less/_main → tests-unit/import}/import/import-reference.less +0 -0
  545. package/{less/_main → tests-unit/import}/import/import-test-a.less +0 -0
  546. package/{less/_main → tests-unit/import}/import/import-test-b.less +0 -0
  547. package/{less/_main → tests-unit/import}/import/import-test-c.less +0 -0
  548. package/{less/_main → tests-unit/import}/import/import-test-d.css +0 -0
  549. package/{less/_main → tests-unit/import}/import/import-test-f.less +0 -0
  550. package/{less/_main → tests-unit/import}/import/imports/font.less +0 -0
  551. package/{less/_main → tests-unit/import}/import/interpolation-vars.less +0 -0
  552. package/{less/_main → tests-unit/import}/import/invalid-css.less +0 -0
  553. package/{less/_main → tests-unit/import}/import/json/index.json +0 -0
  554. package/{less/_main → tests-unit/import}/import/json/index.less +0 -0
  555. package/{less/_main → tests-unit/import}/import/layer-import-2.css +0 -0
  556. package/{less/_main → tests-unit/import}/import/layer-import-3.css +0 -0
  557. package/{less/_main → tests-unit/import}/import/layer-import-4.css +0 -0
  558. package/{less/_main → tests-unit/import}/import/layer-import-5.css +0 -0
  559. package/{less/_main → tests-unit/import}/import/layer-import.less +0 -0
  560. package/{less/_main → tests-unit/import}/import/urls.less +0 -0
  561. package/{css/_main → tests-unit/import}/import-inline.css +0 -0
  562. package/{less/_main → tests-unit/import}/import-inline.less +0 -0
  563. package/{less/_main → tests-unit/import}/import-interpolation.less +0 -0
  564. package/{css/_main → tests-unit/import}/import-module.css +0 -0
  565. package/{less/_main → tests-unit/import}/import-module.less +0 -0
  566. package/{css/_main → tests-unit/import}/import-once.css +0 -0
  567. package/{less/_main → tests-unit/import}/import-once.less +0 -0
  568. package/{less/_main → tests-unit/import}/import-reference-issues/appender-reference-1968.less +0 -0
  569. package/{less/_main → tests-unit/import}/import-reference-issues/comments-2991.less +0 -0
  570. package/{less/_main → tests-unit/import}/import-reference-issues/global-scope-import.less +0 -0
  571. package/{less/_main → tests-unit/import}/import-reference-issues/global-scope-nested.less +0 -0
  572. package/{less/_main → tests-unit/import}/import-reference-issues/mixin-1968.less +0 -0
  573. package/{less/_main → tests-unit/import}/import-reference-issues/multiple-import-nested.less +0 -0
  574. package/{less/_main → tests-unit/import}/import-reference-issues/multiple-import.less +0 -0
  575. package/{less/_main → tests-unit/import}/import-reference-issues/simple-mixin.css +0 -0
  576. package/{less/_main → tests-unit/import}/import-reference-issues/simple-ruleset-2162.less +0 -0
  577. package/{css/_main → tests-unit/import}/import-reference-issues.css +0 -0
  578. package/{less/_main → tests-unit/import}/import-reference-issues.less +0 -0
  579. package/{css/_main → tests-unit/import}/import-remote.css +0 -0
  580. package/{less/_main → tests-unit/import}/import-remote.less +0 -0
  581. package/{css/_main → tests-unit/import}/import.css +0 -0
  582. package/{less/_main → tests-unit/import}/import.less +0 -0
  583. package/{css/_main → tests-unit/lazy-eval}/lazy-eval.css +0 -0
  584. package/{css/_main → tests-unit/merge}/merge.css +0 -0
  585. package/{css/_main → tests-unit/mixin-noparens}/mixin-noparens.css +0 -0
  586. package/{css/_main → tests-unit/mixins}/mixins.css +0 -0
  587. package/{css/_main → tests-unit/mixins-closure}/mixins-closure.css +0 -0
  588. package/{less/_main → tests-unit/mixins-closure}/mixins-closure.less +0 -0
  589. package/{css/_main → tests-unit/mixins-guards}/mixins-guards.css +0 -0
  590. package/{less/_main → tests-unit/mixins-guards}/mixins-guards.less +1 -1
  591. package/{css/_main → tests-unit/mixins-guards-default-func}/mixins-guards-default-func.css +0 -0
  592. package/{less/_main → tests-unit/mixins-guards-default-func}/mixins-guards-default-func.less +1 -1
  593. /package/{css/_main → tests-unit/mixins-important}/mixins-important.css +0 -0
  594. /package/{css/_main → tests-unit/mixins-named-args}/mixins-named-args.css +0 -0
  595. /package/{css/_main → tests-unit/mixins-nested}/mixins-nested.css +0 -0
  596. /package/{less/_main → tests-unit/mixins-nested}/mixins-nested.less +0 -0
  597. /package/{css/_main → tests-unit/mixins-pattern}/mixins-pattern.css +0 -0
  598. /package/{less/_main → tests-unit/mixins-pattern}/mixins-pattern.less +0 -0
  599. /package/{less/sourcemaps-empty/empty.less → tests-unit/no-output/no-output.css} +0 -0
  600. /package/{css/_main → tests-unit/operations}/operations.css +0 -0
  601. /package/{css/_main → tests-unit/parse-interpolation}/parse-interpolation.css +0 -0
  602. /package/{css/_main → tests-unit/permissive-parse}/permissive-parse.css +0 -0
  603. /package/{css/_main → tests-unit/plugi}/plugi.css +0 -0
  604. /package/{less/_main → tests-unit/plugi}/plugi.less +0 -0
  605. /package/{css/_main → tests-unit/plugin}/plugin.css +0 -0
  606. /package/{css/_main → tests-unit/plugin-module}/plugin-module.css +0 -0
  607. /package/{css/_main → tests-unit/plugin-preeval}/plugin-preeval.css +0 -0
  608. /package/{css/_main → tests-unit/property-accessors}/property-accessors.css +0 -0
  609. /package/{css/_main → tests-unit/property-name-interp}/property-name-interp.css +0 -0
  610. /package/{css/_main → tests-unit/rulesets}/rulesets.css +0 -0
  611. /package/{css/_main → tests-unit/scope}/scope.css +0 -0
  612. /package/{css/_main → tests-unit/starting-style}/starting-style.css +0 -0
  613. /package/{less/_main → tests-unit/urls/assets}/nested-gradient-with-svg-gradient/svg-gradient-mixin.less +0 -0
  614. /package/{less/_main → tests-unit/urls}/import/imports/logo.less +0 -0
  615. /package/{less/_main → tests-unit/urls}/nested-gradient-with-svg-gradient/mixin-consumer.less +0 -0
  616. /package/{css/_main → tests-unit/variables-in-at-rules}/variables-in-at-rules.css +0 -0
  617. /package/{css/_main → tests-unit/whitespace}/whitespace.css +0 -0
@@ -0,0 +1,80 @@
1
+ // Advanced variable features not covered in existing tests
2
+ @a: 2;
3
+ @c: #888;
4
+ @onePixel: 1px;
5
+
6
+ .alpha {
7
+ @var: 42;
8
+ filter: alpha(opacity=@var);
9
+ }
10
+
11
+ .units-extended {
12
+ width: @onePixel;
13
+ same-unit-as-previously: (@onePixel / @onePixel);
14
+ square-pixel-divided: (@onePixel * @onePixel / @onePixel);
15
+ odd-unit: unit((@onePixel * 4em / 2cm));
16
+ percentage: (10 * 50%);
17
+ pixels: (50px * 10);
18
+ conversion-metric-a: (20mm + 1cm);
19
+ conversion-metric-b: (1cm + 20mm);
20
+ conversion-imperial: (1in + 72pt + 6pc);
21
+ custom-unit: (42octocats * 10);
22
+ custom-unit-cancelling: (8cats * 9dogs / 4cats);
23
+ mix-units: (1px + 1em);
24
+ invalid-units: (1px * 1px);
25
+ .fallback {
26
+ @px: 14px;
27
+ @em: 1.4em;
28
+ @cm: 10cm;
29
+ div-px-1: (@px / @em);
30
+ div-px-2: ((@px / @em) / @cm);
31
+ sub-px-1: (@px - @em);
32
+ sub-cm-1: (@cm - (@px - @em));
33
+ mul-px-1: (@px * @em);
34
+ mul-em-1: (@em * @px);
35
+ mul-em-2: ((@em * @px) * @cm);
36
+ mul-cm-1: (@cm * (@em * @px));
37
+ add-px-1: (@px + @em);
38
+ add-px-2: ((@px + @em) + @cm);
39
+ mul-px-2: ((1 * @px) * @cm);
40
+ mul-px-3: ((@px * 1) * @cm);
41
+ }
42
+ }
43
+
44
+ .css-custom-properties {
45
+ --tw-pan-x: ;
46
+ --tw-pan-y: ;
47
+ --tw-pinch-zoom: ;
48
+ --tw-scroll-snap-strictness: proximity;
49
+ }
50
+
51
+ .variable-interpolation {
52
+ @a1: 1px;
53
+ @b2: 2px;
54
+ @c3: @a1 + @b2;
55
+
56
+ @radio-cls: radio;
57
+ @radio-cls-checked: @{radio-cls}_checked;
58
+
59
+ .@{radio-cls-checked} {
60
+ border-color: #fff;
61
+ }
62
+ }
63
+
64
+ .each-with-variables {
65
+ @items:
66
+ // Fruit
67
+ apple,
68
+ banana,
69
+ cherry,
70
+ // Vegetables
71
+ carrot,
72
+ potato,
73
+ ;
74
+
75
+ each(@items, {
76
+ div#@{value} {
77
+ color: blue;
78
+ }
79
+ })
80
+ }
@@ -0,0 +1,43 @@
1
+ .variables-basic {
2
+ width: 14cm;
3
+ height: 24px;
4
+ color: #888;
5
+ font-family: "Trebuchet MS", Verdana, sans-serif;
6
+ quotes: "~" "~";
7
+ }
8
+ .variable-dash {
9
+ padding: 30px 15px;
10
+ }
11
+ .variable-redefinition {
12
+ zero: 0;
13
+ }
14
+ .variable-scope {
15
+ three: 3;
16
+ }
17
+ .variable-important {
18
+ minus-one: -1;
19
+ font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
20
+ color: #888 !important;
21
+ same-color: #888 !important;
22
+ same-again: #888 !important;
23
+ multi-important: #888 #888, 'Trebuchet' !important;
24
+ multi: something 'A', B, C, 'Trebuchet';
25
+ }
26
+ .variable-names-quoted {
27
+ name: 'hello';
28
+ }
29
+ .variable-names-unquoted {
30
+ name: 'hello';
31
+ }
32
+ .variable-names-color-keyword {
33
+ name: 'hello';
34
+ }
35
+ .variable-units {
36
+ width: 1px;
37
+ same-unit-as-previously: 1px;
38
+ square-pixel-divided: 1px;
39
+ odd-unit: 2;
40
+ }
41
+ .variable-pollution {
42
+ a: 'no-pollution';
43
+ }
@@ -0,0 +1,87 @@
1
+ @a: 2;
2
+ @x: (@a * @a);
3
+ @y: (@x + 1);
4
+ @z: (@x * 2 + @y);
5
+ @var: -1;
6
+ @b: @a * 10;
7
+ @c: #888;
8
+ @fonts: "Trebuchet MS", Verdana, sans-serif;
9
+ @f: @fonts;
10
+ @quotes: "~" "~";
11
+ @q: @quotes;
12
+ @onePixel: 1px;
13
+
14
+ .variables-basic {
15
+ width: (@z + 1cm);
16
+ height: (@b + @x + 0px);
17
+ color: @c;
18
+ font-family: @f;
19
+ quotes: @q;
20
+ }
21
+
22
+ .variable-dash {
23
+ @jumbotron-padding: 30px;
24
+ padding: @jumbotron-padding (@jumbotron-padding/2);
25
+ }
26
+
27
+ .variable-redefinition {
28
+ @var: 0;
29
+ zero: @var;
30
+ }
31
+
32
+ .variable-scope {
33
+ @var: 4;
34
+ @var: 2;
35
+ three: @var;
36
+ @var: 3;
37
+ }
38
+
39
+ .variable-important {
40
+ @important-var: @c !important;
41
+ @important-var-two: @a !important;
42
+ minus-one: @var;
43
+ @a: 'Trebuchet';
44
+ @multi: 'A', B, C;
45
+ font-family: @a, @a, @a;
46
+ color: @c !important;
47
+ same-color: @important-var;
48
+ same-again: @important-var !important;
49
+ multi-important: @important-var @important-var, @important-var-two;
50
+ multi: something @multi, @a;
51
+ }
52
+
53
+ .variable-names-quoted {
54
+ @var: 'hello';
55
+ @name: 'var';
56
+ name: @@name;
57
+ }
58
+
59
+ .variable-names-unquoted {
60
+ @var: 'hello';
61
+ @name: var;
62
+ name: @@name;
63
+ }
64
+
65
+ .variable-names-color-keyword {
66
+ @red: 'hello';
67
+ @name: red;
68
+ name: @@name;
69
+ }
70
+
71
+ .variable-units {
72
+ width: @onePixel;
73
+ same-unit-as-previously: (@onePixel / @onePixel);
74
+ square-pixel-divided: (@onePixel * @onePixel / @onePixel);
75
+ odd-unit: unit((@onePixel * 4em / 2cm));
76
+ }
77
+
78
+ .variable-pollution {
79
+ @a: 'no-pollution';
80
+ a: @a;
81
+ }
82
+
83
+ .polluteMixin() {
84
+ @a: 'pollution';
85
+ }
86
+
87
+
@@ -1,4 +1,3 @@
1
-
2
1
  @Eight: 8;
3
2
  @charset "UTF-@{Eight}";
4
3
 
@@ -1,3 +1,4 @@
1
+ // Whitespace handling tests
1
2
 
2
3
 
3
4
  .whitespace
@@ -1,140 +0,0 @@
1
- #yelow #short {
2
- color: #fea;
3
- }
4
- #yelow #long {
5
- color: #ffeeaa;
6
- }
7
- #yelow #rgba {
8
- color: rgba(255, 238, 170, 0.1);
9
- }
10
- #yelow #argb {
11
- color: #1affeeaa;
12
- }
13
- #blue #short {
14
- color: #00f;
15
- }
16
- #blue #long {
17
- color: #0000ff;
18
- }
19
- #blue #rgba {
20
- color: rgba(0, 0, 255, 0.1);
21
- }
22
- #blue #argb {
23
- color: #1a0000ff;
24
- }
25
- #alpha #hsla {
26
- color: hsla(11, 20%, 20%, 0.6);
27
- }
28
- #overflow .a {
29
- color: #000000;
30
- }
31
- #overflow .b {
32
- color: #ffffff;
33
- }
34
- #overflow .c {
35
- color: #ffffff;
36
- }
37
- #overflow .d {
38
- color: #00ff00;
39
- }
40
- #overflow .e {
41
- color: rgba(0, 31, 255, 0.42);
42
- }
43
- #grey {
44
- color: #c8c8c8;
45
- }
46
- #aa3333 {
47
- color: #aa3333;
48
- }
49
- #bb8080 {
50
- color: hsl(0, 30%, 62%);
51
- }
52
- #ccff00 {
53
- color: hsl(72, 100%, 50%);
54
- }
55
- .lightenblue {
56
- color: #3333ff;
57
- }
58
- .darkenblue {
59
- color: #0000cc;
60
- }
61
- .unknowncolors {
62
- color: blue2;
63
- border: 2px solid superred;
64
- }
65
- .transparent {
66
- color: transparent;
67
- background-color: rgba(0, 0, 0, 0);
68
- }
69
- #alpha #fromvar {
70
- opacity: 0.7;
71
- }
72
- #alpha #short {
73
- opacity: 1;
74
- }
75
- #alpha #long {
76
- opacity: 1;
77
- }
78
- #alpha #rgba {
79
- opacity: 0.2;
80
- }
81
- #alpha #hsl {
82
- opacity: 1;
83
- }
84
- #percentage {
85
- color: 255;
86
- border-color: rgba(255, 0, 0, 0.5);
87
- }
88
- #rrggbbaa {
89
- test-1: #55FF5599;
90
- test-2: #5F59;
91
- test-3: rgba(136, 255, 136, 0.6);
92
- test-4: rgba(85, 255, 85, 0.1);
93
- test-5: rgba(85, 255, 85, 0.6);
94
- test-6: rgba(85, 255, 85, 0.6);
95
- test-7: rgba(85, 255, 85, 0.5);
96
- test-8: rgba(var(--color-accent), 0.2);
97
- test-9: rgb(var(--color-accent));
98
- test-9: hsla(var(--color-accent));
99
- test-10: #55FF5599;
100
- test-11: hsla(120, 100%, 66.66666667%, 0.6);
101
- test-12: hsla(120, 100%, 66.66666667%, 0.5);
102
- --semi-transparent-dark-background: #001e00ee;
103
- --semi-transparent-dark-background-2: #001e00;
104
- }
105
- .color-oklch-sub {
106
- background: oklch(from #0000FF calc(l - 0.1) c h);
107
- }
108
- .color-oklch-add {
109
- background: oklch(from #0000FF calc(l + 0.1) c h);
110
- }
111
- .color-oklch-mult {
112
- background: oklch(from #0000FF calc(l * 0.1) c h);
113
- }
114
- .color-oklch-div {
115
- background: oklch(from #0000FF calc(l / 2) c h);
116
- }
117
- .color-hsl-sub {
118
- background: hsl(from #0000FF calc(h - 1) s l);
119
- }
120
- .color-hsl-add {
121
- background: hsl(from #0000FF calc(h + 1) s l);
122
- }
123
- .color-hsl-mult {
124
- background: hsl(from #0000FF calc(h * 1) s l);
125
- }
126
- .color-hsl-div {
127
- background: hsl(from #0000FF calc(h / 2) s l);
128
- }
129
- .color-rgb-sub {
130
- background: rgb(from #0000FF calc(r - 1) g b);
131
- }
132
- .color-rgb-add {
133
- background: rgb(from #0000FF calc(r + 1) g b);
134
- }
135
- .color-rgb-mult {
136
- background: rgb(from #0000FF calc(r * 1) g b);
137
- }
138
- .color-rgb-div {
139
- background: rgb(from #0000FF calc(r / 2) g b);
140
- }
@@ -1,97 +0,0 @@
1
- .variables {
2
- width: 14cm;
3
- }
4
- .variable-dash .q {
5
- padding: 30px 15px;
6
- }
7
- .variables {
8
- height: 24px;
9
- color: #888;
10
- font-family: "Trebuchet MS", Verdana, sans-serif;
11
- quotes: "~" "~";
12
- }
13
- .redef {
14
- zero: 0;
15
- }
16
- .redef .inition {
17
- three: 3;
18
- }
19
- .values {
20
- minus-one: -1;
21
- font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
22
- color: #888 !important;
23
- same-color: #888 !important;
24
- same-again: #888 !important;
25
- multi-important: #888 #888, 'Trebuchet' !important;
26
- multi: something 'A', B, C, 'Trebuchet';
27
- }
28
- .variable-names .quoted {
29
- name: 'hello';
30
- }
31
- .variable-names .unquoted {
32
- name: 'hello';
33
- }
34
- .variable-names .color-keyword {
35
- name: 'hello';
36
- }
37
- .alpha {
38
- filter: alpha(opacity=42);
39
- }
40
- .test-rulePollution {
41
- a: 'no-pollution';
42
- }
43
- .units {
44
- width: 1px;
45
- same-unit-as-previously: 1px;
46
- square-pixel-divided: 1px;
47
- odd-unit: 2;
48
- percentage: 500%;
49
- pixels: 500px;
50
- conversion-metric-a: 30mm;
51
- conversion-metric-b: 3cm;
52
- conversion-imperial: 3in;
53
- custom-unit: 420octocats;
54
- custom-unit-cancelling: 18dogs;
55
- mix-units: 2px;
56
- invalid-units: 1px;
57
- }
58
- .units .fallback {
59
- div-px-1: 10px;
60
- div-px-2: 1px;
61
- sub-px-1: 12.6px;
62
- sub-cm-1: 9.666625cm;
63
- mul-px-1: 19.6px;
64
- mul-em-1: 19.6em;
65
- mul-em-2: 196em;
66
- mul-cm-1: 196cm;
67
- add-px-1: 15.4px;
68
- add-px-2: 393.35275591px;
69
- mul-px-2: 140px;
70
- mul-px-3: 140px;
71
- }
72
- *,
73
- ::before,
74
- ::after {
75
- --tw-pan-x: ;
76
- --tw-pan-y: ;
77
- --tw-pinch-zoom: ;
78
- --tw-scroll-snap-strictness: proximity;
79
- }
80
- .radio_checked {
81
- border-color: #fff;
82
- }
83
- div#apple {
84
- color: blue;
85
- }
86
- div#banana {
87
- color: blue;
88
- }
89
- div#cherry {
90
- color: blue;
91
- }
92
- div#carrot {
93
- color: blue;
94
- }
95
- div#potato {
96
- color: blue;
97
- }
@@ -1,3 +0,0 @@
1
- @charset "UTF-8";
2
-
3
- @import "import/import-charset-test";
@@ -1,164 +0,0 @@
1
- #yelow {
2
- #short {
3
- color: #fea;
4
- }
5
- #long {
6
- color: #ffeeaa;
7
- }
8
- #rgba {
9
- color: rgba(255, 238, 170, 0.1);
10
- }
11
- #argb {
12
- color: argb(rgba(255, 238, 170, 0.1));
13
- }
14
- }
15
-
16
- #blue {
17
- #short {
18
- color: #00f;
19
- }
20
- #long {
21
- color: #0000ff;
22
- }
23
- #rgba {
24
- color: rgba(0, 0, 255, 0.1);
25
- }
26
- #argb {
27
- color: argb(rgba(0, 0, 255, 0.1));
28
- }
29
- }
30
-
31
- #alpha #hsla {
32
- color: hsla(11, 20%, 20%, 0.6);
33
- }
34
-
35
- #overflow {
36
- .a { color: (#111111 - #444444); } // #000000
37
- .b { color: (#eee + #fff); } // #ffffff
38
- .c { color: (#aaa * 3); } // #ffffff
39
- .d { color: (#00ee00 + #009900); } // #00ff00
40
- .e { color: rgba(-99.9, 31.4159, 321, 0.42); }
41
- }
42
-
43
- #grey {
44
- color: rgb(200, 200, 200);
45
- }
46
-
47
- #aa3333 {
48
- color: rgb(66.66%, 20%, 20%);
49
- }
50
-
51
- #bb8080 {
52
- color: hsl(0deg, 30%, 62%);
53
- }
54
-
55
- #ccff00 {
56
- color: hsl(72deg, 100%, 50%);
57
- }
58
-
59
- .lightenblue {
60
- color: lighten(blue, 10%);
61
- }
62
-
63
- .darkenblue {
64
- color: darken(blue, 10%);
65
- }
66
-
67
- .unknowncolors {
68
- color: blue2;
69
- border: 2px solid superred;
70
- }
71
-
72
- .transparent {
73
- color: transparent;
74
- background-color: rgba(0, 0, 0, 0);
75
- }
76
- #alpha {
77
- @colorvar: rgba(150, 200, 150, 0.7);
78
- #fromvar {
79
- opacity: alpha(@colorvar);
80
- }
81
- #short {
82
- opacity: alpha(#aaa);
83
- }
84
- #long {
85
- opacity: alpha(#bababa);
86
- }
87
- #rgba {
88
- opacity: alpha(rgba(50, 120, 95, 0.2));
89
- }
90
- #hsl {
91
- opacity: alpha(hsl(120, 100%, 50%));
92
- }
93
- }
94
-
95
- #percentage {
96
- color: red(rgb(100%, 0, 0));
97
- border-color: rgba(100%, 0, 0, 50%);
98
- }
99
-
100
- #rrggbbaa {
101
- test-1: #55FF5599;
102
- test-2: #5F59;
103
- test-3: lighten(#55FF5599, 10%);
104
- test-4: fade(#5F59, 10%);
105
- test-5: rgba(#55FF5599);
106
- test-6: rgba(#5F59);
107
- test-7: rgba(#5F59, 0.5);
108
- test-8: rgba(var(--color-accent), 0.2);
109
- test-9: rgb(var(--color-accent));
110
- test-9: hsla(var(--color-accent));
111
- test-10: color('#55FF5599');
112
- test-11: hsla(#5F59);
113
- test-12: hsla(#5F59, 0.5);
114
- --semi-transparent-dark-background: #001e00ee;
115
- --semi-transparent-dark-background-2: rgba(0, 30, 0, 238); // invalid opacity will be capped
116
- }
117
-
118
- .color-oklch-sub {
119
- background: oklch(from #0000FF calc(l - 0.1) c h);
120
- }
121
-
122
- .color-oklch-add {
123
- background: oklch(from #0000FF calc(l + 0.1) c h);
124
- }
125
-
126
- .color-oklch-mult {
127
- background: oklch(from #0000FF calc(l * 0.1) c h);
128
- }
129
-
130
- .color-oklch-div {
131
- background: oklch(from #0000FF calc(l / 2) c h);
132
- }
133
-
134
- .color-hsl-sub {
135
- background: hsl(from #0000FF calc(h - 1) s l);
136
- }
137
-
138
- .color-hsl-add {
139
- background: hsl(from #0000FF calc(h + 1) s l);
140
- }
141
-
142
- .color-hsl-mult {
143
- background: hsl(from #0000FF calc(h * 1) s l);
144
- }
145
-
146
- .color-hsl-div {
147
- background: hsl(from #0000FF calc(h / 2) s l);
148
- }
149
-
150
- .color-rgb-sub {
151
- background: rgb(from #0000FF calc(r - 1) g b);
152
- }
153
-
154
- .color-rgb-add {
155
- background: rgb(from #0000FF calc(r + 1) g b);
156
- }
157
-
158
- .color-rgb-mult {
159
- background: rgb(from #0000FF calc(r * 1) g b);
160
- }
161
-
162
- .color-rgb-div {
163
- background: rgb(from #0000FF calc(r / 2) g b);
164
- }