@less/test-data 4.9.0 → 5.0.0-alpha.2
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/UPSTREAM-FIXTURE-SYNC.md +54 -0
- package/package.json +4 -1
- package/styles.config.ts +15 -0
- package/tests-config/3rd-party/styles.config.cjs +1 -1
- package/tests-config/compression/styles.config.cjs +1 -1
- package/tests-config/debug/all/styles.config.cjs +1 -1
- package/tests-config/debug/comments/styles.config.cjs +1 -1
- package/tests-config/debug/mediaquery/styles.config.cjs +1 -1
- package/tests-config/filemanagerPlugin/styles.config.cjs +1 -1
- package/tests-config/functions-harness/functions-harness.css +8 -0
- package/tests-config/functions-harness/functions-harness.less +10 -0
- package/tests-config/js-type-errors/js-type-error-2.txt +4 -0
- package/tests-config/js-type-errors/js-type-error.txt +1 -1
- package/tests-config/namespacing/legacy/namespacing-7.css +15 -0
- package/tests-config/namespacing/namespacing-5.less +3 -3
- package/tests-config/namespacing/namespacing-7.css +16 -8
- package/tests-config/namespacing/styles.config.cjs +4 -1
- package/tests-config/sourcemaps/styles.config.cjs +1 -1
- package/tests-config/sourcemaps-variable-selector/styles.config.cjs +1 -1
- package/tests-config/strict-imports/legacy/strict-imports.css +14 -0
- package/tests-config/strict-imports/strict-imports.css +4 -2
- package/tests-config/strict-imports/styles.config.cjs +6 -5
- package/tests-config/units/no-strict/legacy/no-strict.css +24 -0
- package/tests-config/units/no-strict/no-strict.css +3 -3
- package/tests-config/url-args/legacy/urls.css +58 -0
- package/tests-config/url-args/urls.css +2 -1
- package/tests-error/eval/ampersand-merge-template-invalid.less +7 -0
- package/tests-error/eval/ampersand-merge-template-invalid.txt +1 -0
- package/tests-error/eval/at-rules-undefined-var.less +1 -1
- package/tests-error/eval/property-undefined.txt +1 -0
- package/tests-error/eval/recursive-property.txt +1 -0
- package/tests-unit/at-rule-variable-deprecated/at-rule-variable-deprecated.css +0 -38
- package/tests-unit/at-rule-variable-deprecated/at-rule-variable-deprecated.less +0 -70
- package/tests-unit/at-rule-variable-interpolation/at-rule-variable-interpolation.css +45 -0
- package/tests-unit/at-rule-variable-interpolation/at-rule-variable-interpolation.less +72 -0
- package/tests-unit/at-rules/at-rules.css +8 -6
- package/tests-unit/at-rules/legacy/at-rules.css +110 -0
- package/tests-unit/at-rules/styles.config.ts +5 -0
- package/tests-unit/at-rules-bubbling/at-rules-bubbling.css +121 -0
- package/tests-unit/at-rules-bubbling/legacy/at-rules-bubbling.css +122 -0
- package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.css +2 -5
- package/tests-unit/at-rules-keyword-comments/legacy/at-rules-keyword-comments.css +12 -0
- package/tests-unit/at-rules-targeted/at-rules-targeted.css +5 -3
- package/tests-unit/at-rules-targeted/legacy/at-rules-targeted.css +55 -0
- package/tests-unit/calc/calc.css +8 -8
- package/tests-unit/calc/calc.less +1 -0
- package/tests-unit/calc/legacy/calc.css +32 -0
- package/tests-unit/color-functions/basic.css +1 -1
- package/tests-unit/color-functions/comprehensive.css +5 -5
- package/tests-unit/color-functions/comprehensive.less +1 -0
- package/tests-unit/color-functions/formats.css +0 -12
- package/tests-unit/color-functions/formats.less +0 -15
- package/tests-unit/color-functions/legacy/basic.css +21 -0
- package/tests-unit/color-functions/legacy/comprehensive.css +48 -0
- package/tests-unit/color-functions/legacy/modern-syntax.css +9 -0
- package/tests-unit/color-functions/legacy/operations.css +18 -0
- package/tests-unit/color-functions/legacy/rgba.css +20 -0
- package/tests-unit/color-functions/modern-syntax.css +4 -4
- package/tests-unit/color-functions/modern-syntax.less +1 -0
- package/tests-unit/color-functions/operations.less +1 -0
- package/tests-unit/color-functions/rgba.css +3 -3
- package/tests-unit/color-functions/rgba.less +3 -1
- package/tests-unit/comments/comments.css +5 -6
- package/tests-unit/comments/comments.less +2 -1
- package/tests-unit/comments/comments2.css +4 -6
- package/tests-unit/comments/comments2.less +3 -0
- package/tests-unit/comments/legacy/comments.css +86 -0
- package/tests-unit/comments/legacy/comments2.css +21 -0
- package/tests-unit/container/container.css +40 -83
- package/tests-unit/container/container.less +28 -82
- package/tests-unit/container/legacy/container.css +273 -0
- package/tests-unit/container/styles.config.ts +8 -0
- package/tests-unit/css-3/css-3.css +4 -4
- package/tests-unit/css-3/legacy/css-3.css +147 -0
- package/tests-unit/css-escapes/css-escapes.css +4 -4
- package/tests-unit/css-escapes/legacy/css-escapes.css +34 -0
- package/tests-unit/css-escapes/styles.config.ts +5 -0
- package/tests-unit/css-grid/css-grid.css +4 -1
- package/tests-unit/css-grid/legacy/css-grid.css +27 -0
- package/tests-unit/css-guards/css-guards.less +2 -1
- package/tests-unit/detached-rulesets/detached-rulesets.css +26 -18
- package/tests-unit/detached-rulesets/legacy/detached-rulesets.css +79 -0
- package/tests-unit/directives-bubbling/directives-bubbling.css +16 -14
- package/tests-unit/extend/extend.css +22 -28
- package/tests-unit/extend/legacy/extend.css +79 -0
- package/tests-unit/extend/styles.config.ts +5 -0
- package/tests-unit/extend-chaining/extend-chaining.css +7 -10
- package/tests-unit/extend-chaining/legacy/extend-chaining.css +84 -0
- package/tests-unit/extend-clearfix/extend-clearfix.css +1 -3
- package/tests-unit/extend-clearfix/extend-clearfix.less +0 -1
- package/tests-unit/{extend → extend-clearfix/legacy}/extend-clearfix.css +3 -0
- package/tests-unit/extend-exact/extend-exact.css +25 -24
- package/tests-unit/extend-exact/legacy/extend-exact.css +40 -0
- package/tests-unit/extend-exact/styles.config.ts +5 -0
- package/tests-unit/extend-media/extend-media.css +9 -14
- package/tests-unit/extend-media/legacy/extend-media.css +27 -0
- package/tests-unit/extend-media/styles.config.ts +5 -0
- package/tests-unit/extend-nest/extend-nest.css +3 -22
- package/tests-unit/extend-nest/legacy/extend-nest.css +60 -0
- package/tests-unit/extend-selector/extend-selector.css +42 -67
- package/tests-unit/extend-selector/extend-selector.less +0 -15
- package/tests-unit/extend-selector/legacy/extend-selector.css +73 -0
- package/tests-unit/extend-selector/styles.config.ts +5 -0
- package/tests-unit/extract-and-length/extract-and-length.css +6 -5
- package/tests-unit/extract-and-length/extract-and-length.less +7 -2
- package/tests-unit/extract-and-length/legacy/extract-and-length.css +137 -0
- package/tests-unit/functions/functions.css +5 -16
- package/tests-unit/functions/functions.less +8 -21
- package/tests-unit/functions/legacy/functions.css +244 -0
- package/tests-unit/functions/legacy/functions.less +296 -0
- package/tests-unit/functions-each/functions-each.css +4 -2
- package/tests-unit/import/import-reference-issues.css +6 -6
- package/tests-unit/import/import-reference.css +4 -2
- package/tests-unit/import/legacy/import-reference-issues.css +27 -0
- package/tests-unit/import/legacy/import-reference.css +101 -0
- package/tests-unit/import/styles.config.cjs +5 -4
- package/tests-unit/layer/layer.css +30 -28
- package/tests-unit/layer/legacy/layer.css +136 -0
- package/tests-unit/layer/styles.config.ts +5 -0
- package/tests-unit/math-css-vars/math-css-vars.css +1 -0
- package/tests-unit/math-css-vars/math-css-vars.less +1 -0
- package/tests-unit/media/legacy/media.css +274 -0
- package/tests-unit/media/media.css +49 -43
- package/tests-unit/media/media.less +0 -2
- package/tests-unit/media/styles.config.cjs +5 -0
- package/tests-unit/merge/merge.css +2 -2
- package/tests-unit/mixin-noparens/legacy/mixin-noparens.css +10 -0
- package/tests-unit/mixin-noparens/mixin-noparens.css +4 -2
- package/tests-unit/mixin-noparens/styles.config.ts +5 -0
- package/tests-unit/mixins/legacy/maps.css +9 -0
- package/tests-unit/mixins/legacy/mixins.css +147 -0
- package/tests-unit/mixins/maps.css +7 -5
- package/tests-unit/mixins/mixins.css +7 -5
- package/tests-unit/mixins/styles.config.ts +5 -0
- package/tests-unit/mixins-closure/legacy/mixins-closure.css +12 -0
- package/tests-unit/mixins-closure/mixins-closure.css +4 -2
- package/tests-unit/mixins-closure/styles.config.ts +5 -0
- package/tests-unit/mixins-guards/legacy/mixins-guards.css +214 -0
- package/tests-unit/mixins-guards/mixins-guards.css +21 -5
- package/tests-unit/mixins-guards/mixins-guards.less +0 -1
- package/tests-unit/mixins-guards/styles.config.ts +5 -0
- package/tests-unit/mixins-guards-default-func/legacy/mixins-guards-default-func.css +132 -0
- package/tests-unit/mixins-guards-default-func/mixins-guards-default-func.css +0 -2
- package/tests-unit/mixins-important/mixins-important.css +33 -19
- package/tests-unit/mixins-interpolated/legacy/mixins-interpolated.css +42 -0
- package/tests-unit/mixins-interpolated/mixins-interpolated.css +24 -14
- package/tests-unit/mixins-interpolated/styles.config.ts +5 -0
- package/tests-unit/mixins-nested/legacy/mixins-nested.css +17 -0
- package/tests-unit/mixins-nested/mixins-nested.css +16 -12
- package/tests-unit/mixins-nested/styles.config.ts +5 -0
- package/tests-unit/nesting/legacy/nesting.css +27 -0
- package/tests-unit/nesting/nesting-uncollapsed.css +26 -0
- package/tests-unit/nesting/nesting.css +1 -1
- package/tests-unit/nesting/styles.config.ts +6 -0
- package/tests-unit/operations/legacy/operations-advanced.css +36 -0
- package/tests-unit/operations/operations-advanced.css +1 -1
- package/tests-unit/operations/operations.css +4 -2
- package/tests-unit/parse-interpolation/legacy/parse-interpolation.css +39 -0
- package/tests-unit/parse-interpolation/parse-interpolation.css +72 -35
- package/tests-unit/parse-interpolation/parse-interpolation.less +73 -25
- package/tests-unit/parse-interpolation/styles.config.ts +5 -0
- package/tests-unit/parser-property-interp/parser-property-interp.css +1 -1
- package/tests-unit/parser-property-interp/parser-property-interp.less +2 -2
- package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.css +1 -9
- package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.less +11 -11
- package/tests-unit/plugin/styles.config.ts +11 -0
- package/tests-unit/property-accessors/legacy/property-accessors.css +60 -0
- package/tests-unit/property-accessors/property-accessors.css +15 -7
- package/tests-unit/property-name-interp/legacy/property-name-interp.css +24 -0
- package/tests-unit/property-name-interp/property-name-interp.css +1 -1
- package/tests-unit/property-name-interp/property-name-interp.less +4 -2
- package/tests-unit/property-targeted/legacy/property-targeted.css +7 -0
- package/tests-unit/property-targeted/property-targeted.css +1 -1
- package/tests-unit/rulesets/legacy/rulesets.css +31 -0
- package/tests-unit/rulesets/rulesets.css +30 -30
- package/tests-unit/rulesets/styles.config.ts +5 -0
- package/tests-unit/scope/legacy/scope.css +41 -0
- package/tests-unit/scope/scope.css +1 -1
- package/tests-unit/selectors/selectors.css +13 -41
- package/tests-unit/styles.config.cjs +1 -1
- package/tests-unit/styles.config.ts +8 -0
- package/tests-unit/variables/legacy/variable-advanced.css +58 -0
- package/tests-unit/variables/variable-advanced.css +9 -12
- package/tests-unit/variables/variable-advanced.less +5 -4
- package/tests-unit/variables/variables.css +1 -1
- package/tests-unit/variables-in-at-rules/variables-in-at-rules.less +3 -2
- package/tests-unit/whitespace/legacy/whitespace.css +45 -0
- package/tests-unit/whitespace/whitespace.css +3 -2
- package/tests-warnings/parentless-ampersand-nested.less +6 -0
- package/tests-warnings/parentless-ampersand-nested.txt +42 -0
- package/tests-warnings/parentless-ampersand.less +3 -0
- package/tests-warnings/parentless-ampersand.txt +21 -0
- package/tests-config/rootpath-escape-interpolation/rootpath-escape-interpolation.css +0 -8
- package/tests-config/rootpath-escape-interpolation/rootpath-escape-interpolation.less +0 -24
- package/tests-config/rootpath-escape-interpolation/styles.config.cjs +0 -8
- package/tests-config/sourcemaps/url-interpolation/styles.config.cjs +0 -9
- package/tests-config/sourcemaps/url-interpolation/url-interpolation.css +0 -13
- package/tests-config/sourcemaps/url-interpolation/url-interpolation.less +0 -24
- package/tests-error/parse/property-interpolation-lookup.less +0 -8
- package/tests-error/parse/property-interpolation-lookup.txt +0 -4
- package/tests-unit/extend/extend-clearfix.less +0 -19
- package/tests-unit/lookup-interpolation/lookup-interpolation.css +0 -60
- package/tests-unit/lookup-interpolation/lookup-interpolation.less +0 -127
- package/tests-unit/media-nested-type/media-nested-type.css +0 -40
- package/tests-unit/media-nested-type/media-nested-type.less +0 -51
- /package/tests-unit/{directives-bubbling/directives-bubbling.less → at-rules-bubbling/at-rules-bubbling.less} +0 -0
- /package/tests-unit/{ie-filters → ie-filters-REMOVED/legacy}/ie-filters.css +0 -0
- /package/tests-unit/{ie-filters → ie-filters-REMOVED/legacy}/ie-filters.less +0 -0
- /package/tests-unit/{javascript → javascript-REMOVED/legacy}/javascript.css +0 -0
- /package/tests-unit/{javascript → javascript-REMOVED/legacy}/javascript.less +0 -0
- /package/tests-unit/{javascript → javascript-REMOVED/legacy}/styles.config.cjs +0 -0
|
@@ -29,18 +29,3 @@
|
|
|
29
29
|
color: hsla(11, 20%, 20%, 0.6);
|
|
30
30
|
}
|
|
31
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,21 @@
|
|
|
1
|
+
/* Less 4.x output, recorded when this fixture graduated to v5.
|
|
2
|
+
Historical record only — no test reads this file. */
|
|
3
|
+
|
|
4
|
+
.lightenblue {
|
|
5
|
+
color: #3333ff;
|
|
6
|
+
}
|
|
7
|
+
.darkenblue {
|
|
8
|
+
color: #0000cc;
|
|
9
|
+
}
|
|
10
|
+
.unknowncolors {
|
|
11
|
+
color: blue2;
|
|
12
|
+
border: 2px solid superred;
|
|
13
|
+
}
|
|
14
|
+
.transparent {
|
|
15
|
+
color: transparent;
|
|
16
|
+
background-color: rgba(0, 0, 0, 0);
|
|
17
|
+
}
|
|
18
|
+
#percentage {
|
|
19
|
+
color: 255;
|
|
20
|
+
border-color: rgba(255, 0, 0, 0.5);
|
|
21
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* Less 4.x output, recorded when this fixture graduated to v5.
|
|
2
|
+
Historical record only — no test reads this file. */
|
|
3
|
+
|
|
4
|
+
.lightenblue {
|
|
5
|
+
color: #3333ff;
|
|
6
|
+
}
|
|
7
|
+
.darkenblue {
|
|
8
|
+
color: #0000cc;
|
|
9
|
+
}
|
|
10
|
+
.unknowncolors {
|
|
11
|
+
color: blue2;
|
|
12
|
+
border: 2px solid superred;
|
|
13
|
+
}
|
|
14
|
+
.transparent {
|
|
15
|
+
color: transparent;
|
|
16
|
+
background-color: rgba(0, 0, 0, 0);
|
|
17
|
+
}
|
|
18
|
+
#alpha #fromvar {
|
|
19
|
+
opacity: 0.7;
|
|
20
|
+
}
|
|
21
|
+
#alpha #short {
|
|
22
|
+
opacity: 1;
|
|
23
|
+
}
|
|
24
|
+
#alpha #long {
|
|
25
|
+
opacity: 1;
|
|
26
|
+
}
|
|
27
|
+
#alpha #rgba {
|
|
28
|
+
opacity: 0.2;
|
|
29
|
+
}
|
|
30
|
+
#alpha #hsl {
|
|
31
|
+
opacity: 1;
|
|
32
|
+
}
|
|
33
|
+
#percentage {
|
|
34
|
+
color: 255;
|
|
35
|
+
border-color: rgba(255, 0, 0, 0.5);
|
|
36
|
+
}
|
|
37
|
+
#grey {
|
|
38
|
+
color: #c8c8c8;
|
|
39
|
+
}
|
|
40
|
+
#aa3333 {
|
|
41
|
+
color: #aa3333;
|
|
42
|
+
}
|
|
43
|
+
#bb8080 {
|
|
44
|
+
color: hsl(0, 30%, 62%);
|
|
45
|
+
}
|
|
46
|
+
#ccff00 {
|
|
47
|
+
color: hsl(72, 100%, 50%);
|
|
48
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* Less 4.x output, recorded when this fixture graduated to v5.
|
|
2
|
+
Historical record only — no test reads this file. */
|
|
3
|
+
|
|
4
|
+
#overflow .a {
|
|
5
|
+
color: #000000;
|
|
6
|
+
}
|
|
7
|
+
#overflow .b {
|
|
8
|
+
color: #ffffff;
|
|
9
|
+
}
|
|
10
|
+
#overflow .c {
|
|
11
|
+
color: #ffffff;
|
|
12
|
+
}
|
|
13
|
+
#overflow .d {
|
|
14
|
+
color: #00ff00;
|
|
15
|
+
}
|
|
16
|
+
#overflow .e {
|
|
17
|
+
color: rgba(0, 31, 255, 0.42);
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* Less 4.x output, recorded when this fixture graduated to v5.
|
|
2
|
+
Historical record only — no test reads this file. */
|
|
3
|
+
|
|
4
|
+
#rrggbbaa {
|
|
5
|
+
test-1: #55FF5599;
|
|
6
|
+
test-2: #5F59;
|
|
7
|
+
test-3: rgba(136, 255, 136, 0.6);
|
|
8
|
+
test-4: rgba(85, 255, 85, 0.1);
|
|
9
|
+
test-5: rgba(85, 255, 85, 0.6);
|
|
10
|
+
test-6: rgba(85, 255, 85, 0.6);
|
|
11
|
+
test-7: rgba(85, 255, 85, 0.5);
|
|
12
|
+
test-8: rgba(var(--color-accent), 0.2);
|
|
13
|
+
test-9: rgb(var(--color-accent));
|
|
14
|
+
test-9: hsla(var(--color-accent));
|
|
15
|
+
test-10: #55FF5599;
|
|
16
|
+
test-11: hsla(120, 100%, 66.66666667%, 0.6);
|
|
17
|
+
test-12: hsla(120, 100%, 66.66666667%, 0.5);
|
|
18
|
+
--semi-transparent-dark-background: #001e00ee;
|
|
19
|
+
--semi-transparent-dark-background-2: #001e00;
|
|
20
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#rrggbbaa {
|
|
2
2
|
test-1: #55FF5599;
|
|
3
3
|
test-2: #5F59;
|
|
4
|
-
test-3:
|
|
5
|
-
test-4:
|
|
4
|
+
test-3: #88ff8899;
|
|
5
|
+
test-4: #55ff551a;
|
|
6
6
|
test-5: rgba(85, 255, 85, 0.6);
|
|
7
7
|
test-6: rgba(85, 255, 85, 0.6);
|
|
8
8
|
test-7: rgba(85, 255, 85, 0.5);
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
test-11: hsla(120, 100%, 66.66666667%, 0.6);
|
|
14
14
|
test-12: hsla(120, 100%, 66.66666667%, 0.5);
|
|
15
15
|
--semi-transparent-dark-background: #001e00ee;
|
|
16
|
-
--semi-transparent-dark-background-2:
|
|
16
|
+
--semi-transparent-dark-background-2: rgba(0, 30, 0, 238);
|
|
17
17
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
#rrggbbaa {
|
|
3
3
|
test-1: #55FF5599;
|
|
4
4
|
test-2: #5F59;
|
|
5
|
+
// Less v5 will attempt to preserve color formats when possible.
|
|
5
6
|
test-3: lighten(#55FF5599, 10%);
|
|
6
7
|
test-4: fade(#5F59, 10%);
|
|
7
8
|
test-5: rgba(#55FF5599);
|
|
@@ -14,5 +15,6 @@
|
|
|
14
15
|
test-11: hsla(#5F59);
|
|
15
16
|
test-12: hsla(#5F59, 0.5);
|
|
16
17
|
--semi-transparent-dark-background: #001e00ee;
|
|
17
|
-
|
|
18
|
+
// Less v5 will not alter custom properties - they can represent any unknown value.
|
|
19
|
+
--semi-transparent-dark-background-2: rgba(0, 30, 0, 238);
|
|
18
20
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
*/
|
|
27
27
|
/* @group Variables
|
|
28
28
|
------------------- */
|
|
29
|
-
#comments
|
|
29
|
+
#comments /* boo *//* boo again*/,
|
|
30
30
|
.comments {
|
|
31
31
|
/**/
|
|
32
32
|
color: red;
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
color: grey;
|
|
46
46
|
}
|
|
47
47
|
*/
|
|
48
|
-
.selector
|
|
48
|
+
.selector /* .with */,
|
|
49
49
|
.lots,
|
|
50
|
-
.comments {
|
|
51
|
-
color
|
|
50
|
+
/* of */ .comments {
|
|
51
|
+
color/* survive */ /* me too */: grey, /* blue */ orange;
|
|
52
52
|
-webkit-border-radius: 2px /* webkit only */;
|
|
53
53
|
-moz-border-radius: 8px /* moz only with operation */;
|
|
54
54
|
}
|
|
@@ -58,8 +58,7 @@
|
|
|
58
58
|
.sr-only-focusable {
|
|
59
59
|
clip: auto;
|
|
60
60
|
}
|
|
61
|
-
@-webkit-keyframes hover {
|
|
62
|
-
/* and Chrome */
|
|
61
|
+
@-webkit-keyframes /* Safari */ hover /* and Chrome */ {
|
|
63
62
|
0% {
|
|
64
63
|
color: red;
|
|
65
64
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// Comprehensive comment handling tests
|
|
2
|
+
// Less v5 will preserve many more comments as-is
|
|
2
3
|
/******************\
|
|
3
4
|
* *
|
|
4
5
|
* Comment Header *
|
|
@@ -99,5 +100,5 @@
|
|
|
99
100
|
// line immediately followed
|
|
100
101
|
/*by block */
|
|
101
102
|
@string_w_comment: ~"/* // Not commented out // */";
|
|
102
|
-
#output-block { --comment: @string_w_comment; }
|
|
103
|
+
#output-block { --comment: @{string_w_comment}; }
|
|
103
104
|
/*comment on last line*/
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
@-webkit-keyframes hover {
|
|
2
|
-
/* Safari and Chrome */
|
|
3
|
-
}
|
|
4
1
|
.bg {
|
|
5
2
|
background-image: linear-gradient(#333 /*{comment}*/, #111);
|
|
6
3
|
}
|
|
7
4
|
#planadvisor,
|
|
5
|
+
/*comment*//*comment*/
|
|
8
6
|
.first,
|
|
9
|
-
|
|
7
|
+
/*comment*//*comment*/.planning {
|
|
10
8
|
margin: 10px;
|
|
11
9
|
total-width: 96em;
|
|
12
10
|
}
|
|
13
11
|
.some-inline-comments {
|
|
14
12
|
a: yes /* comment */;
|
|
15
13
|
b: red /* comment */;
|
|
16
|
-
c: yes
|
|
17
|
-
d: red
|
|
14
|
+
c: yes;
|
|
15
|
+
d: red;
|
|
18
16
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// Inline comments and grid system tests
|
|
2
2
|
@media all and/*! */(max-width:1024px) {}
|
|
3
|
+
// In Less v5, This is an empty ruleset, so it is removed.
|
|
3
4
|
@-webkit-keyframes hover /* Safari and Chrome */{ }
|
|
4
5
|
.bg {
|
|
5
6
|
background-image: linear-gradient(#333 /*{comment}*/, #111);
|
|
@@ -25,6 +26,8 @@
|
|
|
25
26
|
.some-inline-comments {
|
|
26
27
|
a: yes /* comment */;
|
|
27
28
|
b: red /* comment */;
|
|
29
|
+
// In Less v5, the comment is considered to be attached to the source,
|
|
30
|
+
// not part of the value.
|
|
28
31
|
@c: yes /* comment */;
|
|
29
32
|
@d: red /* comment */;
|
|
30
33
|
c: @c;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/* Less 4.x output, recorded when this fixture graduated to v5.
|
|
2
|
+
Historical record only — no test reads this file. */
|
|
3
|
+
|
|
4
|
+
/******************\
|
|
5
|
+
* *
|
|
6
|
+
* Comment Header *
|
|
7
|
+
* *
|
|
8
|
+
\******************/
|
|
9
|
+
/*
|
|
10
|
+
|
|
11
|
+
Comment
|
|
12
|
+
|
|
13
|
+
*/
|
|
14
|
+
/*
|
|
15
|
+
* Comment Test
|
|
16
|
+
*
|
|
17
|
+
* - cloudhead (http://cloudhead.net)
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
/* Colors
|
|
21
|
+
* ------
|
|
22
|
+
* #EDF8FC (background blue)
|
|
23
|
+
* #166C89 (darkest blue)
|
|
24
|
+
*
|
|
25
|
+
* Text:
|
|
26
|
+
* #333 (standard text) // A comment within a comment!
|
|
27
|
+
* #1F9EC9 (standard link)
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
/* @group Variables
|
|
31
|
+
------------------- */
|
|
32
|
+
#comments,
|
|
33
|
+
.comments {
|
|
34
|
+
/**/
|
|
35
|
+
color: red;
|
|
36
|
+
/* A C-style comment */
|
|
37
|
+
/* A C-style comment */
|
|
38
|
+
background-color: orange;
|
|
39
|
+
font-size: 12px;
|
|
40
|
+
/* lost comment */
|
|
41
|
+
content: "content";
|
|
42
|
+
border: 1px solid black;
|
|
43
|
+
padding: 0;
|
|
44
|
+
margin: 2em;
|
|
45
|
+
}
|
|
46
|
+
/* commented out
|
|
47
|
+
#more-comments {
|
|
48
|
+
color: grey;
|
|
49
|
+
}
|
|
50
|
+
*/
|
|
51
|
+
.selector,
|
|
52
|
+
.lots,
|
|
53
|
+
.comments {
|
|
54
|
+
color: grey, /* blue */ orange;
|
|
55
|
+
-webkit-border-radius: 2px /* webkit only */;
|
|
56
|
+
-moz-border-radius: 8px /* moz only with operation */;
|
|
57
|
+
}
|
|
58
|
+
.test-rule {
|
|
59
|
+
color: 1px;
|
|
60
|
+
}
|
|
61
|
+
.sr-only-focusable {
|
|
62
|
+
clip: auto;
|
|
63
|
+
}
|
|
64
|
+
@-webkit-keyframes hover {
|
|
65
|
+
/* and Chrome */
|
|
66
|
+
0% {
|
|
67
|
+
color: red;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
#last {
|
|
71
|
+
color: blue;
|
|
72
|
+
}
|
|
73
|
+
/* */
|
|
74
|
+
/* { */
|
|
75
|
+
/* */
|
|
76
|
+
/* */
|
|
77
|
+
/* */
|
|
78
|
+
#div {
|
|
79
|
+
color: #A33;
|
|
80
|
+
}
|
|
81
|
+
/* } */
|
|
82
|
+
/*by block */
|
|
83
|
+
#output-block {
|
|
84
|
+
--comment: /* // Not commented out // */;
|
|
85
|
+
}
|
|
86
|
+
/*comment on last line*/
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/* Less 4.x output, recorded when this fixture graduated to v5.
|
|
2
|
+
Historical record only — no test reads this file. */
|
|
3
|
+
|
|
4
|
+
@-webkit-keyframes hover {
|
|
5
|
+
/* Safari and Chrome */
|
|
6
|
+
}
|
|
7
|
+
.bg {
|
|
8
|
+
background-image: linear-gradient(#333 /*{comment}*/, #111);
|
|
9
|
+
}
|
|
10
|
+
#planadvisor,
|
|
11
|
+
.first,
|
|
12
|
+
.planning {
|
|
13
|
+
margin: 10px;
|
|
14
|
+
total-width: 96em;
|
|
15
|
+
}
|
|
16
|
+
.some-inline-comments {
|
|
17
|
+
a: yes /* comment */;
|
|
18
|
+
b: red /* comment */;
|
|
19
|
+
c: yes /* comment */;
|
|
20
|
+
d: red /* comment */;
|
|
21
|
+
}
|
|
@@ -23,9 +23,11 @@
|
|
|
23
23
|
border: 1px solid grey;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
@container size(min-width: 60ch) {
|
|
26
|
+
@container size (min-width: 60ch) {
|
|
27
27
|
.article--post header {
|
|
28
|
-
grid-template-areas:
|
|
28
|
+
grid-template-areas:
|
|
29
|
+
"avatar name"
|
|
30
|
+
"avatar headline";
|
|
29
31
|
align-items: start;
|
|
30
32
|
}
|
|
31
33
|
.article--post {
|
|
@@ -54,13 +56,28 @@
|
|
|
54
56
|
margin: 0.5em 0 0 0;
|
|
55
57
|
}
|
|
56
58
|
}
|
|
59
|
+
@container contactBody (min-width: 1300px) {
|
|
60
|
+
.named-container {
|
|
61
|
+
width: 25%;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
@container _body (min-width: 1300px) {
|
|
65
|
+
.underscored-container {
|
|
66
|
+
width: 25%;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
@container café (min-width: 1300px) {
|
|
70
|
+
.nonascii-container {
|
|
71
|
+
width: 25%;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
57
74
|
@container (width >= 500px) and (height >= 500px) {
|
|
58
75
|
.card-content h2 {
|
|
59
76
|
padding: 0;
|
|
60
77
|
margin: 0.5em 0 0 0;
|
|
61
78
|
}
|
|
62
79
|
}
|
|
63
|
-
@container (width > 760px) not (height > 670px) {
|
|
80
|
+
@container (width > 760px) and (not (height > 670px)) {
|
|
64
81
|
.card-content h2 {
|
|
65
82
|
padding: 0;
|
|
66
83
|
margin: 0.5em 0 0 0;
|
|
@@ -78,7 +95,7 @@
|
|
|
78
95
|
margin: 0.5em 0 0 0;
|
|
79
96
|
}
|
|
80
97
|
}
|
|
81
|
-
@container (width < 500px) or (height < 500px) and (inline-size >= 0px) {
|
|
98
|
+
@container ((width < 500px) or (height < 500px)) and (inline-size >= 0px) {
|
|
82
99
|
.card-content p {
|
|
83
100
|
padding: 0;
|
|
84
101
|
}
|
|
@@ -86,7 +103,7 @@
|
|
|
86
103
|
margin: 0.5em 0 0 0;
|
|
87
104
|
}
|
|
88
105
|
}
|
|
89
|
-
@container my-page-layout (width < 500px) or (height < 500px) and (block-size > 12em) {
|
|
106
|
+
@container my-page-layout ((width < 500px) or (height < 500px)) and (block-size > 12em) {
|
|
90
107
|
.card-content p {
|
|
91
108
|
padding: 0;
|
|
92
109
|
}
|
|
@@ -94,7 +111,7 @@
|
|
|
94
111
|
margin: 0.5em 0 0 0;
|
|
95
112
|
}
|
|
96
113
|
}
|
|
97
|
-
@container (width < 500px) or (height < 500px) and (aspect-ratio: 3/2) {
|
|
114
|
+
@container ((width < 500px) or (height < 500px)) and (aspect-ratio: 3 / 2) {
|
|
98
115
|
.card-content p {
|
|
99
116
|
padding: 0;
|
|
100
117
|
}
|
|
@@ -102,7 +119,7 @@
|
|
|
102
119
|
margin: 0.5em 0 0 0;
|
|
103
120
|
}
|
|
104
121
|
}
|
|
105
|
-
@container (width < 500px) or (height < 500px) and (orientation: portrait) {
|
|
122
|
+
@container ((width < 500px) or (height < 500px)) and (orientation: portrait) {
|
|
106
123
|
.card-content p {
|
|
107
124
|
padding: 0;
|
|
108
125
|
}
|
|
@@ -117,60 +134,20 @@
|
|
|
117
134
|
.card-content p h2 {
|
|
118
135
|
margin: 0.5em 0 0 0;
|
|
119
136
|
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
@container card (width > 400px), style(--responsive: true), scroll-state(stuck: top) {
|
|
134
|
-
h2 {
|
|
135
|
-
font-size: 1.5em;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
@container style(--theme) {
|
|
139
|
-
.style-query {
|
|
140
|
-
color: red;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
@container style((--theme: one) or (--theme: two)) {
|
|
144
|
-
.style-query-list {
|
|
145
|
-
color: blue;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
@container contactBody (min-width: 1300px) {
|
|
149
|
-
.named-container {
|
|
150
|
-
width: 25%;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
@container _body (min-width: 1300px) {
|
|
154
|
-
.underscored-container {
|
|
155
|
-
width: 25%;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
@container --body (min-width: 1300px) {
|
|
159
|
-
.custom-ident-container {
|
|
160
|
-
width: 25%;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
@container contact\.body (min-width: 1300px) {
|
|
164
|
-
.escaped-container {
|
|
165
|
-
width: 25%;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
@container café (min-width: 1300px) {
|
|
169
|
-
.nonascii-container {
|
|
170
|
-
width: 25%;
|
|
137
|
+
@container style(--responsive: true) {
|
|
138
|
+
.card-content {
|
|
139
|
+
grid-template-columns: 1fr 2fr;
|
|
140
|
+
grid-template-rows: auto 1fr;
|
|
141
|
+
align-items: start;
|
|
142
|
+
column-gap: 20px;
|
|
143
|
+
}
|
|
144
|
+
.card-content h2 {
|
|
145
|
+
padding: 0;
|
|
146
|
+
margin: 0.5em 0 0 0;
|
|
147
|
+
}
|
|
171
148
|
}
|
|
172
149
|
}
|
|
173
|
-
@container (width < 500px) or (height < 500px) and (orientation: portrait) {
|
|
150
|
+
@container ((width < 500px) or (height < 500px)) and (orientation: portrait) {
|
|
174
151
|
.card-content p {
|
|
175
152
|
padding: 0;
|
|
176
153
|
}
|
|
@@ -178,7 +155,7 @@
|
|
|
178
155
|
margin: 0.5em 0 0 0;
|
|
179
156
|
}
|
|
180
157
|
}
|
|
181
|
-
@container my-page-layout (width < 500px) or (height < 500px) and (block-size > 12em) {
|
|
158
|
+
@container my-page-layout ((width < 500px) or (height < 500px)) and (block-size > 12em) {
|
|
182
159
|
.card-content p {
|
|
183
160
|
padding: 0;
|
|
184
161
|
}
|
|
@@ -308,24 +285,19 @@
|
|
|
308
285
|
font-size: 75%;
|
|
309
286
|
}
|
|
310
287
|
}
|
|
311
|
-
@container sidebar (min-width: 400px), scroll-state(stuck: top) {
|
|
312
|
-
#sticky-child {
|
|
313
|
-
font-size: 80%;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
288
|
@container foo (min-width: 400px) {
|
|
317
289
|
#sticky-child {
|
|
318
290
|
font-size: 75%;
|
|
319
291
|
}
|
|
320
292
|
}
|
|
321
|
-
.mixin-container-test {
|
|
322
|
-
color: red;
|
|
323
|
-
}
|
|
324
293
|
@container name (width < 125px) {
|
|
325
294
|
.mixin-container-test {
|
|
326
295
|
display: none;
|
|
327
296
|
}
|
|
328
297
|
}
|
|
298
|
+
.mixin-container-test {
|
|
299
|
+
color: red;
|
|
300
|
+
}
|
|
329
301
|
@container sidebar (width < 500px) {
|
|
330
302
|
.sidebar-test {
|
|
331
303
|
display: none;
|
|
@@ -336,18 +308,3 @@
|
|
|
336
308
|
display: none;
|
|
337
309
|
}
|
|
338
310
|
}
|
|
339
|
-
@container style(var(--n) = 3) {
|
|
340
|
-
.style-query-eq {
|
|
341
|
-
color: red;
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
@container style(calc(6 / 2) = var(--n)) {
|
|
345
|
-
.style-query-calc-eq {
|
|
346
|
-
color: blue;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
@container style(var(--size) > 1lh) {
|
|
350
|
-
.style-query-gt {
|
|
351
|
-
color: green;
|
|
352
|
-
}
|
|
353
|
-
}
|