@less/test-data 4.4.4 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -13
- package/tests-config/3rd-party/styles.config.cjs +7 -0
- package/tests-config/at-rules-compressed/at-rules-compressed.css +1 -0
- package/tests-config/at-rules-compressed/at-rules-compressed.less +34 -0
- package/tests-config/at-rules-compressed/styles.config.cjs +8 -0
- package/tests-config/at-rules-compressed-evaluation/at-rules-compressed-evaluation.css +1 -0
- package/tests-config/at-rules-compressed-evaluation/at-rules-compressed-evaluation.less +112 -0
- package/tests-config/at-rules-compressed-evaluation/styles.config.cjs +8 -0
- package/tests-config/compression/styles.config.cjs +8 -0
- package/tests-config/debug/all/linenumbers-all.less +2 -0
- package/tests-config/debug/all/styles.config.cjs +8 -0
- package/tests-config/debug/comments/linenumbers-comments.less +2 -0
- package/tests-config/debug/comments/styles.config.cjs +8 -0
- package/tests-config/debug/mediaquery/linenumbers-mediaquery.less +2 -0
- package/tests-config/debug/mediaquery/styles.config.cjs +8 -0
- package/tests-config/filemanagerPlugin/styles.config.cjs +7 -0
- package/tests-config/globalVars/styles.config.cjs +13 -0
- package/tests-config/include-path/styles.config.cjs +9 -0
- package/tests-config/include-path-string/styles.config.cjs +7 -0
- package/tests-config/js-type-errors/styles.config.cjs +9 -0
- package/tests-config/math-always/styles.config.cjs +7 -0
- package/tests-config/math-parens-division/styles.config.cjs +7 -0
- package/tests-config/math-strict/styles.config.cjs +7 -0
- package/tests-config/modifyVars/styles.config.cjs +11 -0
- package/tests-config/namespacing/styles.config.cjs +5 -0
- package/tests-config/no-js-errors/styles.config.cjs +9 -0
- package/tests-config/postProcessorPlugin/styles.config.cjs +7 -0
- package/tests-config/preProcessorPlugin/styles.config.cjs +7 -0
- package/tests-config/process-imports/styles.config.cjs +7 -0
- package/tests-config/rewrite-urls-all/styles.config.cjs +7 -0
- package/tests-config/rewrite-urls-local/styles.config.cjs +7 -0
- package/tests-config/rootpath-rewrite-urls-all/styles.config.cjs +8 -0
- package/tests-config/rootpath-rewrite-urls-local/styles.config.cjs +8 -0
- package/tests-config/sourcemaps/comprehensive/comprehensive.css +85 -0
- package/tests-config/sourcemaps/comprehensive/comprehensive.less +142 -0
- package/tests-config/sourcemaps/comprehensive/styles.config.cjs +10 -0
- package/tests-config/sourcemaps/styles.config.cjs +12 -0
- package/tests-config/sourcemaps-basepath/sourcemaps-basepath.css +8 -0
- package/tests-config/sourcemaps-basepath/sourcemaps-basepath.less +11 -0
- package/tests-config/sourcemaps-basepath/styles.config.cjs +14 -0
- package/tests-config/sourcemaps-disable-annotation/styles.config.cjs +11 -0
- package/tests-config/sourcemaps-empty/styles.config.cjs +11 -0
- package/tests-config/sourcemaps-include-source/sourcemaps-include-source.css +9 -0
- package/tests-config/sourcemaps-include-source/sourcemaps-include-source.css.map +1 -0
- package/tests-config/sourcemaps-include-source/sourcemaps-include-source.less +13 -0
- package/tests-config/sourcemaps-include-source/styles.config.cjs +10 -0
- package/tests-config/sourcemaps-rootpath/sourcemaps-rootpath.css +8 -0
- package/tests-config/sourcemaps-rootpath/sourcemaps-rootpath.less +11 -0
- package/tests-config/sourcemaps-rootpath/styles.config.cjs +10 -0
- package/tests-config/sourcemaps-url/sourcemaps-url.css +8 -0
- package/tests-config/sourcemaps-url/sourcemaps-url.less +11 -0
- package/tests-config/sourcemaps-url/styles.config.cjs +10 -0
- package/tests-config/sourcemaps-variable-selector/styles.config.cjs +9 -0
- package/tests-config/static-urls/styles.config.cjs +9 -0
- package/{css → tests-config}/static-urls/urls.css +2 -2
- package/{less → tests-config}/static-urls/urls.less +2 -1
- package/tests-config/strict-imports/imported.less +3 -0
- package/tests-config/strict-imports/strict-imports.css +11 -0
- package/tests-config/strict-imports/strict-imports.less +19 -0
- package/tests-config/strict-imports/styles.config.cjs +7 -0
- package/tests-config/units/no-strict/styles.config.cjs +8 -0
- package/tests-config/units/strict/styles.config.cjs +8 -0
- package/tests-config/url-args/styles.config.cjs +7 -0
- package/{less → tests-config}/url-args/urls.less +5 -5
- package/tests-config/visitorPlugin/styles.config.cjs +7 -0
- package/tests-error/eval/detached-ruleset-5.txt +3 -0
- package/tests-error/eval/namespace-property-not-found.less +7 -0
- package/tests-error/eval/namespace-property-not-found.txt +2 -0
- package/tests-error/eval/namespace-variable-not-found.less +7 -0
- package/tests-error/eval/namespace-variable-not-found.txt +2 -0
- package/tests-error/eval/property-undefined.less +4 -0
- package/tests-error/eval/property-undefined.txt +5 -0
- package/tests-error/eval/recursive-property.less +4 -0
- package/tests-error/eval/recursive-property.txt +5 -0
- package/tests-error/eval/styles.config.cjs +9 -0
- package/tests-error/parse/styles.config.cjs +9 -0
- package/tests-unit/at-rules/at-rules.css +107 -0
- package/tests-unit/at-rules/at-rules.less +154 -0
- package/tests-unit/at-rules-declarations/at-rules-declarations.css +16 -0
- package/tests-unit/at-rules-declarations/at-rules-declarations.less +25 -0
- package/tests-unit/at-rules-empty/at-rules-empty.css +4 -0
- package/tests-unit/at-rules-empty/at-rules-empty.less +15 -0
- package/tests-unit/at-rules-empty-block/at-rules-empty-block.less +19 -0
- package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.css +9 -0
- package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.less +13 -0
- package/tests-unit/at-rules-targeted/at-rules-targeted.css +52 -0
- package/tests-unit/at-rules-targeted/at-rules-targeted.less +81 -0
- package/{css/_main → tests-unit/calc}/calc.css +16 -15
- package/{less/_main → tests-unit/calc}/calc.less +23 -23
- package/tests-unit/charsets/charsets.less +4 -0
- package/tests-unit/charsets/import/import-charset-test.less +1 -0
- package/tests-unit/color-functions/alpha.css +21 -0
- package/tests-unit/color-functions/alpha.less +25 -0
- package/tests-unit/color-functions/basic.css +18 -0
- package/tests-unit/color-functions/basic.less +23 -0
- package/tests-unit/color-functions/comprehensive.css +45 -0
- package/tests-unit/color-functions/comprehensive.less +58 -0
- package/tests-unit/color-functions/formats.css +39 -0
- package/tests-unit/color-functions/formats.less +46 -0
- package/{less/_main/colors2.less → tests-unit/color-functions/modern-syntax.less} +2 -1
- package/tests-unit/color-functions/modern.css +36 -0
- package/tests-unit/color-functions/modern.less +48 -0
- package/tests-unit/color-functions/operations.css +15 -0
- package/tests-unit/color-functions/operations.less +8 -0
- package/tests-unit/color-functions/rgba.css +17 -0
- package/tests-unit/color-functions/rgba.less +18 -0
- package/{less/_main → tests-unit/comments}/comments.less +2 -1
- package/{less/_main → tests-unit/comments}/comments2.less +1 -0
- package/{css/_main → tests-unit/container}/container.css +5 -0
- package/{less/_main → tests-unit/container}/container.less +8 -0
- package/{less/_main → tests-unit/css-3}/css-3.less +2 -0
- package/{less/_main → tests-unit/css-escapes}/css-escapes.less +2 -1
- package/{less/_main → tests-unit/css-grid}/css-grid.less +3 -1
- package/{less/_main → tests-unit/css-guards}/css-guards.less +3 -2
- package/{less/_main → tests-unit/detached-rulesets}/detached-rulesets.less +3 -1
- package/{less/_main/directives-bubling.less → tests-unit/directives-bubbling/directives-bubbling.less} +2 -1
- package/tests-unit/empty/empty.less +3 -0
- package/tests-unit/extend/extend-clearfix.css +19 -0
- package/{less/_main → tests-unit/extend}/extend.less +2 -1
- package/{less/_main → tests-unit/extend-chaining}/extend-chaining.less +2 -1
- package/tests-unit/extend-clearfix/extend-clearfix.less +20 -0
- package/{less/_main → tests-unit/extend-exact}/extend-exact.less +1 -0
- package/{less/_main → tests-unit/extend-media}/extend-media.less +2 -1
- package/{less/_main → tests-unit/extend-nest}/extend-nest.less +2 -1
- package/{less/_main → tests-unit/extend-selector}/extend-selector.less +1 -0
- package/{less/_main → tests-unit/extract-and-length}/extract-and-length.less +2 -1
- package/{less/_main → tests-unit/functions-each}/functions-each.less +3 -1
- package/{less/_main → tests-unit/ie-filters}/ie-filters.less +3 -1
- package/{less/_main → tests-unit/import}/import/import-and-relative-paths-test.less +1 -1
- package/tests-unit/import/import/import-test-e.less +2 -0
- package/tests-unit/import/import/imports/logo.less +6 -0
- package/{css/_main → tests-unit/import}/import-interpolation.css +1 -1
- package/{less/_main → tests-unit/import}/import-reference.less +2 -2
- package/{less/_main → tests-unit/import}/import-remote.less +3 -3
- package/tests-unit/import/styles.config.cjs +7 -0
- package/{less/_main → tests-unit/javascript}/javascript.less +1 -0
- package/tests-unit/javascript/styles.config.cjs +7 -0
- package/tests-unit/layer/assets/import/layer-import.less +4 -0
- package/tests-unit/layer/import/layer-import.less +5 -0
- package/{css/_main → tests-unit/layer}/layer.css +40 -0
- package/{less/_main → tests-unit/layer}/layer.less +55 -0
- package/{less/_main → tests-unit/lazy-eval}/lazy-eval.less +1 -0
- package/{css/_main → tests-unit/media}/media.css +5 -0
- package/{less/_main → tests-unit/media}/media.less +6 -1
- package/{less/_main → tests-unit/merge}/merge.less +1 -0
- package/{less/_main → tests-unit/mixin-noparens}/mixin-noparens.less +1 -1
- package/tests-unit/mixins/maps.css +6 -0
- package/tests-unit/mixins/maps.less +15 -0
- package/tests-unit/mixins/mixins-advanced.css +41 -0
- package/tests-unit/mixins/mixins-advanced.less +109 -0
- package/{less/_main → tests-unit/mixins}/mixins.less +1 -1
- package/{less/_main → tests-unit/mixins-important}/mixins-important.less +0 -1
- package/{less/_main → tests-unit/mixins-interpolated}/mixins-interpolated.less +0 -1
- package/{less/_main → tests-unit/mixins-named-args}/mixins-named-args.less +1 -1
- package/tests-unit/namespace-targeted/namespace-targeted.css +9 -0
- package/tests-unit/namespace-targeted/namespace-targeted.less +33 -0
- package/tests-unit/nesting/nesting.css +24 -0
- package/tests-unit/nesting/nesting.less +37 -0
- package/{less/_main → tests-unit/no-output}/no-output.less +1 -1
- package/tests-unit/operations/operations-advanced.css +33 -0
- package/tests-unit/operations/operations-advanced.less +76 -0
- package/{less/_main → tests-unit/operations}/operations.less +1 -0
- package/{less/_main → tests-unit/parse-interpolation}/parse-interpolation.less +2 -1
- package/tests-unit/parser-property-interp/parser-property-interp.css +9 -0
- package/tests-unit/parser-property-interp/parser-property-interp.less +28 -0
- package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.css +9 -0
- package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.less +20 -0
- package/{less/_main → tests-unit/permissive-parse}/permissive-parse.less +2 -0
- package/{less/_main → tests-unit/plugin}/plugin.less +1 -0
- package/{less/_main → tests-unit/plugin-module}/plugin-module.less +0 -1
- package/{less/_main → tests-unit/plugin-preeval}/plugin-preeval.less +1 -1
- package/{less/_main → tests-unit/property-accessors}/property-accessors.less +2 -1
- package/{less/_main → tests-unit/property-name-interp}/property-name-interp.less +1 -1
- package/tests-unit/property-targeted/property-targeted.css +4 -0
- package/tests-unit/property-targeted/property-targeted.less +21 -0
- package/{css/_main → tests-unit/rulesets}/rulesets.css +1 -0
- package/{less/_main → tests-unit/rulesets}/rulesets.less +2 -0
- package/{less/_main → tests-unit/scope}/scope.less +1 -1
- package/{css/_main → tests-unit/selectors}/selectors.css +9 -0
- package/{less/_main → tests-unit/selectors}/selectors.less +9 -0
- package/{less/_main → tests-unit/starting-style}/starting-style.less +2 -0
- package/{less/_main → tests-unit/strings}/strings.less +1 -0
- package/tests-unit/styles.config.cjs +9 -0
- package/tests-unit/tailwind/tailwind.css +3 -0
- package/tests-unit/tailwind/tailwind.less +3 -0
- package/tests-unit/urls/actual.css +65 -0
- package/tests-unit/urls/assets/nested-gradient-with-svg-gradient/mixin-consumer.less +4 -0
- package/tests-unit/urls/css/background.css +3 -0
- package/tests-unit/urls/import/import-and-relative-paths-test.less +17 -0
- package/tests-unit/urls/import/import-test-d.css +1 -0
- package/tests-unit/urls/import/imports/font.less +8 -0
- package/tests-unit/urls/nested-gradient-with-svg-gradient/svg-gradient-mixin.less +15 -0
- package/{css/_main → tests-unit/urls}/urls.css +8 -8
- package/{less/_main → tests-unit/urls}/urls.less +11 -11
- package/tests-unit/variables/variable-advanced.css +56 -0
- package/tests-unit/variables/variable-advanced.less +80 -0
- package/tests-unit/variables/variables.css +46 -0
- package/tests-unit/variables/variables.less +93 -0
- package/{less/_main → tests-unit/variables-in-at-rules}/variables-in-at-rules.less +0 -1
- package/{less/_main → tests-unit/whitespace}/whitespace.less +1 -0
- package/LICENSE +0 -177
- package/css/_main/colors.css +0 -140
- package/css/_main/variables.css +0 -97
- package/errors/eval/detached-ruleset-5.txt +0 -3
- package/less/_main/charsets.less +0 -3
- package/less/_main/colors.less +0 -164
- package/less/_main/variables.less +0 -161
- package/{less/data → data}/data-uri-fail.png +0 -0
- package/{less/data → data}/image.jpg +0 -0
- package/{less/data → data}/image.svg +0 -0
- package/{less/data → data}/page.html +0 -0
- package/{css → tests-config}/3rd-party/bootstrap4.css +0 -0
- package/{less → tests-config}/3rd-party/bootstrap4.less +0 -0
- package/{css → tests-config}/compression/compression.css +0 -0
- package/{less → tests-config}/compression/compression.less +0 -0
- package/{css/debug → tests-config/debug/all}/linenumbers-all.css +0 -0
- package/{css/debug → tests-config/debug/comments}/linenumbers-comments.css +0 -0
- package/{less → tests-config}/debug/import/test.less +0 -0
- package/{less → tests-config}/debug/linenumbers.less +0 -0
- package/{css/debug → tests-config/debug/mediaquery}/linenumbers-mediaquery.css +0 -0
- package/{less → tests-config}/filemanagerPlugin/colors.test +0 -0
- package/{css → tests-config}/filemanagerPlugin/filemanager.css +0 -0
- package/{less → tests-config}/filemanagerPlugin/filemanager.less +0 -0
- package/{css → tests-config}/globalVars/extended.css +0 -0
- package/{less → tests-config}/globalVars/extended.json +0 -0
- package/{less → tests-config}/globalVars/extended.less +0 -0
- package/{css → tests-config}/globalVars/simple.css +0 -0
- package/{less → tests-config}/globalVars/simple.json +0 -0
- package/{less → tests-config}/globalVars/simple.less +0 -0
- package/{less → tests-config}/import-redirect/import-redirect.less +0 -0
- package/{less/_main/import → tests-config/include-path}/import-test-e.less +0 -0
- package/{css → tests-config}/include-path/include-path.css +0 -0
- package/{less → tests-config}/include-path/include-path.less +0 -0
- package/{css → tests-config}/include-path-string/include-path-string.css +0 -0
- package/{less → tests-config}/include-path-string/include-path-string.less +0 -0
- package/{less → tests-config}/js-type-errors/js-type-error-2.txt +0 -0
- package/{less → tests-config}/js-type-errors/js-type-error.less +0 -0
- package/{less → tests-config}/js-type-errors/js-type-error.txt +0 -0
- package/{css → tests-config}/math/always/mixins-guards.css +0 -0
- package/{css → tests-config}/math/always/no-sm-operations.css +0 -0
- package/{css → tests-config}/math/parens-division/media-math.css +0 -0
- package/{css → tests-config}/math/parens-division/mixins-args.css +0 -0
- package/{css → tests-config}/math/parens-division/new-division.css +0 -0
- package/{css → tests-config}/math/parens-division/parens.css +0 -0
- package/{css → tests-config}/math/strict/css.css +0 -0
- package/{css → tests-config}/math/strict/media-math.css +0 -0
- package/{css → tests-config}/math/strict/mixins-args.css +0 -0
- package/{css → tests-config}/math/strict/parens.css +0 -0
- package/{less/math/always → tests-config/math-always}/mixins-guards.less +0 -0
- package/{less/math/always → tests-config/math-always}/no-sm-operations.less +0 -0
- package/{less/math/parens-division → tests-config/math-parens-division}/media-math.less +0 -0
- package/{less/math/parens-division → tests-config/math-parens-division}/mixins-args.less +0 -0
- package/{less/math/parens-division → tests-config/math-parens-division}/new-division.less +0 -0
- package/{less/math/parens-division → tests-config/math-parens-division}/parens.less +0 -0
- package/{less/math/strict → tests-config/math-strict}/css.less +0 -0
- package/{less/math/strict → tests-config/math-strict}/media-math.less +0 -0
- package/{less/math/strict → tests-config/math-strict}/mixins-args.less +0 -0
- package/{less/math/strict → tests-config/math-strict}/parens.less +0 -0
- package/{css → tests-config}/modifyVars/extended.css +0 -0
- package/{less → tests-config}/modifyVars/extended.json +0 -0
- package/{less → tests-config}/modifyVars/extended.less +0 -0
- package/{less → tests-config}/namespacing/imports/a-better-bootstrap.less +0 -0
- package/{less → tests-config}/namespacing/imports/library.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-1.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-1.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-2.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-2.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-3.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-3.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-4.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-4.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-5.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-5.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-6.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-6.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-7.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-7.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-8.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-8.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-functions.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-functions.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-media.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-media.less +0 -0
- package/{css → tests-config}/namespacing/namespacing-operations.css +0 -0
- package/{less → tests-config}/namespacing/namespacing-operations.less +0 -0
- package/{less → tests-config}/no-js-errors/no-js-errors.less +0 -0
- package/{less → tests-config}/no-js-errors/no-js-errors.txt +0 -0
- package/{css → tests-config}/postProcessorPlugin/postProcessor.css +0 -0
- package/{less → tests-config}/postProcessorPlugin/postProcessor.less +0 -0
- package/{css → tests-config}/preProcessorPlugin/preProcessor.css +0 -0
- package/{less → tests-config}/preProcessorPlugin/preProcessor.less +0 -0
- package/{css → tests-config}/process-imports/google.css +0 -0
- package/{less → tests-config}/process-imports/google.less +0 -0
- package/{less → tests-config}/rewrite-urls-all/folder/file.less +0 -0
- package/{css → tests-config}/rewrite-urls-all/rewrite-urls-all.css +0 -0
- package/{less → tests-config}/rewrite-urls-all/rewrite-urls-all.less +0 -0
- package/{less → tests-config}/rewrite-urls-local/folder/file.less +0 -0
- package/{css → tests-config}/rewrite-urls-local/rewrite-urls-local.css +0 -0
- package/{less → tests-config}/rewrite-urls-local/rewrite-urls-local.less +0 -0
- package/{less → tests-config}/root-registry/file.less +0 -0
- package/{less → tests-config}/root-registry/root.less +0 -0
- package/{less → tests-config}/rootpath-rewrite-urls-all/folder/file.less +0 -0
- package/{css → tests-config}/rootpath-rewrite-urls-all/rootpath-rewrite-urls-all.css +0 -0
- package/{less → tests-config}/rootpath-rewrite-urls-all/rootpath-rewrite-urls-all.less +0 -0
- package/{less → tests-config}/rootpath-rewrite-urls-local/folder/file.less +0 -0
- package/{css → tests-config}/rootpath-rewrite-urls-local/rootpath-rewrite-urls-local.css +0 -0
- package/{less → tests-config}/rootpath-rewrite-urls-local/rootpath-rewrite-urls-local.less +0 -0
- package/{less → tests-config}/sourcemaps/basic.json +0 -0
- package/{less → tests-config}/sourcemaps/basic.less +0 -0
- package/{less → tests-config}/sourcemaps/custom-props.less +0 -0
- package/{less → tests-config}/sourcemaps/imported.css +0 -0
- package/{less → tests-config}/sourcemaps-disable-annotation/basic.less +0 -0
- package/{less/_main → tests-config/sourcemaps-empty}/empty.less +0 -0
- package/{less → tests-config}/sourcemaps-empty/var-defs.less +0 -0
- package/{less → tests-config}/sourcemaps-variable-selector/basic.less +0 -0
- package/{less → tests-config}/sourcemaps-variable-selector/vars.less +0 -0
- package/{css → tests-config}/units/no-strict/no-strict.css +0 -0
- package/{less → tests-config}/units/no-strict/no-strict.less +0 -0
- package/{css → tests-config}/units/strict/strict-units.css +0 -0
- package/{less → tests-config}/units/strict/strict-units.less +0 -0
- package/{css → tests-config}/url-args/urls.css +0 -0
- package/{css → tests-config}/visitorPlugin/visitor.css +0 -0
- package/{less → tests-config}/visitorPlugin/visitor.less +0 -0
- package/{errors → tests-error}/eval/add-mixed-units.less +0 -0
- package/{errors → tests-error}/eval/add-mixed-units.txt +0 -0
- package/{errors → tests-error}/eval/add-mixed-units2.less +0 -0
- package/{errors → tests-error}/eval/add-mixed-units2.txt +0 -0
- package/{errors → tests-error}/eval/at-rules-undefined-var.less +0 -0
- package/{errors → tests-error}/eval/at-rules-undefined-var.txt +0 -0
- package/{errors → tests-error}/eval/color-func-invalid-color-2.less +0 -0
- package/{errors → tests-error}/eval/color-func-invalid-color-2.txt +0 -0
- package/{errors → tests-error}/eval/color-func-invalid-color.less +0 -0
- package/{errors → tests-error}/eval/color-func-invalid-color.txt +0 -0
- package/{errors → tests-error}/eval/css-guard-default-func.less +0 -0
- package/{errors → tests-error}/eval/css-guard-default-func.txt +0 -0
- package/{errors → tests-error}/eval/detached-ruleset-1.less +0 -0
- package/{errors → tests-error}/eval/detached-ruleset-1.txt +0 -0
- package/{errors → tests-error}/eval/detached-ruleset-2.less +0 -0
- package/{errors → tests-error}/eval/detached-ruleset-2.txt +0 -0
- package/{errors → tests-error}/eval/detached-ruleset-3.less +0 -0
- package/{errors → tests-error}/eval/detached-ruleset-3.txt +0 -0
- package/{errors → tests-error}/eval/detached-ruleset-5.less +0 -0
- package/{errors → tests-error}/eval/divide-mixed-units.less +0 -0
- package/{errors → tests-error}/eval/divide-mixed-units.txt +0 -0
- package/{errors → tests-error}/eval/extend-no-selector.less +0 -0
- package/{errors → tests-error}/eval/extend-no-selector.txt +0 -0
- package/{errors → tests-error}/eval/functions-1.less +0 -0
- package/{errors → tests-error}/eval/functions-1.txt +0 -0
- package/{errors → tests-error}/eval/functions-10-keyword.less +0 -0
- package/{errors → tests-error}/eval/functions-10-keyword.txt +0 -0
- package/{errors → tests-error}/eval/functions-11-operation.less +0 -0
- package/{errors → tests-error}/eval/functions-11-operation.txt +0 -0
- package/{errors → tests-error}/eval/functions-12-quoted.less +0 -0
- package/{errors → tests-error}/eval/functions-12-quoted.txt +0 -0
- package/{errors → tests-error}/eval/functions-13-selector.less +0 -0
- package/{errors → tests-error}/eval/functions-13-selector.txt +0 -0
- package/{errors → tests-error}/eval/functions-14-url.less +0 -0
- package/{errors → tests-error}/eval/functions-14-url.txt +0 -0
- package/{errors → tests-error}/eval/functions-15-value.less +0 -0
- package/{errors → tests-error}/eval/functions-15-value.txt +0 -0
- package/{errors → tests-error}/eval/functions-3-assignment.less +0 -0
- package/{errors → tests-error}/eval/functions-3-assignment.txt +0 -0
- package/{errors → tests-error}/eval/functions-4-call.less +0 -0
- package/{errors → tests-error}/eval/functions-4-call.txt +0 -0
- package/{errors → tests-error}/eval/functions-5-color-2.less +0 -0
- package/{errors → tests-error}/eval/functions-5-color-2.txt +0 -0
- package/{errors → tests-error}/eval/functions-5-color.less +0 -0
- package/{errors → tests-error}/eval/functions-5-color.txt +0 -0
- package/{errors → tests-error}/eval/functions-6-condition.less +0 -0
- package/{errors → tests-error}/eval/functions-6-condition.txt +0 -0
- package/{errors → tests-error}/eval/functions-7-dimension.less +0 -0
- package/{errors → tests-error}/eval/functions-7-dimension.txt +0 -0
- package/{errors → tests-error}/eval/functions-8-element.less +0 -0
- package/{errors → tests-error}/eval/functions-8-element.txt +0 -0
- package/{errors → tests-error}/eval/functions-9-expression.less +0 -0
- package/{errors → tests-error}/eval/functions-9-expression.txt +0 -0
- package/{errors → tests-error}/eval/import-missing.less +0 -0
- package/{errors → tests-error}/eval/import-missing.txt +0 -0
- package/{errors → tests-error}/eval/import-subfolder1.less +0 -0
- package/{errors → tests-error}/eval/import-subfolder1.txt +0 -0
- package/{errors → tests-error}/eval/imports/import-subfolder1.less +0 -0
- package/{errors → tests-error}/eval/imports/import-test.less +0 -0
- package/{errors → tests-error}/eval/imports/subfolder/mixin-not-defined.less +0 -0
- package/{errors → tests-error}/eval/javascript-undefined-var.less +0 -0
- package/{errors → tests-error}/eval/javascript-undefined-var.txt +0 -0
- package/{errors → tests-error}/eval/mixin-not-defined-2.less +0 -0
- package/{errors → tests-error}/eval/mixin-not-defined-2.txt +0 -0
- package/{errors → tests-error}/eval/mixin-not-defined.less +0 -0
- package/{errors → tests-error}/eval/mixin-not-defined.txt +0 -0
- package/{errors → tests-error}/eval/mixin-not-matched.less +0 -0
- package/{errors → tests-error}/eval/mixin-not-matched.txt +0 -0
- package/{errors → tests-error}/eval/mixin-not-matched2.less +0 -0
- package/{errors → tests-error}/eval/mixin-not-matched2.txt +0 -0
- package/{errors → tests-error}/eval/mixin-not-visible-in-scope-1.less +0 -0
- package/{errors → tests-error}/eval/mixin-not-visible-in-scope-1.txt +0 -0
- package/{errors → tests-error}/eval/mixins-guards-default-func-1.less +0 -0
- package/{errors → tests-error}/eval/mixins-guards-default-func-1.txt +0 -0
- package/{errors → tests-error}/eval/mixins-guards-default-func-2.less +0 -0
- package/{errors → tests-error}/eval/mixins-guards-default-func-2.txt +0 -0
- package/{errors → tests-error}/eval/mixins-guards-default-func-3.less +0 -0
- package/{errors → tests-error}/eval/mixins-guards-default-func-3.txt +0 -0
- package/{errors → tests-error}/eval/multiple-guards-on-css-selectors.less +0 -0
- package/{errors → tests-error}/eval/multiple-guards-on-css-selectors.txt +0 -0
- package/{errors → tests-error}/eval/multiple-guards-on-css-selectors2.less +0 -0
- package/{errors → tests-error}/eval/multiple-guards-on-css-selectors2.txt +0 -0
- package/{errors → tests-error}/eval/multiply-mixed-units.less +0 -0
- package/{errors → tests-error}/eval/multiply-mixed-units.txt +0 -0
- package/{errors → tests-error}/eval/namespacing-2.less +0 -0
- package/{errors → tests-error}/eval/namespacing-2.txt +0 -0
- package/{errors → tests-error}/eval/namespacing-3.less +0 -0
- package/{errors → tests-error}/eval/namespacing-3.txt +0 -0
- package/{errors → tests-error}/eval/namespacing-4.less +0 -0
- package/{errors → tests-error}/eval/namespacing-4.txt +0 -0
- package/{errors → tests-error}/eval/percentage-non-number-argument.less +0 -0
- package/{errors → tests-error}/eval/percentage-non-number-argument.txt +0 -0
- package/{errors → tests-error}/eval/plugin/plugin-error-2.js +0 -0
- package/{errors → tests-error}/eval/plugin/plugin-error-3.js +0 -0
- package/{errors → tests-error}/eval/plugin/plugin-error.js +0 -0
- package/{errors → tests-error}/eval/plugin-1.less +0 -0
- package/{errors → tests-error}/eval/plugin-1.txt +0 -0
- package/{errors → tests-error}/eval/plugin-2.less +0 -0
- package/{errors → tests-error}/eval/plugin-2.txt +0 -0
- package/{errors → tests-error}/eval/plugin-3.less +0 -0
- package/{errors → tests-error}/eval/plugin-3.txt +0 -0
- package/{errors → tests-error}/eval/property-in-root.less +0 -0
- package/{errors → tests-error}/eval/property-in-root.txt +0 -0
- package/{errors → tests-error}/eval/property-in-root2.less +0 -0
- package/{errors → tests-error}/eval/property-in-root2.txt +0 -0
- package/{errors → tests-error}/eval/property-in-root3.less +0 -0
- package/{errors → tests-error}/eval/property-in-root3.txt +0 -0
- package/{errors → tests-error}/eval/property-interp-not-defined.less +0 -0
- package/{errors → tests-error}/eval/property-interp-not-defined.txt +0 -0
- package/{errors → tests-error}/eval/recursive-variable.less +0 -0
- package/{errors → tests-error}/eval/recursive-variable.txt +0 -0
- package/{errors → tests-error}/eval/root-func-undefined-1.less +0 -0
- package/{errors → tests-error}/eval/root-func-undefined-1.txt +0 -0
- package/{errors → tests-error}/eval/root-func-undefined-2.less +0 -0
- package/{errors → tests-error}/eval/root-func-undefined-2.txt +0 -0
- package/{errors → tests-error}/eval/svg-gradient1.less +0 -0
- package/{errors → tests-error}/eval/svg-gradient1.txt +0 -0
- package/{errors → tests-error}/eval/svg-gradient2.less +0 -0
- package/{errors → tests-error}/eval/svg-gradient2.txt +0 -0
- package/{errors → tests-error}/eval/svg-gradient3.less +0 -0
- package/{errors → tests-error}/eval/svg-gradient3.txt +0 -0
- package/{errors → tests-error}/eval/svg-gradient4.less +0 -0
- package/{errors → tests-error}/eval/svg-gradient4.txt +0 -0
- package/{errors → tests-error}/eval/svg-gradient5.less +0 -0
- package/{errors → tests-error}/eval/svg-gradient5.txt +0 -0
- package/{errors → tests-error}/eval/svg-gradient6.less +0 -0
- package/{errors → tests-error}/eval/svg-gradient6.txt +0 -0
- package/{errors → tests-error}/eval/unit-function.less +0 -0
- package/{errors → tests-error}/eval/unit-function.txt +0 -0
- package/{errors → tests-error}/parse/at-rules-unmatching-block.less +0 -0
- package/{errors → tests-error}/parse/at-rules-unmatching-block.txt +0 -0
- package/{errors → tests-error}/parse/bad-variable-declaration1.less +0 -0
- package/{errors → tests-error}/parse/bad-variable-declaration1.txt +0 -0
- package/{errors → tests-error}/parse/custom-property-unmatched-block-1.less +0 -0
- package/{errors → tests-error}/parse/custom-property-unmatched-block-1.txt +0 -0
- package/{errors → tests-error}/parse/custom-property-unmatched-block-2.less +0 -0
- package/{errors → tests-error}/parse/custom-property-unmatched-block-2.txt +0 -0
- package/{errors → tests-error}/parse/custom-property-unmatched-block-3.less +0 -0
- package/{errors → tests-error}/parse/custom-property-unmatched-block-3.txt +0 -0
- package/{errors → tests-error}/parse/detached-ruleset-6.less +0 -0
- package/{errors → tests-error}/parse/detached-ruleset-6.txt +0 -0
- package/{errors → tests-error}/parse/extend-not-at-end.less +0 -0
- package/{errors → tests-error}/parse/extend-not-at-end.txt +0 -0
- package/{errors → tests-error}/parse/import-malformed.less +0 -0
- package/{errors → tests-error}/parse/import-malformed.txt +0 -0
- package/{errors → tests-error}/parse/import-no-semi.less +0 -0
- package/{errors → tests-error}/parse/import-no-semi.txt +0 -0
- package/{errors → tests-error}/parse/import-subfolder2.less +0 -0
- package/{errors → tests-error}/parse/import-subfolder2.txt +0 -0
- package/{errors → tests-error}/parse/imports/import-subfolder2.less +0 -0
- package/{errors → tests-error}/parse/imports/subfolder/parse-error-curly-bracket.less +0 -0
- package/{errors → tests-error}/parse/invalid-color-with-comment.less +0 -0
- package/{errors → tests-error}/parse/invalid-color-with-comment.txt +0 -0
- package/{errors → tests-error}/parse/mixed-mixin-definition-args-1.less +0 -0
- package/{errors → tests-error}/parse/mixed-mixin-definition-args-1.txt +0 -0
- package/{errors → tests-error}/parse/mixed-mixin-definition-args-2.less +0 -0
- package/{errors → tests-error}/parse/mixed-mixin-definition-args-2.txt +0 -0
- package/{errors → tests-error}/parse/mixins-guards-cond-expected.less +0 -0
- package/{errors → tests-error}/parse/mixins-guards-cond-expected.txt +0 -0
- package/{errors → tests-error}/parse/parens-error-1.less +0 -0
- package/{errors → tests-error}/parse/parens-error-1.txt +0 -0
- package/{errors → tests-error}/parse/parens-error-2.less +0 -0
- package/{errors → tests-error}/parse/parens-error-2.txt +0 -0
- package/{errors → tests-error}/parse/parens-error-3.less +0 -0
- package/{errors → tests-error}/parse/parens-error-3.txt +0 -0
- package/{errors → tests-error}/parse/parse-error-curly-bracket.less +0 -0
- package/{errors → tests-error}/parse/parse-error-curly-bracket.txt +0 -0
- package/{errors → tests-error}/parse/parse-error-media-no-block-1.less +0 -0
- package/{errors → tests-error}/parse/parse-error-media-no-block-1.txt +0 -0
- package/{errors → tests-error}/parse/parse-error-media-no-block-2.less +0 -0
- package/{errors → tests-error}/parse/parse-error-media-no-block-2.txt +0 -0
- package/{errors → tests-error}/parse/parse-error-media-no-block-3.less +0 -0
- package/{errors → tests-error}/parse/parse-error-media-no-block-3.txt +0 -0
- package/{errors → tests-error}/parse/parse-error-missing-bracket.less +0 -0
- package/{errors → tests-error}/parse/parse-error-missing-bracket.txt +0 -0
- package/{errors → tests-error}/parse/parse-error-missing-parens.less +0 -0
- package/{errors → tests-error}/parse/parse-error-missing-parens.txt +0 -0
- package/{errors → tests-error}/parse/parse-error-with-import.less +0 -0
- package/{errors → tests-error}/parse/parse-error-with-import.txt +0 -0
- package/{errors → tests-error}/parse/percentage-missing-space.less +0 -0
- package/{errors → tests-error}/parse/percentage-missing-space.txt +0 -0
- package/{errors → tests-error}/parse/property-asterisk-only-name.less +0 -0
- package/{errors → tests-error}/parse/property-asterisk-only-name.txt +0 -0
- package/{errors → tests-error}/parse/single-character.less +0 -0
- package/{errors → tests-error}/parse/single-character.txt +0 -0
- package/{css/_main/empty.css → tests-unit/at-rules-empty-block/at-rules-empty-block.css} +0 -0
- package/{css/_main → tests-unit/charsets}/charsets.css +0 -0
- package/{css/_main/colors2.css → tests-unit/color-functions/modern-syntax.css} +0 -0
- package/{css/_main → tests-unit/comments}/comments.css +0 -0
- package/{css/_main → tests-unit/comments}/comments2.css +0 -0
- package/{css/_main → tests-unit/css-3}/css-3.css +0 -0
- package/{css/_main → tests-unit/css-escapes}/css-escapes.css +0 -0
- package/{css/_main → tests-unit/css-grid}/css-grid.css +0 -0
- package/{css/_main → tests-unit/css-guards}/css-guards.css +0 -0
- package/{css/_main → tests-unit/detached-rulesets}/detached-rulesets.css +0 -0
- package/{css/_main/directives-bubling.css → tests-unit/directives-bubbling/directives-bubbling.css} +0 -0
- package/{css/_main/no-output.css → tests-unit/empty/empty.css} +0 -0
- package/{less/_main → tests-unit/extend}/extend-clearfix.less +0 -0
- package/{css/_main → tests-unit/extend}/extend.css +0 -0
- package/{css/_main → tests-unit/extend-chaining}/extend-chaining.css +0 -0
- package/{css/_main → tests-unit/extend-clearfix}/extend-clearfix.css +0 -0
- package/{css/_main → tests-unit/extend-exact}/extend-exact.css +0 -0
- package/{css/_main → tests-unit/extend-media}/extend-media.css +0 -0
- package/{css/_main → tests-unit/extend-nest}/extend-nest.css +0 -0
- package/{css/_main → tests-unit/extend-selector}/extend-selector.css +0 -0
- package/{css/_main → tests-unit/extract-and-length}/extract-and-length.css +0 -0
- package/{css/_main → tests-unit/functions}/functions.css +0 -0
- package/{less/_main → tests-unit/functions}/functions.less +0 -0
- package/{css/_main → tests-unit/functions-each}/functions-each.css +0 -0
- package/{css/_main → tests-unit/ie-filters}/ie-filters.css +0 -0
- package/{css/_main → tests-unit/impor}/impor.css +0 -0
- package/{less/_main → tests-unit/impor}/impor.less +0 -0
- package/{less/_main → tests-unit/import}/import/css-import.less +0 -0
- package/{less/_main → tests-unit/import}/import/deeper/deeper-2/url-import-2.less +0 -0
- package/{less/_main → tests-unit/import}/import/deeper/deeper-2/url-import.less +0 -0
- package/{less/_main → tests-unit/import}/import/deeper/import-once-test-a.less +0 -0
- package/{less/_main → tests-unit/import}/import/deeper/url-import.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-charset-test.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-inline-invalid-css.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-interpolation.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-interpolation2.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-once-test-c.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-reference.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-test-a.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-test-b.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-test-c.less +0 -0
- package/{less/_main → tests-unit/import}/import/import-test-d.css +0 -0
- package/{less/_main → tests-unit/import}/import/import-test-f.less +0 -0
- package/{less/_main → tests-unit/import}/import/imports/font.less +0 -0
- package/{less/_main → tests-unit/import}/import/interpolation-vars.less +0 -0
- package/{less/_main → tests-unit/import}/import/invalid-css.less +0 -0
- package/{less/_main → tests-unit/import}/import/json/index.json +0 -0
- package/{less/_main → tests-unit/import}/import/json/index.less +0 -0
- package/{less/_main → tests-unit/import}/import/layer-import-2.css +0 -0
- package/{less/_main → tests-unit/import}/import/layer-import-3.css +0 -0
- package/{less/_main → tests-unit/import}/import/layer-import-4.css +0 -0
- package/{less/_main → tests-unit/import}/import/layer-import-5.css +0 -0
- package/{less/_main → tests-unit/import}/import/layer-import.less +0 -0
- package/{less/_main → tests-unit/import}/import/urls.less +0 -0
- package/{css/_main → tests-unit/import}/import-inline.css +0 -0
- package/{less/_main → tests-unit/import}/import-inline.less +0 -0
- package/{less/_main → tests-unit/import}/import-interpolation.less +0 -0
- package/{css/_main → tests-unit/import}/import-module.css +0 -0
- package/{less/_main → tests-unit/import}/import-module.less +0 -0
- package/{css/_main → tests-unit/import}/import-once.css +0 -0
- package/{less/_main → tests-unit/import}/import-once.less +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/appender-reference-1968.less +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/comments-2991.less +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/global-scope-import.less +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/global-scope-nested.less +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/mixin-1968.less +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/multiple-import-nested.less +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/multiple-import.less +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/simple-mixin.css +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues/simple-ruleset-2162.less +0 -0
- package/{css/_main → tests-unit/import}/import-reference-issues.css +0 -0
- package/{less/_main → tests-unit/import}/import-reference-issues.less +0 -0
- package/{css/_main → tests-unit/import}/import-reference.css +0 -0
- package/{css/_main → tests-unit/import}/import-remote.css +0 -0
- package/{css/_main → tests-unit/import}/import.css +0 -0
- package/{less/_main → tests-unit/import}/import.less +0 -0
- package/{css/_main → tests-unit/javascript}/javascript.css +0 -0
- package/{css/_main → tests-unit/lazy-eval}/lazy-eval.css +0 -0
- package/{css/_main → tests-unit/merge}/merge.css +0 -0
- package/{css/_main → tests-unit/mixin-noparens}/mixin-noparens.css +0 -0
- package/{css/_main → tests-unit/mixins}/mixins.css +0 -0
- package/{css/_main → tests-unit/mixins-closure}/mixins-closure.css +0 -0
- package/{less/_main → tests-unit/mixins-closure}/mixins-closure.less +0 -0
- package/{css/_main → tests-unit/mixins-guards}/mixins-guards.css +0 -0
- package/{less/_main → tests-unit/mixins-guards}/mixins-guards.less +1 -1
- package/{css/_main → tests-unit/mixins-guards-default-func}/mixins-guards-default-func.css +0 -0
- package/{less/_main → tests-unit/mixins-guards-default-func}/mixins-guards-default-func.less +1 -1
- /package/{css/_main → tests-unit/mixins-important}/mixins-important.css +0 -0
- /package/{css/_main → tests-unit/mixins-interpolated}/mixins-interpolated.css +0 -0
- /package/{css/_main → tests-unit/mixins-named-args}/mixins-named-args.css +0 -0
- /package/{css/_main → tests-unit/mixins-nested}/mixins-nested.css +0 -0
- /package/{less/_main → tests-unit/mixins-nested}/mixins-nested.less +0 -0
- /package/{css/_main → tests-unit/mixins-pattern}/mixins-pattern.css +0 -0
- /package/{less/_main → tests-unit/mixins-pattern}/mixins-pattern.less +0 -0
- /package/{less/sourcemaps-empty/empty.less → tests-unit/no-output/no-output.css} +0 -0
- /package/{css/_main → tests-unit/operations}/operations.css +0 -0
- /package/{css/_main → tests-unit/parse-interpolation}/parse-interpolation.css +0 -0
- /package/{css/_main → tests-unit/permissive-parse}/permissive-parse.css +0 -0
- /package/{css/_main → tests-unit/plugi}/plugi.css +0 -0
- /package/{less/_main → tests-unit/plugi}/plugi.less +0 -0
- /package/{css/_main → tests-unit/plugin}/plugin.css +0 -0
- /package/{css/_main → tests-unit/plugin-module}/plugin-module.css +0 -0
- /package/{css/_main → tests-unit/plugin-preeval}/plugin-preeval.css +0 -0
- /package/{css/_main → tests-unit/property-accessors}/property-accessors.css +0 -0
- /package/{css/_main → tests-unit/property-name-interp}/property-name-interp.css +0 -0
- /package/{css/_main → tests-unit/scope}/scope.css +0 -0
- /package/{css/_main → tests-unit/starting-style}/starting-style.css +0 -0
- /package/{css/_main → tests-unit/strings}/strings.css +0 -0
- /package/{less/_main → tests-unit/urls/assets}/nested-gradient-with-svg-gradient/svg-gradient-mixin.less +0 -0
- /package/{less/_main → tests-unit/urls}/import/imports/logo.less +0 -0
- /package/{less/_main → tests-unit/urls}/nested-gradient-with-svg-gradient/mixin-consumer.less +0 -0
- /package/{css/_main → tests-unit/variables-in-at-rules}/variables-in-at-rules.css +0 -0
- /package/{css/_main → tests-unit/whitespace}/whitespace.css +0 -0
package/package.json
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
"name": "@less/test-data",
|
|
3
|
+
"publishConfig": {
|
|
4
|
+
"access": "public"
|
|
5
|
+
},
|
|
6
|
+
"version": "4.6.0",
|
|
7
|
+
"description": "Less files and CSS results",
|
|
8
|
+
"author": "Alexis Sellier <self@cloudhead.net>",
|
|
9
|
+
"contributors": [
|
|
10
|
+
"The Core Less Team"
|
|
11
|
+
],
|
|
12
|
+
"license": "Apache-2.0",
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/less/less.js.git",
|
|
16
|
+
"directory": "packages/test-data"
|
|
17
|
+
},
|
|
18
|
+
"gitHead": "1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f"
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@media screen{body{margin:0}p{padding:0}}@layer base{body{margin:0}p{padding:0}div{border:0}}@supports (display: grid){.grid{display:grid}.item{grid-column:1}}@page{margin:2cm;size:A4}@keyframes slide{from{transform:translateX(0)}to{transform:translateX(100px)}}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// Tests for atrule.js coverage - compressed output path (lines 243-250)
|
|
2
|
+
// Also covers parser + genCSS + outputRuleset
|
|
3
|
+
|
|
4
|
+
// Compressed @media with rules
|
|
5
|
+
@media screen {
|
|
6
|
+
body { margin: 0; }
|
|
7
|
+
p { padding: 0; }
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// Compressed @layer with multiple rules
|
|
11
|
+
@layer base {
|
|
12
|
+
body { margin: 0; }
|
|
13
|
+
p { padding: 0; }
|
|
14
|
+
div { border: 0; }
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// Compressed @supports
|
|
18
|
+
@supports (display: grid) {
|
|
19
|
+
.grid { display: grid; }
|
|
20
|
+
.item { grid-column: 1; }
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// Compressed @page
|
|
24
|
+
@page {
|
|
25
|
+
margin: 2cm;
|
|
26
|
+
size: A4;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// Compressed @keyframes
|
|
30
|
+
@keyframes slide {
|
|
31
|
+
from { transform: translateX(0); }
|
|
32
|
+
to { transform: translateX(100px); }
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";@media screen,print,handheld{body{font-size:12pt}}@media screen{.container{color:red;background:blue}}@media screen{.test{color:red;background:blue}}@media screen,print{body{margin:0}}@media screen{.container{color:red}.container .child{color:blue}}@media screen{.wrapper .inner{color:green}}@page{margin:2cm;size:A4}@supports (display: grid){.grid{display:grid}.flex{display:flex}}@media screen{body{color:black}}@layer base{body{margin:0}p{padding:0}}@media screen{.test{color:value}}@media screen and print{body{color:black}}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
// Test at-rule evaluation paths (eval, evalRoot, genCSS, accept, etc.)
|
|
2
|
+
|
|
3
|
+
// Test keywordList - @media with keyword list
|
|
4
|
+
@media screen, print, handheld {
|
|
5
|
+
body {
|
|
6
|
+
font-size: 12pt;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// Test declarationsBlock with mergeable=true (nested ruleset with declarations)
|
|
11
|
+
@media screen {
|
|
12
|
+
.container {
|
|
13
|
+
color: red;
|
|
14
|
+
background: blue;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// Test simpleBlock optimization with allRulesetDeclarations (single ruleset)
|
|
19
|
+
@media screen {
|
|
20
|
+
.test {
|
|
21
|
+
color: red;
|
|
22
|
+
background: blue;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// Test eval with value evaluation and keywordList conversion
|
|
27
|
+
@breakpoint: screen;
|
|
28
|
+
@media @breakpoint, print {
|
|
29
|
+
body {
|
|
30
|
+
margin: 0;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// Test evalRoot with ampersand handling
|
|
35
|
+
.container {
|
|
36
|
+
@media screen {
|
|
37
|
+
& {
|
|
38
|
+
color: red;
|
|
39
|
+
}
|
|
40
|
+
.child {
|
|
41
|
+
color: blue;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// Test evalRoot with mixed ampersands
|
|
47
|
+
.wrapper {
|
|
48
|
+
.inner {
|
|
49
|
+
@media screen {
|
|
50
|
+
& {
|
|
51
|
+
color: green;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// Test genCSS with value
|
|
58
|
+
@charset "UTF-8";
|
|
59
|
+
|
|
60
|
+
// Test genCSS with simpleBlock
|
|
61
|
+
@page {
|
|
62
|
+
margin: 2cm;
|
|
63
|
+
size: A4;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Test genCSS with rules (non-simpleBlock)
|
|
67
|
+
@supports (display: grid) {
|
|
68
|
+
.grid {
|
|
69
|
+
display: grid;
|
|
70
|
+
}
|
|
71
|
+
.flex {
|
|
72
|
+
display: flex;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// Test isCharset
|
|
77
|
+
@charset "UTF-8";
|
|
78
|
+
|
|
79
|
+
// Test isRulesetLike (non-charset)
|
|
80
|
+
@media screen {
|
|
81
|
+
body {
|
|
82
|
+
color: black;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// Test compressed output (outputRuleset compressed path)
|
|
87
|
+
@layer base {
|
|
88
|
+
body {
|
|
89
|
+
margin: 0;
|
|
90
|
+
}
|
|
91
|
+
p {
|
|
92
|
+
padding: 0;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// Test variable/find/rulesets delegation
|
|
97
|
+
@media screen {
|
|
98
|
+
@var: value;
|
|
99
|
+
.test {
|
|
100
|
+
color: @var;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// Test eval with media bubbling
|
|
105
|
+
@media screen {
|
|
106
|
+
@media print {
|
|
107
|
+
body {
|
|
108
|
+
color: black;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
.container {
|
|
2
|
+
padding: 20px;
|
|
3
|
+
background: #3498db;
|
|
4
|
+
}
|
|
5
|
+
.container .header {
|
|
6
|
+
color: white;
|
|
7
|
+
font-size: 24px;
|
|
8
|
+
}
|
|
9
|
+
.container .header .title {
|
|
10
|
+
font-weight: bold;
|
|
11
|
+
margin-bottom: 10px;
|
|
12
|
+
}
|
|
13
|
+
.container .content {
|
|
14
|
+
background: #2ecc71;
|
|
15
|
+
padding: 15px;
|
|
16
|
+
}
|
|
17
|
+
.container .content p {
|
|
18
|
+
margin: 0;
|
|
19
|
+
line-height: 1.5;
|
|
20
|
+
}
|
|
21
|
+
.calculated {
|
|
22
|
+
width: calc(100% - 20px * 2);
|
|
23
|
+
height: calc(50vh + 20px);
|
|
24
|
+
margin: 10px;
|
|
25
|
+
}
|
|
26
|
+
.functions {
|
|
27
|
+
color: #217dbb;
|
|
28
|
+
background: #7ee2a8;
|
|
29
|
+
border: 1px solid rgba(52, 152, 219, 0.5);
|
|
30
|
+
}
|
|
31
|
+
.card {
|
|
32
|
+
border-radius: 10px;
|
|
33
|
+
-webkit-border-radius: 10px;
|
|
34
|
+
-moz-border-radius: 10px;
|
|
35
|
+
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
|
|
36
|
+
padding: 20px;
|
|
37
|
+
background: white;
|
|
38
|
+
}
|
|
39
|
+
@media (max-width: 768px) {
|
|
40
|
+
.container {
|
|
41
|
+
padding: 10px;
|
|
42
|
+
}
|
|
43
|
+
.container .header {
|
|
44
|
+
font-size: 18px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
@supports (display: grid) {
|
|
48
|
+
.grid-layout {
|
|
49
|
+
display: grid;
|
|
50
|
+
grid-template-columns: repeat(3, 1fr);
|
|
51
|
+
gap: 20px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
.button-base,
|
|
55
|
+
.button-primary {
|
|
56
|
+
padding: 10px 20px;
|
|
57
|
+
border: none;
|
|
58
|
+
cursor: pointer;
|
|
59
|
+
}
|
|
60
|
+
.button-primary {
|
|
61
|
+
background: #3498db;
|
|
62
|
+
color: white;
|
|
63
|
+
}
|
|
64
|
+
.navigation ul {
|
|
65
|
+
list-style: none;
|
|
66
|
+
}
|
|
67
|
+
.navigation ul li {
|
|
68
|
+
display: inline-block;
|
|
69
|
+
}
|
|
70
|
+
.navigation ul li a {
|
|
71
|
+
text-decoration: none;
|
|
72
|
+
}
|
|
73
|
+
.navigation ul li a:hover {
|
|
74
|
+
color: #3498db;
|
|
75
|
+
}
|
|
76
|
+
.navigation ul li a:active {
|
|
77
|
+
color: #196090;
|
|
78
|
+
}
|
|
79
|
+
.my-component {
|
|
80
|
+
color: #3498db;
|
|
81
|
+
}
|
|
82
|
+
.level1 .level2 .level3 .level4 {
|
|
83
|
+
color: #2ecc71;
|
|
84
|
+
}
|
|
85
|
+
/*# sourceMappingURL=tests-config/sourcemaps-comprehensive/comprehensive.css.map */
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
// Comprehensive sourcemap test covering various Less.js features
|
|
2
|
+
// This test exercises sourcemap generation for different code structures
|
|
3
|
+
|
|
4
|
+
// Variables
|
|
5
|
+
@primary-color: #3498db;
|
|
6
|
+
@secondary-color: #2ecc71;
|
|
7
|
+
@spacing: 20px;
|
|
8
|
+
|
|
9
|
+
// Mixins
|
|
10
|
+
.border-radius(@radius: 5px) {
|
|
11
|
+
border-radius: @radius;
|
|
12
|
+
-webkit-border-radius: @radius;
|
|
13
|
+
-moz-border-radius: @radius;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.box-shadow(@x: 0, @y: 0, @blur: 10px, @color: rgba(0,0,0,0.5)) {
|
|
17
|
+
box-shadow: @x @y @blur @color;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Nested rules
|
|
21
|
+
.container {
|
|
22
|
+
padding: @spacing;
|
|
23
|
+
background: @primary-color;
|
|
24
|
+
|
|
25
|
+
.header {
|
|
26
|
+
color: white;
|
|
27
|
+
font-size: 24px;
|
|
28
|
+
|
|
29
|
+
.title {
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
margin-bottom: 10px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.content {
|
|
36
|
+
background: @secondary-color;
|
|
37
|
+
padding: 15px;
|
|
38
|
+
|
|
39
|
+
p {
|
|
40
|
+
margin: 0;
|
|
41
|
+
line-height: 1.5;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// Operations
|
|
47
|
+
.calculated {
|
|
48
|
+
width: calc(100% - @spacing * 2);
|
|
49
|
+
height: calc(50vh + 20px);
|
|
50
|
+
margin: (@spacing / 2);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// Functions
|
|
54
|
+
.functions {
|
|
55
|
+
color: darken(@primary-color, 10%);
|
|
56
|
+
background: lighten(@secondary-color, 20%);
|
|
57
|
+
border: 1px solid fade(@primary-color, 50%);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// Mixins
|
|
61
|
+
.card {
|
|
62
|
+
.border-radius(10px);
|
|
63
|
+
.box-shadow(0, 2px, 15px, rgba(0,0,0,0.1));
|
|
64
|
+
padding: @spacing;
|
|
65
|
+
background: white;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @-rules
|
|
69
|
+
@media (max-width: 768px) {
|
|
70
|
+
.container {
|
|
71
|
+
padding: (@spacing / 2);
|
|
72
|
+
|
|
73
|
+
.header {
|
|
74
|
+
font-size: 18px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@supports (display: grid) {
|
|
80
|
+
.grid-layout {
|
|
81
|
+
display: grid;
|
|
82
|
+
grid-template-columns: repeat(3, 1fr);
|
|
83
|
+
gap: @spacing;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// Extend
|
|
88
|
+
.button-base {
|
|
89
|
+
padding: 10px 20px;
|
|
90
|
+
border: none;
|
|
91
|
+
cursor: pointer;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.button-primary {
|
|
95
|
+
&:extend(.button-base);
|
|
96
|
+
background: @primary-color;
|
|
97
|
+
color: white;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// Selectors with &
|
|
101
|
+
.navigation {
|
|
102
|
+
ul {
|
|
103
|
+
list-style: none;
|
|
104
|
+
|
|
105
|
+
li {
|
|
106
|
+
display: inline-block;
|
|
107
|
+
|
|
108
|
+
a {
|
|
109
|
+
text-decoration: none;
|
|
110
|
+
|
|
111
|
+
&:hover {
|
|
112
|
+
color: @primary-color;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&:active {
|
|
116
|
+
color: darken(@primary-color, 20%);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// Import (if we have imported files)
|
|
124
|
+
// @import "imported.less";
|
|
125
|
+
|
|
126
|
+
// Variables in selectors
|
|
127
|
+
@selector-name: my-component;
|
|
128
|
+
.@{selector-name} {
|
|
129
|
+
color: @primary-color;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// Multiple levels of nesting
|
|
133
|
+
.level1 {
|
|
134
|
+
.level2 {
|
|
135
|
+
.level3 {
|
|
136
|
+
.level4 {
|
|
137
|
+
color: @secondary-color;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|