@less/test-data 4.4.4 → 4.5.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 +1 -1
- 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/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 +15 -0
- package/tests-unit/color-functions/alpha.less +19 -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/{less/_main → tests-unit/container}/container.less +2 -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/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/{less/_main → tests-unit/layer}/layer.less +2 -0
- package/{less/_main → tests-unit/lazy-eval}/lazy-eval.less +1 -0
- package/{less/_main → tests-unit/media}/media.less +0 -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/{less/_main → tests-unit/rulesets}/rulesets.less +1 -0
- package/{less/_main → tests-unit/scope}/scope.less +1 -1
- package/{less/_main → tests-unit/selectors}/selectors.less +2 -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/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 +43 -0
- package/tests-unit/variables/variables.less +87 -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/css/_main/colors.css +0 -140
- package/css/_main/variables.css +0 -97
- 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/detached-ruleset-5.txt +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/container}/container.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/{less/_main → tests-unit/import}/import-remote.less +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/layer}/layer.css +0 -0
- package/{css/_main → tests-unit/lazy-eval}/lazy-eval.css +0 -0
- package/{css/_main → tests-unit/media}/media.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/rulesets}/rulesets.css +0 -0
- /package/{css/_main → tests-unit/scope}/scope.css +0 -0
- /package/{css/_main → tests-unit/selectors}/selectors.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
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Tests for atrule.js line 117 - genCSS with simpleBlock declarations
|
|
2
|
+
// Covers parser + genCSS + outputRuleset with declarations path
|
|
3
|
+
|
|
4
|
+
// @page with declarations (simpleBlock)
|
|
5
|
+
@page {
|
|
6
|
+
margin: 2cm;
|
|
7
|
+
size: A4;
|
|
8
|
+
marks: crop cross;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// @font-face with declarations
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: "MyFont";
|
|
14
|
+
src: url("myfont.woff2");
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
font-style: normal;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @counter-style with declarations
|
|
20
|
+
@counter-style my-counter {
|
|
21
|
+
system: fixed;
|
|
22
|
+
symbols: "A" "B" "C";
|
|
23
|
+
suffix: ". ";
|
|
24
|
+
}
|
|
25
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Tests for atrule.js line 121 - genCSS with no rules or declarations
|
|
2
|
+
// Covers parser + genCSS path
|
|
3
|
+
|
|
4
|
+
// @charset without block
|
|
5
|
+
@charset "UTF-8";
|
|
6
|
+
|
|
7
|
+
// @import (will be processed separately, but tests the path)
|
|
8
|
+
@import url("test.css");
|
|
9
|
+
|
|
10
|
+
// @namespace
|
|
11
|
+
@namespace "http://www.w3.org/1999/xhtml";
|
|
12
|
+
|
|
13
|
+
// @namespace with prefix
|
|
14
|
+
@namespace svg "http://www.w3.org/2000/svg";
|
|
15
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Tests for atrule.js lines 255-256 - empty rules block in non-compressed mode
|
|
2
|
+
// Covers parser + genCSS + outputRuleset with empty rules
|
|
3
|
+
|
|
4
|
+
// @media with empty block
|
|
5
|
+
@media screen {
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
// @supports with empty block
|
|
9
|
+
@supports (display: grid) {
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// @layer with empty block
|
|
13
|
+
@layer base {
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// @page with empty block
|
|
17
|
+
@page {
|
|
18
|
+
}
|
|
19
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Tests for atrule.js keywordList method with Comments (line 84)
|
|
2
|
+
// Covers parser + eval + keywordList path
|
|
3
|
+
// This tests when a keyword list contains Comments
|
|
4
|
+
|
|
5
|
+
@media screen /* comment */, print /* another */, handheld {
|
|
6
|
+
body {
|
|
7
|
+
font-size: 12pt;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// @import with media queries containing comments
|
|
12
|
+
@import "test.css" screen /* comment */, print;
|
|
13
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
@media screen {
|
|
3
|
+
.test {
|
|
4
|
+
color: red;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
@media screen, print, handheld {
|
|
8
|
+
body {
|
|
9
|
+
font-size: 12pt;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
@supports (display: grid) {
|
|
13
|
+
.grid {
|
|
14
|
+
display: grid;
|
|
15
|
+
grid-template-columns: 1fr 1fr;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
@page {
|
|
19
|
+
margin: 2cm;
|
|
20
|
+
size: A4;
|
|
21
|
+
}
|
|
22
|
+
@media screen and (max-width: 768px) {
|
|
23
|
+
.nested {
|
|
24
|
+
display: block;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
@media screen {
|
|
28
|
+
.container {
|
|
29
|
+
color: red;
|
|
30
|
+
}
|
|
31
|
+
.container .child {
|
|
32
|
+
color: blue;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
@media screen {
|
|
36
|
+
.test-var-access {
|
|
37
|
+
color: value;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
@layer base {
|
|
41
|
+
body {
|
|
42
|
+
margin: 0;
|
|
43
|
+
}
|
|
44
|
+
p {
|
|
45
|
+
padding: 0;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
@media screen {
|
|
49
|
+
body {
|
|
50
|
+
color: black;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// Targeted tests for specific uncovered lines in atrule.js
|
|
2
|
+
|
|
3
|
+
// Line 35-36: Single ruleset with declarations (allRulesetDeclarations path)
|
|
4
|
+
@media screen {
|
|
5
|
+
.test {
|
|
6
|
+
color: red;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// Line 138-140: Value that evaluates to keyword list (keywordList method)
|
|
11
|
+
@media screen, print, handheld {
|
|
12
|
+
body {
|
|
13
|
+
font-size: 12pt;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// Line 146-154: rules[0].rules path with mergeable declarations
|
|
18
|
+
@supports (display: grid) {
|
|
19
|
+
.grid {
|
|
20
|
+
display: grid;
|
|
21
|
+
grid-template-columns: 1fr 1fr;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// Line 155-158: simpleBlock with rules evaluation
|
|
26
|
+
@page {
|
|
27
|
+
margin: 2cm;
|
|
28
|
+
size: A4;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Line 172-174: Non-simpleBlock rules evaluation (evalRoot)
|
|
32
|
+
@media screen {
|
|
33
|
+
@media (max-width: 768px) {
|
|
34
|
+
.nested {
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// Line 203-215: evalRoot with ampersand counting
|
|
41
|
+
.container {
|
|
42
|
+
@media screen {
|
|
43
|
+
& {
|
|
44
|
+
color: red;
|
|
45
|
+
}
|
|
46
|
+
.child {
|
|
47
|
+
color: blue;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// Line 217-236: variable, find, rulesets methods
|
|
53
|
+
// These methods are called when accessing variables/properties from within at-rule scope
|
|
54
|
+
@media screen {
|
|
55
|
+
@var: value;
|
|
56
|
+
.test-var-access {
|
|
57
|
+
color: @var;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// Line 238-270: outputRuleset (compressed and non-compressed)
|
|
62
|
+
@layer base {
|
|
63
|
+
body {
|
|
64
|
+
margin: 0;
|
|
65
|
+
}
|
|
66
|
+
p {
|
|
67
|
+
padding: 0;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
// Line 121: At-rule without rules or declarations
|
|
72
|
+
@charset "UTF-8";
|
|
73
|
+
|
|
74
|
+
// Line 103-105: isRulesetLike and isCharset
|
|
75
|
+
@charset "UTF-8";
|
|
76
|
+
@media screen {
|
|
77
|
+
body {
|
|
78
|
+
color: black;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
.
|
|
1
|
+
.calc-basic {
|
|
2
|
+
width: calc(100% - 30px);
|
|
3
|
+
height: calc(50% + 20px);
|
|
4
|
+
margin: calc(10px * 2);
|
|
5
|
+
padding: calc(100vh - 50px);
|
|
6
|
+
}
|
|
7
|
+
.calc-variables {
|
|
2
8
|
root: calc(100% - 30px);
|
|
3
9
|
root2: calc(100% - 40px);
|
|
4
10
|
width: calc(50% + (25vh - 20px));
|
|
5
11
|
height: calc(50% + (25vh - 20px));
|
|
12
|
+
}
|
|
13
|
+
.calc-nested {
|
|
6
14
|
min-height: calc(10vh + calc(5vh));
|
|
7
|
-
|
|
8
|
-
bar: calc(1 + 20%);
|
|
15
|
+
nested: calc(calc(2.25rem + 2px) - 1px * 2);
|
|
9
16
|
}
|
|
10
|
-
.
|
|
17
|
+
.calc-functions {
|
|
11
18
|
one: calc(100% - 20px);
|
|
12
19
|
two: calc(100% - (10px + 10px));
|
|
20
|
+
bar: calc(1 + 20%);
|
|
21
|
+
}
|
|
22
|
+
.calc-escape {
|
|
13
23
|
three: calc(100% - (3 * 1));
|
|
14
24
|
four: calc(100% - (3 * 1));
|
|
15
|
-
nested: calc(calc(2.25rem + 2px) - 1px * 2);
|
|
16
25
|
}
|
|
17
|
-
.
|
|
26
|
+
.calc-mixed {
|
|
27
|
+
foo: 3 calc(3 + 4) 11;
|
|
18
28
|
height: calc(100% - ((10px * 3) + (10px * 2)));
|
|
19
29
|
}
|
|
20
|
-
.correctly-exit-calc-mode h2 {
|
|
21
|
-
width: 10px;
|
|
22
|
-
}
|
|
23
|
-
.correctly-exit-calc-mode div {
|
|
24
|
-
width: calc(100px * 2);
|
|
25
|
-
}
|
|
26
|
-
.correctly-exit-calc-mode h1 {
|
|
27
|
-
color: white;
|
|
28
|
-
}
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
@val: 10px;
|
|
2
|
-
|
|
2
|
+
@var: 50vh/2;
|
|
3
|
+
|
|
4
|
+
.calc-basic {
|
|
5
|
+
width: calc(100% - 30px);
|
|
6
|
+
height: calc(50% + 20px);
|
|
7
|
+
margin: calc(10px * 2);
|
|
8
|
+
padding: calc(100vh - 50px);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.calc-variables {
|
|
3
12
|
@c: 10px + 20px;
|
|
4
13
|
@calc: (@val + 30px);
|
|
5
14
|
root: calc(100% - @c);
|
|
6
15
|
root2: calc(100% - @calc);
|
|
7
|
-
@var: 50vh/2;
|
|
8
16
|
width: calc(50% + (@var - 20px));
|
|
9
17
|
height: calc(50% + ((@var - 20px)));
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.calc-nested {
|
|
10
21
|
min-height: calc(((10vh)) + calc((5vh)));
|
|
11
|
-
|
|
12
|
-
@floor: floor(1 + .1);
|
|
13
|
-
bar: calc(@floor + 20%);
|
|
22
|
+
nested: calc(calc(2.25rem + 2px) - 1px * 2);
|
|
14
23
|
}
|
|
15
24
|
|
|
16
|
-
.
|
|
25
|
+
.calc-functions {
|
|
17
26
|
@a: 10px;
|
|
18
27
|
@b: 10px;
|
|
19
|
-
|
|
28
|
+
@floor: floor(1 + .1);
|
|
29
|
+
|
|
20
30
|
one: calc(100% - ((min(@a + @b))));
|
|
21
31
|
two: calc(100% - (((@a + @b))));
|
|
32
|
+
bar: calc(@floor + 20%);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.calc-escape {
|
|
22
36
|
three: calc(e('100%') - (3 * 1));
|
|
23
37
|
four: calc(~'100%' - (3 * 1));
|
|
24
|
-
nested: calc(calc(2.25rem + 2px) - 1px * 2);
|
|
25
38
|
}
|
|
26
39
|
|
|
27
|
-
.
|
|
40
|
+
.calc-mixed {
|
|
41
|
+
foo: 1 + 2 calc(3 + 4) 5 + 6;
|
|
28
42
|
@v: 10px;
|
|
29
43
|
height: calc(100% - ((@v * 3) + (@v * 2)));
|
|
30
44
|
}
|
|
31
45
|
|
|
32
|
-
.correctly-exit-calc-mode {
|
|
33
|
-
@a: 10;
|
|
34
|
-
h2 { width: unit(@a, px); }
|
|
35
|
-
|
|
36
|
-
div { width: calc(100px * 2); }
|
|
37
|
-
|
|
38
|
-
.mk-map() {
|
|
39
|
-
text: white;
|
|
40
|
-
background: black;
|
|
41
|
-
}
|
|
42
46
|
|
|
43
|
-
@p: .mk-map();
|
|
44
|
-
|
|
45
|
-
h1 { color: @p[text]; }
|
|
46
|
-
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "ISO-8859-1";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Alpha function tests - no nesting, just alpha function behavior
|
|
2
|
+
#alpha {
|
|
3
|
+
@colorvar: rgba(150, 200, 150, 0.7);
|
|
4
|
+
#fromvar {
|
|
5
|
+
opacity: alpha(@colorvar);
|
|
6
|
+
}
|
|
7
|
+
#short {
|
|
8
|
+
opacity: alpha(#aaa);
|
|
9
|
+
}
|
|
10
|
+
#long {
|
|
11
|
+
opacity: alpha(#bababa);
|
|
12
|
+
}
|
|
13
|
+
#rgba {
|
|
14
|
+
opacity: alpha(rgba(50, 120, 95, 0.2));
|
|
15
|
+
}
|
|
16
|
+
#hsl {
|
|
17
|
+
opacity: alpha(hsl(120, 100%, 50%));
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.lightenblue {
|
|
2
|
+
color: #3333ff;
|
|
3
|
+
}
|
|
4
|
+
.darkenblue {
|
|
5
|
+
color: #0000cc;
|
|
6
|
+
}
|
|
7
|
+
.unknowncolors {
|
|
8
|
+
color: blue2;
|
|
9
|
+
border: 2px solid superred;
|
|
10
|
+
}
|
|
11
|
+
.transparent {
|
|
12
|
+
color: transparent;
|
|
13
|
+
background-color: rgba(0, 0, 0, 0);
|
|
14
|
+
}
|
|
15
|
+
#percentage {
|
|
16
|
+
color: 255;
|
|
17
|
+
border-color: rgba(255, 0, 0, 0.5);
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Basic color function tests - no nesting, just color functions
|
|
2
|
+
.lightenblue {
|
|
3
|
+
color: lighten(blue, 10%);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.darkenblue {
|
|
7
|
+
color: darken(blue, 10%);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.unknowncolors {
|
|
11
|
+
color: blue2;
|
|
12
|
+
border: 2px solid superred;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.transparent {
|
|
16
|
+
color: transparent;
|
|
17
|
+
background-color: rgba(0, 0, 0, 0);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
#percentage {
|
|
21
|
+
color: red(rgb(100%, 0, 0));
|
|
22
|
+
border-color: rgba(100%, 0, 0, 50%);
|
|
23
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
.lightenblue {
|
|
2
|
+
color: #3333ff;
|
|
3
|
+
}
|
|
4
|
+
.darkenblue {
|
|
5
|
+
color: #0000cc;
|
|
6
|
+
}
|
|
7
|
+
.unknowncolors {
|
|
8
|
+
color: blue2;
|
|
9
|
+
border: 2px solid superred;
|
|
10
|
+
}
|
|
11
|
+
.transparent {
|
|
12
|
+
color: transparent;
|
|
13
|
+
background-color: rgba(0, 0, 0, 0);
|
|
14
|
+
}
|
|
15
|
+
#alpha #fromvar {
|
|
16
|
+
opacity: 0.7;
|
|
17
|
+
}
|
|
18
|
+
#alpha #short {
|
|
19
|
+
opacity: 1;
|
|
20
|
+
}
|
|
21
|
+
#alpha #long {
|
|
22
|
+
opacity: 1;
|
|
23
|
+
}
|
|
24
|
+
#alpha #rgba {
|
|
25
|
+
opacity: 0.2;
|
|
26
|
+
}
|
|
27
|
+
#alpha #hsl {
|
|
28
|
+
opacity: 1;
|
|
29
|
+
}
|
|
30
|
+
#percentage {
|
|
31
|
+
color: 255;
|
|
32
|
+
border-color: rgba(255, 0, 0, 0.5);
|
|
33
|
+
}
|
|
34
|
+
#grey {
|
|
35
|
+
color: #c8c8c8;
|
|
36
|
+
}
|
|
37
|
+
#aa3333 {
|
|
38
|
+
color: #aa3333;
|
|
39
|
+
}
|
|
40
|
+
#bb8080 {
|
|
41
|
+
color: hsl(0, 30%, 62%);
|
|
42
|
+
}
|
|
43
|
+
#ccff00 {
|
|
44
|
+
color: hsl(72, 100%, 50%);
|
|
45
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// Comprehensive color function tests - all color functions without problematic nesting
|
|
2
|
+
.lightenblue {
|
|
3
|
+
color: lighten(blue, 10%);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.darkenblue {
|
|
7
|
+
color: darken(blue, 10%);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.unknowncolors {
|
|
11
|
+
color: blue2;
|
|
12
|
+
border: 2px solid superred;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.transparent {
|
|
16
|
+
color: transparent;
|
|
17
|
+
background-color: rgba(0, 0, 0, 0);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
#alpha {
|
|
21
|
+
@colorvar: rgba(150, 200, 150, 0.7);
|
|
22
|
+
#fromvar {
|
|
23
|
+
opacity: alpha(@colorvar);
|
|
24
|
+
}
|
|
25
|
+
#short {
|
|
26
|
+
opacity: alpha(#aaa);
|
|
27
|
+
}
|
|
28
|
+
#long {
|
|
29
|
+
opacity: alpha(#bababa);
|
|
30
|
+
}
|
|
31
|
+
#rgba {
|
|
32
|
+
opacity: alpha(rgba(50, 120, 95, 0.2));
|
|
33
|
+
}
|
|
34
|
+
#hsl {
|
|
35
|
+
opacity: alpha(hsl(120, 100%, 50%));
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
#percentage {
|
|
40
|
+
color: red(rgb(100%, 0, 0));
|
|
41
|
+
border-color: rgba(100%, 0, 0, 50%);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
#grey {
|
|
45
|
+
color: rgb(200, 200, 200);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
#aa3333 {
|
|
49
|
+
color: rgb(66.66%, 20%, 20%);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
#bb8080 {
|
|
53
|
+
color: hsl(0deg, 30%, 62%);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
#ccff00 {
|
|
57
|
+
color: hsl(72deg, 100%, 50%);
|
|
58
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
#grey {
|
|
29
|
+
color: #c8c8c8;
|
|
30
|
+
}
|
|
31
|
+
#aa3333 {
|
|
32
|
+
color: #aa3333;
|
|
33
|
+
}
|
|
34
|
+
#bb8080 {
|
|
35
|
+
color: hsl(0, 30%, 62%);
|
|
36
|
+
}
|
|
37
|
+
#ccff00 {
|
|
38
|
+
color: hsl(72, 100%, 50%);
|
|
39
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// Color format tests - testing different color formats and conversions
|
|
2
|
+
#yelow #short {
|
|
3
|
+
color: #fea;
|
|
4
|
+
}
|
|
5
|
+
#yelow #long {
|
|
6
|
+
color: #ffeeaa;
|
|
7
|
+
}
|
|
8
|
+
#yelow #rgba {
|
|
9
|
+
color: rgba(255, 238, 170, 0.1);
|
|
10
|
+
}
|
|
11
|
+
#yelow #argb {
|
|
12
|
+
color: argb(rgba(255, 238, 170, 0.1));
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
#blue #short {
|
|
16
|
+
color: #00f;
|
|
17
|
+
}
|
|
18
|
+
#blue #long {
|
|
19
|
+
color: #0000ff;
|
|
20
|
+
}
|
|
21
|
+
#blue #rgba {
|
|
22
|
+
color: rgba(0, 0, 255, 0.1);
|
|
23
|
+
}
|
|
24
|
+
#blue #argb {
|
|
25
|
+
color: argb(rgba(0, 0, 255, 0.1));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
#alpha #hsla {
|
|
29
|
+
color: hsla(11, 20%, 20%, 0.6);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
#grey {
|
|
33
|
+
color: rgb(200, 200, 200);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
#aa3333 {
|
|
37
|
+
color: rgb(66.66%, 20%, 20%);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
#bb8080 {
|
|
41
|
+
color: hsl(0deg, 30%, 62%);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
#ccff00 {
|
|
45
|
+
color: hsl(72deg, 100%, 50%);
|
|
46
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
.color-oklch-sub {
|
|
2
|
+
background: oklch(from #0000FF calc(l - 0.1) c h);
|
|
3
|
+
}
|
|
4
|
+
.color-oklch-add {
|
|
5
|
+
background: oklch(from #0000FF calc(l + 0.1) c h);
|
|
6
|
+
}
|
|
7
|
+
.color-oklch-mult {
|
|
8
|
+
background: oklch(from #0000FF calc(l * 0.1) c h);
|
|
9
|
+
}
|
|
10
|
+
.color-oklch-div {
|
|
11
|
+
background: oklch(from #0000FF calc(l / 2) c h);
|
|
12
|
+
}
|
|
13
|
+
.color-hsl-sub {
|
|
14
|
+
background: hsl(from #0000FF calc(h - 1) s l);
|
|
15
|
+
}
|
|
16
|
+
.color-hsl-add {
|
|
17
|
+
background: hsl(from #0000FF calc(h + 1) s l);
|
|
18
|
+
}
|
|
19
|
+
.color-hsl-mult {
|
|
20
|
+
background: hsl(from #0000FF calc(h * 1) s l);
|
|
21
|
+
}
|
|
22
|
+
.color-hsl-div {
|
|
23
|
+
background: hsl(from #0000FF calc(h / 2) s l);
|
|
24
|
+
}
|
|
25
|
+
.color-rgb-sub {
|
|
26
|
+
background: rgb(from #0000FF calc(r - 1) g b);
|
|
27
|
+
}
|
|
28
|
+
.color-rgb-add {
|
|
29
|
+
background: rgb(from #0000FF calc(r + 1) g b);
|
|
30
|
+
}
|
|
31
|
+
.color-rgb-mult {
|
|
32
|
+
background: rgb(from #0000FF calc(r * 1) g b);
|
|
33
|
+
}
|
|
34
|
+
.color-rgb-div {
|
|
35
|
+
background: rgb(from #0000FF calc(r / 2) g b);
|
|
36
|
+
}
|