From 697a1b8dccdf549389f96f7949cd1cbbc264f1d4 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Thu, 4 Apr 2019 17:58:43 -0700 Subject: [PATCH] Update specs to use relative paths --- spec/basic/16_hex_arithmetic.hrx | 38 +-- spec/basic/23_basic_value_interpolation.hrx | 4 +- spec/basic/60_call.hrx | 8 +- spec/colors/basic.hrx | 8 +- .../color/hsl/error/five_args.hrx | 4 +- .../color/hsl/error/four_args.hrx | 8 +- .../color/hsl/error/one_arg.hrx | 20 +- .../color/hsl/error/three_args.hrx | 6 +- .../color/hsl/error/two_args.hrx | 6 +- spec/core_functions/color/hsl/two_args.hrx | 2 +- .../color/hsla/error/five_args.hrx | 4 +- .../color/hsla/error/four_args.hrx | 9 +- .../color/hsla/error/one_arg.hrx | 20 +- .../color/hsla/error/three_args.hrx | 6 +- .../color/hsla/error/two_args.hrx | 4 +- spec/core_functions/color/hsla/two_args.hrx | 2 +- .../color/rgb/error/five_args.hrx | 4 +- .../color/rgb/error/four_args.hrx | 8 +- .../color/rgb/error/one_arg.hrx | 20 +- .../color/rgb/error/three_args.hrx | 18 +- .../color/rgb/error/two_args.hrx | 6 +- .../color/rgba/error/five_args.hrx | 4 +- .../color/rgba/error/four_args.hrx | 8 +- .../color/rgba/error/one_arg.hrx | 20 +- .../color/rgba/error/three_args.hrx | 6 +- .../color/rgba/error/two_args.hrx | 6 +- spec/core_functions/content-exists/error.hrx | 8 +- spec/core_functions/function_exists.hrx | 14 +- spec/core_functions/get_function.hrx | 18 +- .../core_functions/global_variable_exists.hrx | 14 +- spec/core_functions/inspect.hrx | 8 +- spec/core_functions/join/error.hrx | 18 +- spec/core_functions/mixin_exists.hrx | 14 +- spec/core_functions/variable_exists.hrx | 14 +- spec/css/custom_properties/error.hrx | 18 +- spec/css/media/range/error.hrx | 28 +- spec/css/min_max/error.hrx | 4 +- .../moz_document/functions/interpolated.hrx | 20 +- spec/css/moz_document/functions/static.hrx | 14 +- spec/css/moz_document/multi_function.hrx | 2 +- spec/css/plain/error/expression.hrx | 100 +++--- spec/css/plain/error/statement.hrx | 96 +++--- spec/css/plain/import/partial_conflict.hrx | 6 +- spec/css/selector/reference_combinator.hrx | 2 +- spec/css/unicode_range/error.hrx | 22 +- spec/css/unknown_directive/error.hrx | 12 +- spec/directives/import/error/conflict.hrx | 28 +- spec/directives/import/error/no_extension.hrx | 2 +- spec/directives/import/load.hrx | 2 +- spec/directives/supports.hrx | 2 +- spec/directives/warn/functions_in_stack.hrx | 12 +- spec/errors/extend/placeholder/missing.hrx | 4 +- spec/errors/extend/selector/missing.hrx | 4 +- spec/errors/fn-adjust-color-1.hrx | 4 +- spec/errors/fn-change-color-1.hrx | 4 +- spec/errors/fn-debug/property.hrx | 2 +- spec/errors/fn-debug/ruleset.hrx | 2 +- spec/errors/fn-debug/simple.hrx | 2 +- spec/errors/fn-error/property.hrx | 4 +- spec/errors/fn-error/ruleset.hrx | 4 +- spec/errors/fn-error/simple.hrx | 4 +- spec/errors/fn-random-1.hrx | 4 +- spec/errors/fn-random-2.hrx | 4 +- spec/errors/fn-saturate-out-of-range.hrx | 8 +- spec/errors/fn-scale-color-1.hrx | 8 +- spec/errors/fn-varargs/at-start.hrx | 6 +- spec/errors/fn-varargs/multiple.hrx | 6 +- spec/errors/fn-varargs/with-default.hrx | 6 +- spec/errors/fn-warn/property.hrx | 4 +- spec/errors/fn-warn/ruleset.hrx | 4 +- spec/errors/fn-warn/simple.hrx | 4 +- spec/errors/for-incompatible-units-fn.hrx | 6 +- spec/errors/for-incompatible-units.hrx | 6 +- spec/errors/import/file/control-else.hrx | 4 +- spec/errors/import/file/control-if.hrx | 4 +- spec/errors/import/file/loop/each.hrx | 4 +- spec/errors/import/file/loop/for.hrx | 4 +- spec/errors/import/file/loop/while.hrx | 4 +- .../import/file/mixin/control-else/inside.hrx | 4 +- .../file/mixin/control-else/outside.hrx | 4 +- .../import/file/mixin/control-if/inside.hrx | 4 +- .../import/file/mixin/control-if/outside.hrx | 4 +- .../import/file/mixin/simple/inside.hrx | 8 +- spec/errors/import/miss/control-else.hrx | 4 +- spec/errors/import/miss/control-if.hrx | 4 +- spec/errors/import/miss/loop/each.hrx | 4 +- spec/errors/import/miss/loop/for.hrx | 4 +- spec/errors/import/miss/loop/while.hrx | 4 +- .../import/miss/mixin/control-else/inside.hrx | 4 +- .../miss/mixin/control-else/outside.hrx | 4 +- .../import/miss/mixin/control-if/inside.hrx | 4 +- .../import/miss/mixin/control-if/outside.hrx | 4 +- .../import/miss/mixin/simple/inside.hrx | 8 +- .../errors/import/url/mixin/simple/inside.hrx | 8 +- spec/errors/interpolation/error-1.hrx | 4 +- spec/errors/invalid-operation/gt.hrx | 4 +- spec/errors/invalid-operation/gte.hrx | 4 +- spec/errors/invalid-operation/lt.hrx | 4 +- spec/errors/invalid-operation/lte.hrx | 4 +- spec/errors/invalid-operation/mod.hrx | 4 +- spec/errors/invalid-operation/plus.hrx | 4 +- spec/errors/invalid-operation/sub.hrx | 6 +- spec/errors/invalid-operation/times.hrx | 4 +- .../invalid-parent/function-in-each.hrx | 4 +- .../errors/invalid-parent/function-in-for.hrx | 4 +- .../invalid-parent/function-in-function.hrx | 4 +- spec/errors/invalid-parent/function-in-if.hrx | 4 +- .../invalid-parent/function-in-mixin.hrx | 4 +- .../invalid-parent/function-in-while.hrx | 4 +- spec/errors/invalid-parent/mixin-in-each.hrx | 4 +- spec/errors/invalid-parent/mixin-in-for.hrx | 4 +- .../invalid-parent/mixin-in-function.hrx | 4 +- spec/errors/invalid-parent/mixin-in-if.hrx | 4 +- spec/errors/invalid-parent/mixin-in-mixin.hrx | 4 +- spec/errors/invalid-parent/mixin-in-while.hrx | 4 +- .../errors/invalid-parent/return-in-mixin.hrx | 4 +- spec/errors/invalid-parent/return-in-root.hrx | 4 +- .../invalid-parent/return-in-ruleset.hrx | 4 +- spec/errors/loop-for/numeric/lower_eval.hrx | 6 +- spec/errors/loop-for/numeric/lower_expand.hrx | 4 +- spec/errors/loop-for/numeric/upper_eval.hrx | 6 +- spec/errors/loop-for/numeric/upper_expand.hrx | 4 +- spec/errors/unicode/report/after/error | 2 +- .../unicode/report/after/error-dart-sass | 2 +- spec/errors/unicode/report/before/error | 2 +- .../unicode/report/before/error-dart-sass | 2 +- spec/extend-tests/092_test_long_extendee.hrx | 2 +- ...3_test_long_extendee_matches_supersets.hrx | 2 +- ...94_test_long_extendee_runs_unification.hrx | 2 +- spec/libsass-closed-issues/issue_1060.hrx | 2 +- spec/libsass-closed-issues/issue_1075.hrx | 2 +- spec/libsass-closed-issues/issue_1079.hrx | 2 +- spec/libsass-closed-issues/issue_1081.hrx | 2 +- .../issue_1093/argument/function-4.0.hrx | 2 +- .../issue_1093/argument/function.hrx | 2 +- .../issue_1093/argument/mixin-4.0.hrx | 2 +- .../issue_1093/argument/mixin.hrx | 2 +- .../issue_1093/assignment.hrx | 4 +- .../issue_1093/parameter/function.hrx | 4 +- .../issue_1093/parameter/mixin.hrx | 4 +- .../issue_1093/property.hrx | 4 +- spec/libsass-closed-issues/issue_1106.hrx | 6 +- spec/libsass-closed-issues/issue_1124.hrx | 4 +- .../issue_1133/normal.hrx | 2 +- .../issue_1133/vararg.hrx | 2 +- .../issue_1169/error/color.hrx | 6 +- .../issue_1169/error/functioncall.hrx | 4 +- .../issue_1169/error/interpolate.hrx | 4 +- spec/libsass-closed-issues/issue_1187.hrx | 4 +- spec/libsass-closed-issues/issue_1240.hrx | 8 +- .../issue_1243/debug.hrx | 2 +- spec/libsass-closed-issues/issue_1258.hrx | 2 +- spec/libsass-closed-issues/issue_1266/max.hrx | 4 +- spec/libsass-closed-issues/issue_1266/min.hrx | 4 +- spec/libsass-closed-issues/issue_1291.hrx | 8 +- spec/libsass-closed-issues/issue_1305.hrx | 2 +- spec/libsass-closed-issues/issue_1331.hrx | 10 +- spec/libsass-closed-issues/issue_1333.hrx | 2 +- spec/libsass-closed-issues/issue_1336.hrx | 2 +- spec/libsass-closed-issues/issue_1355.hrx | 4 +- spec/libsass-closed-issues/issue_1396.hrx | 2 +- spec/libsass-closed-issues/issue_1413.hrx | 54 ++-- spec/libsass-closed-issues/issue_1417.hrx | 2 +- .../issue_1418/dynamic-4.0.hrx | 6 +- .../issue_1418/static-4.0.hrx | 4 +- .../issue_1418/static.hrx | 2 +- .../issue_1432/is-superselector.hrx | 4 +- .../issue_1432/selector-append.hrx | 4 +- .../issue_1432/selector-extend.hrx | 4 +- .../issue_1432/selector-nest.hrx | 4 +- .../issue_1432/selector-parse.hrx | 4 +- .../issue_1432/selector-replace.hrx | 4 +- .../issue_1432/selector-unify.hrx | 4 +- .../issue_1432/simple-selectors.hrx | 4 +- spec/libsass-closed-issues/issue_1452.hrx | 4 +- spec/libsass-closed-issues/issue_1484.hrx | 4 +- spec/libsass-closed-issues/issue_1487.hrx | 6 +- spec/libsass-closed-issues/issue_1488.hrx | 16 +- spec/libsass-closed-issues/issue_151.hrx | 2 +- spec/libsass-closed-issues/issue_152-4.0.hrx | 2 +- spec/libsass-closed-issues/issue_152.hrx | 6 +- .../issue_1527/extend.hrx | 4 +- .../issue_1527/selector/first.hrx | 4 +- .../issue_1527/selector/last.hrx | 4 +- .../issue_1527/selector/only.hrx | 4 +- spec/libsass-closed-issues/issue_1537.hrx | 4 +- .../issue_1550/each_embedded.hrx | 4 +- .../issue_1550/for_embedded.hrx | 4 +- .../issue_1550/if_embedded.hrx | 4 +- .../issue_1550/mixin_embedded.hrx | 4 +- .../issue_1550/while_embedded.hrx | 4 +- spec/libsass-closed-issues/issue_1566.hrx | 4 +- spec/libsass-closed-issues/issue_1569.hrx | 4 +- spec/libsass-closed-issues/issue_1577.hrx | 4 +- spec/libsass-closed-issues/issue_1578.hrx | 4 +- spec/libsass-closed-issues/issue_1579.hrx | 4 +- spec/libsass-closed-issues/issue_1585.hrx | 8 +- spec/libsass-closed-issues/issue_1601.hrx | 4 +- spec/libsass-closed-issues/issue_1606.hrx | 4 +- spec/libsass-closed-issues/issue_1622.hrx | 4 +- spec/libsass-closed-issues/issue_1632.hrx | 2 +- spec/libsass-closed-issues/issue_1634.hrx | 4 +- .../issue_1644/complex.hrx | 12 +- .../issue_1644/mixin-parent.hrx | 12 +- spec/libsass-closed-issues/issue_1645.hrx | 4 +- spec/libsass-closed-issues/issue_1648.hrx | 2 +- .../libsass-closed-issues/issue_1651/with.hrx | 4 +- .../issue_1654/nested.hrx | 2 +- spec/libsass-closed-issues/issue_1658.hrx | 4 +- spec/libsass-closed-issues/issue_1670.hrx | 4 +- .../libsass-closed-issues/issue_1681/calc.hrx | 2 +- .../issue_1681/element.hrx | 2 +- .../issue_1681/expression.hrx | 2 +- spec/libsass-closed-issues/issue_1681/url.hrx | 2 +- .../issue_1683/function.hrx | 6 +- .../issue_1683/mixin.hrx | 6 +- spec/libsass-closed-issues/issue_1706.hrx | 2 +- spec/libsass-closed-issues/issue_1709.hrx | 2 +- spec/libsass-closed-issues/issue_1715.hrx | 4 +- .../issue_1732/invalid/mixin-def.hrx | 6 +- .../issue_1739/interpolate/both-4.0.hrx | 2 +- .../issue_1739/interpolate/both.hrx | 28 +- .../issue_1739/interpolate/left-4.0.hrx | 2 +- .../issue_1739/interpolate/left.hrx | 26 +- .../issue_1739/interpolate/right-4.0.hrx | 2 +- .../issue_1739/interpolate/right.hrx | 24 +- spec/libsass-closed-issues/issue_1752.hrx | 2 +- spec/libsass-closed-issues/issue_1768.hrx | 8 +- spec/libsass-closed-issues/issue_1793.hrx | 4 +- .../issue_1801/import-cycle.hrx | 18 +- .../issue_1803/nested.hrx | 4 +- .../issue_1804/inline.hrx | 4 +- .../issue_1804/variable.hrx | 4 +- spec/libsass-closed-issues/issue_1822.hrx | 4 +- spec/libsass-closed-issues/issue_1873.hrx | 4 +- spec/libsass-closed-issues/issue_1916.hrx | 4 +- spec/libsass-closed-issues/issue_192.hrx | 54 ++-- spec/libsass-closed-issues/issue_1923.hrx | 8 +- .../issue_1941/function_function.hrx | 4 +- .../issue_1941/function_mixin.hrx | 4 +- .../issue_1941/mixin_function.hrx | 4 +- .../issue_1941/mixin_mixin.hrx | 4 +- .../issue_2023/id-selector-id.hrx | 2 +- .../issue_2023/id-selector-nr.hrx | 2 +- .../issue_2023/pseudo-selector-id.hrx | 2 +- .../issue_2023/pseudo-selector-nr.hrx | 2 +- spec/libsass-closed-issues/issue_2081.hrx | 4 +- .../libsass-closed-issues/issue_2106/test.hrx | 4 +- spec/libsass-closed-issues/issue_2143.hrx | 4 +- spec/libsass-closed-issues/issue_2147/lhs.hrx | 4 +- spec/libsass-closed-issues/issue_2147/rhs.hrx | 2 +- spec/libsass-closed-issues/issue_2155.hrx | 10 +- .../issue_2156/error.hrx | 2 +- .../libsass-closed-issues/issue_2156/warn.hrx | 10 +- spec/libsass-closed-issues/issue_221255.hrx | 2 +- .../issue_2260/no-parent-with-compound.hrx | 12 +- spec/libsass-closed-issues/issue_2304.hrx | 8 +- spec/libsass-closed-issues/issue_2307.hrx | 6 +- spec/libsass-closed-issues/issue_2352.hrx | 4 +- spec/libsass-closed-issues/issue_2365.hrx | 4 +- spec/libsass-closed-issues/issue_2369.hrx | 4 +- spec/libsass-closed-issues/issue_2371.hrx | 4 +- spec/libsass-closed-issues/issue_2374.hrx | 76 ++--- spec/libsass-closed-issues/issue_238760.hrx | 4 +- spec/libsass-closed-issues/issue_2446/error | 2 +- .../issue_2446/error-dart-sass | 2 +- .../issue_2446/error-libsass | 2 +- spec/libsass-closed-issues/issue_2472.hrx | 10 +- spec/libsass-closed-issues/issue_2482.hrx | 4 +- spec/libsass-closed-issues/issue_2569.hrx | 4 +- spec/libsass-closed-issues/issue_2779.hrx | 2 +- spec/libsass-closed-issues/issue_308.hrx | 4 +- spec/libsass-closed-issues/issue_442.hrx | 2 +- spec/libsass-closed-issues/issue_628.hrx | 2 +- spec/libsass-closed-issues/issue_673.hrx | 6 +- spec/libsass-closed-issues/issue_674.hrx | 2 +- spec/libsass-closed-issues/issue_698.hrx | 2 +- spec/libsass-closed-issues/issue_712.hrx | 8 +- spec/libsass-closed-issues/issue_713/and.hrx | 4 +- spec/libsass-closed-issues/issue_713/not.hrx | 4 +- spec/libsass-closed-issues/issue_713/or.hrx | 4 +- spec/libsass-closed-issues/issue_759.hrx | 10 +- spec/libsass-closed-issues/issue_83.hrx | 4 +- spec/libsass-closed-issues/issue_870.hrx | 4 +- spec/libsass-closed-issues/issue_871.hrx | 4 +- spec/libsass-closed-issues/issue_945.hrx | 4 +- spec/libsass-closed-issues/issue_948.hrx | 2 +- spec/libsass-todo-issues/issue_1096.hrx | 4 +- .../issue_1694/quoted-right-dbl-paren.hrx | 2 +- .../issue_1694/quoted-right-paren.hrx | 2 +- spec/libsass-todo-issues/issue_1720.hrx | 4 +- .../issue_1732/invalid/ruleset.hrx | 4 +- .../issue_1801/simple-import-loop.hrx | 12 +- spec/libsass-todo-issues/issue_2016/error | 2 +- .../issue_2016/error-dart-sass | 2 +- .../issue_2023/class-selector-id.hrx | 2 +- .../issue_2023/class-selector-nr.hrx | 2 +- .../issue_2023/type-selector-id.hrx | 2 +- .../issue_2023/type-selector-nr.hrx | 2 +- spec/libsass-todo-issues/issue_2051.hrx | 4 +- spec/libsass-todo-issues/issue_2082.hrx | 4 +- spec/libsass-todo-issues/issue_2175.hrx | 4 +- spec/libsass-todo-issues/issue_221260.hrx | 4 +- spec/libsass-todo-issues/issue_221264/error | 2 +- .../issue_221264/error-dart-sass | 2 +- spec/libsass-todo-issues/issue_221267/error | 2 +- .../issue_221267/error-dart-sass | 2 +- spec/libsass-todo-issues/issue_221286/error | 2 +- .../issue_221286/error-dart-sass | Bin 41907 -> 41868 bytes .../issue_2295/error/basic.hrx | 8 +- .../issue_2295/error/wrapped.hrx | 8 +- spec/libsass-todo-issues/issue_238764.hrx | 8 +- spec/libsass-todo-issues/issue_245442/error | 2 +- .../issue_245442/error-dart-sass | 2 +- spec/libsass-todo-issues/issue_245443/error | 2 +- .../issue_245443/error-dart-sass | 2 +- spec/libsass-todo-issues/issue_245446/error | 2 +- .../issue_245446/error-dart-sass | 2 +- .../errors/addition/alpha-channels.hrx | 2 +- .../errors/subtraction/alpha-channels.hrx | 2 +- .../errors/unicode/invalid/after/error | 2 +- .../unicode/invalid/after/error-dart-sass | 2 +- .../errors/unicode/invalid/before/error | 2 +- .../unicode/invalid/before/error-dart-sass | 2 +- ..._subject_transfers_subject_to_extender.hrx | 2 +- ..._subject_transfers_subject_to_extender.hrx | 2 +- ...with_subject_retains_subject_on_target.hrx | 2 +- ...th_subject_transfers_subject_to_target.hrx | 4 +- ...th_subject_retains_subject_on_extender.hrx | 2 +- ...subject_fails_with_conflicting_subject.hrx | 4 +- .../046_test_parent_selector_with_subject.hrx | 4 +- ...arent_selector_with_parent_and_subject.hrx | 2 +- spec/libsass/arithmetic.hrx | 28 +- .../imported/at-root-alone-itpl.hrx | 8 +- .../imported/at-root-alone.hrx | 8 +- .../imported/at-root-postfix.hrx | 8 +- .../imported/at-root-prefix.hrx | 8 +- .../imported/basic-alone-itpl.hrx | 8 +- .../imported/basic-alone.hrx | 8 +- .../imported/basic-postfix.hrx | 8 +- .../imported/basic-prefix.hrx | 8 +- .../nested/at-root-prefix.hrx | 4 +- .../base-level-parent/nested/basic-prefix.hrx | 2 +- .../root/at-root-alone-itpl.hrx | 4 +- .../base-level-parent/root/at-root-alone.hrx | 4 +- .../root/at-root-postfix.hrx | 4 +- .../base-level-parent/root/at-root-prefix.hrx | 4 +- .../root/basic-alone-itpl.hrx | 4 +- .../base-level-parent/root/basic-alone.hrx | 4 +- .../base-level-parent/root/basic-postfix.hrx | 4 +- .../base-level-parent/root/basic-prefix.hrx | 4 +- spec/libsass/color-names.hrx | 284 +++++++++--------- .../debug-directive-nested/function.hrx | 6 +- .../libsass/debug-directive-nested/inline.hrx | 2 +- spec/libsass/debug-directive-nested/mixin.hrx | 8 +- spec/libsass/delayed.hrx | 8 +- .../error-directive-nested/function.hrx | 6 +- .../libsass/error-directive-nested/inline.hrx | 4 +- spec/libsass/error-directive-nested/mixin.hrx | 8 +- spec/libsass/inheritance.hrx | 2 +- spec/libsass/interpolated-function-call.hrx | 2 +- spec/libsass/interpolated-urls.hrx | 4 +- spec/libsass/parent-selector/missing.hrx | 6 +- spec/libsass/properties-in-media.hrx | 2 +- spec/libsass/propsets.hrx | 4 +- .../selector-append-empty.hrx | 4 +- .../selector-append-error-1.hrx | 4 +- .../selector-append-error-2.hrx | 4 +- spec/libsass/unquote.hrx | 4 +- .../blead-global/expanding/at-root.hrx | 4 +- .../blead-global/expanding/each.hrx | 4 +- .../blead-global/expanding/else.hrx | 4 +- .../blead-global/expanding/elseif.hrx | 4 +- .../blead-global/expanding/for.hrx | 4 +- .../blead-global/expanding/function.hrx | 6 +- .../blead-global/expanding/if.hrx | 4 +- .../blead-global/expanding/mixin.hrx | 6 +- .../blead-global/expanding/ruleset.hrx | 4 +- .../blead-global/expanding/while.hrx | 4 +- .../blead-global/functional/each.hrx | 18 +- .../blead-global/functional/else.hrx | 18 +- .../blead-global/functional/elseif.hrx | 18 +- .../blead-global/functional/for.hrx | 18 +- .../blead-global/functional/if.hrx | 18 +- .../blead-global/functional/while.hrx | 18 +- .../variable-scoping/defaults-global-null.hrx | 2 +- .../variable-scoping/defaults-global.hrx | 2 +- spec/libsass/variable-scoping/defaults.hrx | 2 +- .../warn-directive-nested/function.hrx | 6 +- spec/libsass/warn-directive-nested/inline.hrx | 4 +- spec/libsass/warn-directive-nested/mixin.hrx | 8 +- spec/misc/error-directive.hrx | 4 +- spec/misc/warn-directive.hrx | 4 +- spec/mixin/content/arguments/error/args.hrx | 30 +- spec/mixin/content/arguments/error/syntax.hrx | 10 +- spec/mixin/error/no_content.hrx | 2 +- .../23_basic_value_interpolation/warning | 4 +- .../libsass-closed-issues/issue_1333/warning | 2 +- .../libsass-closed-issues/issue_1396/warning | 2 +- .../libsass-closed-issues/issue_1413/warning | 56 ++-- .../libsass-closed-issues/issue_152-4.0/error | 2 +- .../libsass-closed-issues/issue_152/warning | 6 +- .../libsass-closed-issues/issue_1578/warning | 2 +- .../libsass-closed-issues/issue_1709/warning | 2 +- .../issue_1739/interpolate/both-4.0/error | 2 +- .../issue_1739/interpolate/both/warning | 28 +- .../issue_1739/interpolate/left-4.0/error | 2 +- .../issue_1739/interpolate/left/warning | 26 +- .../issue_1739/interpolate/right-4.0/error | 2 +- .../issue_1739/interpolate/right/warning | 24 +- .../libsass-closed-issues/issue_308/warning | 2 +- .../libsass-closed-issues/issue_442/warning | 2 +- .../libsass-closed-issues/issue_870/warning | 4 +- .../libsass-closed-issues/issue_948/warning | 2 +- .../compact/libsass/arithmetic/warning | 12 +- .../interpolated-function-call/warning | 2 +- .../compact/libsass/interpolated-urls/warning | 4 +- .../00_concatenation/unspaced/warning | 12 +- .../addition/dimensions/pairs/warning | 88 +++--- .../operations/addition/numbers/pairs/warning | 72 ++--- .../operations/addition/strings/pairs/warning | 96 +++--- .../division/dimensions/pairs/warning | 48 +-- .../operations/division/numbers/pairs/warning | 8 +- .../operations/division/strings/pairs/warning | 16 +- .../logic_eq/dimensions/pairs-4.0/warning | 24 +- .../logic_eq/dimensions/pairs/warning | 112 +++---- .../logic_eq/mixed/pairs-4.0/warning | 16 +- .../operations/logic_eq/mixed/pairs/warning | 56 ++-- .../operations/logic_eq/numbers/pairs/warning | 72 ++--- .../operations/logic_eq/strings/pairs/warning | 96 +++--- .../logic_ge/numbers/pairs-4.0/error | 2 +- .../operations/logic_ge/numbers/pairs/warning | 72 ++--- .../logic_ge/strings/pairs-4.0/error | 2 +- .../operations/logic_ge/strings/pairs/warning | 48 +-- .../logic_gt/numbers/pairs-4.0/error | 2 +- .../operations/logic_gt/numbers/pairs/warning | 72 ++--- .../logic_gt/strings/pairs-4.0/error | 2 +- .../operations/logic_gt/strings/pairs/warning | 48 +-- .../logic_le/numbers/pairs-4.0/error | 2 +- .../operations/logic_le/numbers/pairs/warning | 72 ++--- .../logic_le/strings/pairs-4.0/error | 2 +- .../operations/logic_le/strings/pairs/warning | 48 +-- .../logic_lt/numbers/pairs-4.0/error | 2 +- .../operations/logic_lt/numbers/pairs/warning | 72 ++--- .../logic_lt/strings/pairs-4.0/error | 2 +- .../operations/logic_lt/strings/pairs/warning | 48 +-- .../logic_ne/dimensions/pairs-4.0/warning | 24 +- .../logic_ne/dimensions/pairs/warning | 112 +++---- .../logic_ne/mixed/pairs-4.0/warning | 16 +- .../operations/logic_ne/mixed/pairs/warning | 56 ++-- .../operations/logic_ne/numbers/pairs/warning | 72 ++--- .../operations/logic_ne/strings/pairs/warning | 96 +++--- .../operations/modulo/numbers/pairs-4.0/error | 2 +- .../operations/modulo/numbers/pairs/warning | 60 ++-- .../operations/modulo/strings/pairs-4.0/error | 2 +- .../operations/modulo/strings/pairs/warning | 48 +-- .../multiply/numbers/pairs-4.0/error | 2 +- .../operations/multiply/numbers/pairs/warning | 72 ++--- .../multiply/strings/pairs-4.0/error | 2 +- .../operations/multiply/strings/pairs/warning | 48 +-- .../subtract/dimensions/pairs/warning | 60 ++-- .../operations/subtract/numbers/pairs/warning | 36 +-- .../operations/subtract/strings/pairs/warning | 44 +-- .../error | 2 +- .../warning | 60 ++-- spec/output_styles/compact/types/warning | 8 +- .../23_basic_value_interpolation/warning | 4 +- .../libsass-closed-issues/issue_1333/warning | 2 +- .../libsass-closed-issues/issue_1396/warning | 2 +- .../libsass-closed-issues/issue_1413/warning | 56 ++-- .../libsass-closed-issues/issue_152-4.0/error | 2 +- .../libsass-closed-issues/issue_152/warning | 6 +- .../libsass-closed-issues/issue_1578/warning | 2 +- .../libsass-closed-issues/issue_1709/warning | 2 +- .../issue_1739/interpolate/both-4.0/error | 2 +- .../issue_1739/interpolate/both/warning | 28 +- .../issue_1739/interpolate/left-4.0/error | 2 +- .../issue_1739/interpolate/left/warning | 26 +- .../issue_1739/interpolate/right-4.0/error | 2 +- .../issue_1739/interpolate/right/warning | 24 +- .../libsass-closed-issues/issue_308/warning | 2 +- .../libsass-closed-issues/issue_442/warning | 2 +- .../libsass-closed-issues/issue_870/warning | 4 +- .../libsass-closed-issues/issue_948/warning | 2 +- .../compressed/libsass/arithmetic/warning | 12 +- .../interpolated-function-call/warning | 2 +- .../libsass/interpolated-urls/warning | 4 +- .../00_concatenation/unspaced/warning | 12 +- .../addition/dimensions/pairs/warning | 88 +++--- .../operations/addition/numbers/pairs/warning | 72 ++--- .../operations/addition/strings/pairs/warning | 96 +++--- .../division/dimensions/pairs/warning | 48 +-- .../operations/division/numbers/pairs/warning | 8 +- .../operations/division/strings/pairs/warning | 16 +- .../logic_eq/dimensions/pairs-4.0/warning | 24 +- .../logic_eq/dimensions/pairs/warning | 112 +++---- .../logic_eq/mixed/pairs-4.0/warning | 16 +- .../operations/logic_eq/mixed/pairs/warning | 56 ++-- .../operations/logic_eq/numbers/pairs/warning | 72 ++--- .../operations/logic_eq/strings/pairs/warning | 96 +++--- .../logic_ge/numbers/pairs-4.0/error | 2 +- .../operations/logic_ge/numbers/pairs/warning | 72 ++--- .../logic_ge/strings/pairs-4.0/error | 2 +- .../operations/logic_ge/strings/pairs/warning | 48 +-- .../logic_gt/numbers/pairs-4.0/error | 2 +- .../operations/logic_gt/numbers/pairs/warning | 72 ++--- .../logic_gt/strings/pairs-4.0/error | 2 +- .../operations/logic_gt/strings/pairs/warning | 48 +-- .../logic_le/numbers/pairs-4.0/error | 2 +- .../operations/logic_le/numbers/pairs/warning | 72 ++--- .../logic_le/strings/pairs-4.0/error | 2 +- .../operations/logic_le/strings/pairs/warning | 48 +-- .../logic_lt/numbers/pairs-4.0/error | 2 +- .../operations/logic_lt/numbers/pairs/warning | 72 ++--- .../logic_lt/strings/pairs-4.0/error | 2 +- .../operations/logic_lt/strings/pairs/warning | 48 +-- .../logic_ne/dimensions/pairs-4.0/warning | 24 +- .../logic_ne/dimensions/pairs/warning | 112 +++---- .../logic_ne/mixed/pairs-4.0/warning | 16 +- .../operations/logic_ne/mixed/pairs/warning | 56 ++-- .../operations/logic_ne/numbers/pairs/warning | 72 ++--- .../operations/logic_ne/strings/pairs/warning | 96 +++--- .../operations/modulo/numbers/pairs-4.0/error | 2 +- .../operations/modulo/numbers/pairs/warning | 60 ++-- .../operations/modulo/strings/pairs-4.0/error | 2 +- .../operations/modulo/strings/pairs/warning | 48 +-- .../multiply/numbers/pairs-4.0/error | 2 +- .../operations/multiply/numbers/pairs/warning | 72 ++--- .../multiply/strings/pairs-4.0/error | 2 +- .../operations/multiply/strings/pairs/warning | 48 +-- .../subtract/dimensions/pairs/warning | 60 ++-- .../operations/subtract/numbers/pairs/warning | 36 +-- .../operations/subtract/strings/pairs/warning | 44 +-- .../error | 2 +- .../warning | 60 ++-- spec/output_styles/compressed/types/warning | 8 +- .../23_basic_value_interpolation/warning | 4 +- .../libsass-closed-issues/issue_1333/warning | 2 +- .../libsass-closed-issues/issue_1396/warning | 2 +- .../libsass-closed-issues/issue_1413/warning | 56 ++-- .../libsass-closed-issues/issue_152-4.0/error | 2 +- .../libsass-closed-issues/issue_152/warning | 6 +- .../libsass-closed-issues/issue_1578/warning | 2 +- .../libsass-closed-issues/issue_1709/warning | 2 +- .../issue_1739/interpolate/both-4.0/error | 2 +- .../issue_1739/interpolate/both/warning | 28 +- .../issue_1739/interpolate/left-4.0/error | 2 +- .../issue_1739/interpolate/left/warning | 26 +- .../issue_1739/interpolate/right-4.0/error | 2 +- .../issue_1739/interpolate/right/warning | 24 +- .../libsass-closed-issues/issue_308/warning | 2 +- .../libsass-closed-issues/issue_442/warning | 2 +- .../libsass-closed-issues/issue_870/warning | 4 +- .../libsass-closed-issues/issue_948/warning | 2 +- .../nested/libsass/arithmetic/warning | 12 +- .../interpolated-function-call/warning | 2 +- .../nested/libsass/interpolated-urls/warning | 4 +- .../00_concatenation/unspaced/warning | 12 +- .../addition/dimensions/pairs/warning | 88 +++--- .../operations/addition/numbers/pairs/warning | 72 ++--- .../operations/addition/strings/pairs/warning | 96 +++--- .../division/dimensions/pairs/warning | 48 +-- .../operations/division/numbers/pairs/warning | 8 +- .../operations/division/strings/pairs/warning | 16 +- .../logic_eq/dimensions/pairs-4.0/warning | 24 +- .../logic_eq/dimensions/pairs/warning | 112 +++---- .../logic_eq/mixed/pairs-4.0/warning | 16 +- .../operations/logic_eq/mixed/pairs/warning | 56 ++-- .../operations/logic_eq/numbers/pairs/warning | 72 ++--- .../operations/logic_eq/strings/pairs/warning | 96 +++--- .../logic_ge/numbers/pairs-4.0/error | 2 +- .../operations/logic_ge/numbers/pairs/warning | 72 ++--- .../logic_ge/strings/pairs-4.0/error | 2 +- .../operations/logic_ge/strings/pairs/warning | 48 +-- .../logic_gt/numbers/pairs-4.0/error | 2 +- .../operations/logic_gt/numbers/pairs/warning | 72 ++--- .../logic_gt/strings/pairs-4.0/error | 2 +- .../operations/logic_gt/strings/pairs/warning | 48 +-- .../logic_le/numbers/pairs-4.0/error | 2 +- .../operations/logic_le/numbers/pairs/warning | 72 ++--- .../logic_le/strings/pairs-4.0/error | 2 +- .../operations/logic_le/strings/pairs/warning | 48 +-- .../logic_lt/numbers/pairs-4.0/error | 2 +- .../operations/logic_lt/numbers/pairs/warning | 72 ++--- .../logic_lt/strings/pairs-4.0/error | 2 +- .../operations/logic_lt/strings/pairs/warning | 48 +-- .../logic_ne/dimensions/pairs-4.0/warning | 24 +- .../logic_ne/dimensions/pairs/warning | 112 +++---- .../logic_ne/mixed/pairs-4.0/warning | 16 +- .../operations/logic_ne/mixed/pairs/warning | 56 ++-- .../operations/logic_ne/numbers/pairs/warning | 72 ++--- .../operations/logic_ne/strings/pairs/warning | 96 +++--- .../operations/modulo/numbers/pairs-4.0/error | 2 +- .../operations/modulo/numbers/pairs/warning | 60 ++-- .../operations/modulo/strings/pairs-4.0/error | 2 +- .../operations/modulo/strings/pairs/warning | 48 +-- .../multiply/numbers/pairs-4.0/error | 2 +- .../operations/multiply/numbers/pairs/warning | 72 ++--- .../multiply/strings/pairs-4.0/error | 2 +- .../operations/multiply/strings/pairs/warning | 48 +-- .../subtract/dimensions/pairs/warning | 60 ++-- .../operations/subtract/numbers/pairs/warning | 36 +-- .../operations/subtract/strings/pairs/warning | 44 +-- .../error | 2 +- .../warning | 60 ++-- spec/output_styles/nested/types/warning | 8 +- spec/parser/and_and.hrx | 6 +- .../can-end-with-comma/error-call-1.hrx | 4 +- .../can-end-with-comma/error-call-2.hrx | 4 +- .../can-end-with-comma/error-call-3.hrx | 4 +- .../can-end-with-comma/error-function-1.hrx | 4 +- .../can-end-with-comma/error-function-2.hrx | 4 +- .../can-end-with-comma/error-function-3.hrx | 6 +- .../can-end-with-comma/error-include-1.hrx | 4 +- .../can-end-with-comma/error-include-2.hrx | 4 +- .../can-end-with-comma/error-include-3.hrx | 4 +- .../can-end-with-comma/error-mixin-1.hrx | 4 +- .../can-end-with-comma/error-mixin-2.hrx | 4 +- .../can-end-with-comma/error-mixin-3.hrx | 6 +- .../interpolate/00_concatenation/unspaced.hrx | 12 +- .../44_selector/colon_twice_todo.hrx | 4 +- .../11_escaped_interpolated_value.hrx | 4 +- .../21_escaped_interpolated_variable.hrx | 4 +- .../todo_single_escape/31_escaped_literal.hrx | 4 +- .../at-debug/incomplete-expression.hrx | 2 +- .../at-debug/no-argument.hrx | 2 +- .../at-error/incomplete-expression.hrx | 2 +- .../at-error/no-argument.hrx | 2 +- .../at-warn/incomplete-expression.hrx | 2 +- .../at-warn/no-argument.hrx | 2 +- .../operations/addition/dimensions/pairs.hrx | 88 +++--- .../operations/addition/numbers/pairs.hrx | 72 ++--- .../operations/addition/strings/pairs.hrx | 96 +++--- .../operations/division/dimensions/pairs.hrx | 48 +-- .../operations/division/numbers/pairs.hrx | 8 +- .../operations/division/strings/pairs.hrx | 16 +- .../operations/logic_eq/dimensions/pairs.hrx | 112 +++---- .../operations/logic_eq/mixed/pairs.hrx | 56 ++-- .../operations/logic_eq/numbers/pairs.hrx | 72 ++--- .../operations/logic_eq/strings/pairs.hrx | 96 +++--- .../operations/logic_ge/numbers/pairs.hrx | 72 ++--- .../operations/logic_ge/strings/pairs.hrx | 48 +-- .../operations/logic_gt/numbers/pairs.hrx | 72 ++--- .../operations/logic_gt/strings/pairs.hrx | 48 +-- .../operations/logic_le/numbers/pairs.hrx | 72 ++--- .../operations/logic_le/strings/pairs.hrx | 48 +-- .../operations/logic_lt/numbers/pairs.hrx | 72 ++--- .../operations/logic_lt/strings/pairs.hrx | 48 +-- .../operations/logic_ne/dimensions/pairs.hrx | 112 +++---- .../operations/logic_ne/mixed/pairs.hrx | 56 ++-- .../operations/logic_ne/numbers/pairs.hrx | 72 ++--- .../operations/logic_ne/strings/pairs.hrx | 96 +++--- .../operations/modulo/numbers/pairs.hrx | 56 ++-- .../operations/modulo/strings/pairs.hrx | 48 +-- .../operations/multiply/numbers/pairs.hrx | 72 ++--- .../operations/multiply/strings/pairs.hrx | 48 +-- .../operations/subtract/dimensions/pairs.hrx | 42 +-- .../operations/subtract/numbers/pairs.hrx | 34 +-- .../operations/subtract/strings/pairs.hrx | 36 +-- spec/sass/bem.hrx | 16 +- spec/sass/indentation.hrx | 2 +- spec/sass/semicolon/at_rule.hrx | 4 +- spec/sass/semicolon/content.hrx | 4 +- spec/sass/semicolon/debug.hrx | 4 +- spec/sass/semicolon/declaration.hrx | 4 +- spec/sass/semicolon/error.hrx | 4 +- spec/sass/semicolon/import.hrx | 4 +- spec/sass/semicolon/include.hrx | 4 +- spec/sass/semicolon/return.hrx | 4 +- spec/sass/semicolon/variable.hrx | 4 +- spec/sass/semicolon/warn.hrx | 4 +- spec/sass/var-args/error.hrx | 6 +- .../color_arithmetic/addition/color_color.hrx | 2 +- .../addition/color_number.hrx | 2 +- .../addition/number_color.hrx | 2 +- .../color_arithmetic/division/color_color.hrx | 2 +- .../division/color_number.hrx | 2 +- .../color_arithmetic/modulo/color_color.hrx | 2 +- .../color_arithmetic/modulo/color_number.hrx | 2 +- .../multiplication/color_color.hrx | 2 +- .../multiplication/color_number.hrx | 2 +- .../multiplication/number_color.hrx | 2 +- .../subtraction/color_color.hrx | 2 +- .../subtraction/color_number.hrx | 2 +- ..._interpolation_in_reference_combinator.hrx | 4 +- spec/scss/feature-queries/without-query.hrx | 4 +- ...interpolation-operators-precedence-4.0.hrx | 2 +- .../interpolation-operators-precedence.hrx | 60 ++-- spec/scss/while_without_condition.hrx | 4 +- spec/test.scss | 1 + spec/types.hrx | 10 +- spec/values/maps/duplicate-keys.hrx | 4 +- spec/values/maps/errors.hrx | 4 +- spec/values/maps/invalid-key.hrx | 6 +- spec/variables.hrx | 4 +- 695 files changed, 5793 insertions(+), 5787 deletions(-) create mode 100644 spec/test.scss diff --git a/spec/basic/16_hex_arithmetic.hrx b/spec/basic/16_hex_arithmetic.hrx index c653ca50ff..0371a4d055 100644 --- a/spec/basic/16_hex_arithmetic.hrx +++ b/spec/basic/16_hex_arithmetic.hrx @@ -56,97 +56,97 @@ div { } <===> warning -DEPRECATION WARNING on line 5 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 5 of input.scss: The operation `#AbC plus 1` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 6 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The operation `#AbC plus #001` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 7 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The operation `#0000ff plus 1` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 8 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The operation `#0000ff plus #000001` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 9 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The operation `#00ffff plus #000101` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 11 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The operation `#000000 minus 1` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 12 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The operation `#000000 minus #000001` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 13 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The operation `#ffff00 plus #010100` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 14 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 14 of input.scss: The operation `#101010 div 7` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 15 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 15 of input.scss: The operation `#000 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 16 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 16 of input.scss: The operation `10 minus #a2B` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 17 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 17 of input.scss: The operation `10 minus #aa22BB` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 18 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 18 of input.scss: The operation `#000 minus #001` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 19 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 19 of input.scss: The operation `#f0F plus #101` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 20 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 20 of input.scss: The operation `#a2B plus 1` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 21 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 21 of input.scss: The operation `10 div #a2B` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 22 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 22 of input.scss: The operation `10 div #aa22BB` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 23 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 23 of input.scss: The operation `#0a0a0a plus #010001` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 24 of /sass/spec/basic/16_hex_arithmetic/input.scss: +DEPRECATION WARNING on line 24 of input.scss: The operation `#010000 plus white` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions diff --git a/spec/basic/23_basic_value_interpolation.hrx b/spec/basic/23_basic_value_interpolation.hrx index 5816cbc9e8..0c24281a20 100644 --- a/spec/basic/23_basic_value_interpolation.hrx +++ b/spec/basic/23_basic_value_interpolation.hrx @@ -24,13 +24,13 @@ div { } <===> warning -DEPRECATION WARNING on line 5 of /sass/spec/basic/23_basic_value_interpolation/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("123") -DEPRECATION WARNING on line 7 of /sass/spec/basic/23_basic_value_interpolation/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/basic/60_call.hrx b/spec/basic/60_call.hrx index d80cfa3659..4765310296 100644 --- a/spec/basic/60_call.hrx +++ b/spec/basic/60_call.hrx @@ -45,7 +45,7 @@ in Sass 4.0. Use call(get-function(foobar)) instead. 11 | display: call(foobar); | ^^^^^^^^^^^^ ' - /sass/spec/basic/60_call/input.scss 11:12 root stylesheet + input.scss 11:12 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function(min)) instead. @@ -54,7 +54,7 @@ in Sass 4.0. Use call(get-function(min)) instead. 12 | display: call(min, 1,3,5,7); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/basic/60_call/input.scss 12:12 root stylesheet + input.scss 12:12 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function(min)) instead. @@ -63,7 +63,7 @@ in Sass 4.0. Use call(get-function(min)) instead. 13 | display: call(min, 5); | ^^^^^^^^^^^^ ' - /sass/spec/basic/60_call/input.scss 13:12 root stylesheet + input.scss 13:12 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function(max)) instead. @@ -72,4 +72,4 @@ in Sass 4.0. Use call(get-function(max)) instead. 14 | display: call(max, 10,3,5,7); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/basic/60_call/input.scss 14:12 root stylesheet + input.scss 14:12 root stylesheet diff --git a/spec/colors/basic.hrx b/spec/colors/basic.hrx index 104148493c..4ba6d2c8ae 100644 --- a/spec/colors/basic.hrx +++ b/spec/colors/basic.hrx @@ -28,19 +28,19 @@ p { } <===> warning -DEPRECATION WARNING on line 5 of /sass/spec/colors/basic/input.scss: +DEPRECATION WARNING on line 5 of input.scss: The operation `red plus green` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions DEPRECATION WARNING: Passing red, a non-string value, to unquote() will be an error in future versions of Sass. - on line 8 of /sass/spec/colors/basic/input.scss -DEPRECATION WARNING on line 8 of /sass/spec/colors/basic/input.scss: + on line 8 of input.scss +DEPRECATION WARNING on line 8 of input.scss: The operation `red plus green` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions DEPRECATION WARNING: Passing 0xf00, a non-string value, to unquote() will be an error in future versions of Sass. - on line 9 of /sass/spec/colors/basic/input.scss + on line 9 of input.scss diff --git a/spec/core_functions/color/hsl/error/five_args.hrx b/spec/core_functions/color/hsl/error/five_args.hrx index 255ef25948..f4129f274a 100644 --- a/spec/core_functions/color/hsl/error/five_args.hrx +++ b/spec/core_functions/color/hsl/error/five_args.hrx @@ -9,11 +9,11 @@ Error: Only 1 argument allowed, but 5 were passed. 2 | x: hsl(0, 100%, 50%, 0.5, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/five_args/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> error-libsass Error: wrong number of arguments (5 for 3) for `hsl' - on line 2 of /sass/spec/core_functions/color/hsl/error/five_args/input.scss + on line 2 of input.scss >> x: hsl(0, 100%, 50%, 0.5, 0); -----^ diff --git a/spec/core_functions/color/hsl/error/four_args.hrx b/spec/core_functions/color/hsl/error/four_args.hrx index c80bb31e6c..03aeb7c794 100644 --- a/spec/core_functions/color/hsl/error/four_args.hrx +++ b/spec/core_functions/color/hsl/error/four_args.hrx @@ -16,7 +16,7 @@ Error: $hue: "foo" is not a number. 2 | x: hsl("foo", 100%, 50%, 0.5); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/four_args/hue/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: $saturation: "foo" is not a number. 2 | x: hsl(0, "foo", 50%, 0.5); | ^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/four_args/saturation/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,7 +46,7 @@ Error: $lightness: "foo" is not a number. 2 | x: hsl(0, 100%, "foo", 0.5); | ^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/four_args/lightness/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -61,4 +61,4 @@ Error: $alpha: Expected 0.5px to have no units or "%". 2 | a: hsl(0, 0, 0, 0.5px); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/four_args/alpha/unit/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/hsl/error/one_arg.hrx b/spec/core_functions/color/hsl/error/one_arg.hrx index 440b9a004c..031ed22d03 100644 --- a/spec/core_functions/color/hsl/error/one_arg.hrx +++ b/spec/core_functions/color/hsl/error/one_arg.hrx @@ -16,7 +16,7 @@ Error: Missing element $hue. 2 | x: hsl(()); | ^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/list/empty/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: $channels must be a space-separated list. 2 | x: hsl((0, 100%, 50%)); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/list/comma_separated/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,7 +46,7 @@ Error: $channels must be an unbracketed list. 2 | x: hsl([0 100% 50%]); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/list/bracketed/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -61,7 +61,7 @@ Error: Missing element $saturation. 2 | x: hsl(0); | ^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/list/one_element/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -76,7 +76,7 @@ Error: Missing element $lightness. 2 | x: hsl(0 100%); | ^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/list/two_elements/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -91,7 +91,7 @@ Error: Only 3 elements allowed, but 4 were passed. 2 | x: hsl(0 100% 50% 0.4); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/list/four_elements/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -106,7 +106,7 @@ Error: $hue: "foo" is not a number. 2 | x: hsl("foo" 100% 50%); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/type/hue/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -121,7 +121,7 @@ Error: $saturation: "foo" is not a number. 2 | x: hsl(0 "foo" 50%); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/type/saturation/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -136,7 +136,7 @@ Error: $lightness: "foo" is not a number. 2 | x: hsl(0 100% "foo"); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/type/lightness/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -151,4 +151,4 @@ Error: $lightness: "var(--foo) / 0.4" is not a number. 2 | x: hsl(0 100% "var(--foo) / 0.4"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/one_arg/quoted_var_slash/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/hsl/error/three_args.hrx b/spec/core_functions/color/hsl/error/three_args.hrx index 9dfd3bcc03..89fe26c3a2 100644 --- a/spec/core_functions/color/hsl/error/three_args.hrx +++ b/spec/core_functions/color/hsl/error/three_args.hrx @@ -9,7 +9,7 @@ Error: $hue: "foo" is not a number. 2 | x: hsl("foo", 100%, 50%); | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/three_args/hue/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> hue/type/error-libsass Error: argument `$hue` of `hsl($hue, $saturation, $lightness)` must be a number @@ -32,7 +32,7 @@ Error: $saturation: "foo" is not a number. 2 | x: hsl(0, "foo", 50%); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/three_args/saturation/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> saturation/type/error-libsass Error: argument `$saturation` of `hsl($hue, $saturation, $lightness)` must be a number @@ -55,7 +55,7 @@ Error: $lightness: "foo" is not a number. 2 | x: hsl(0, 100%, "foo"); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/three_args/lightness/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> lightness/type/error-libsass Error: argument `$lightness` of `hsl($hue, $saturation, $lightness)` must be a number diff --git a/spec/core_functions/color/hsl/error/two_args.hrx b/spec/core_functions/color/hsl/error/two_args.hrx index a8a1b39c15..09446ee4ac 100644 --- a/spec/core_functions/color/hsl/error/two_args.hrx +++ b/spec/core_functions/color/hsl/error/two_args.hrx @@ -16,7 +16,7 @@ Error: Missing argument $lightness. 2 | x: hsl("foo", 0.5); | ^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/two_args/color/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: Missing argument $lightness. 2 | x: hsl(#123, "foo"); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/two_args/alpha/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,4 +46,4 @@ Error: Missing argument $lightness. 2 | a: hsl(#123, 0.5px); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/error/two_args/alpha/unit/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/hsl/two_args.hrx b/spec/core_functions/color/hsl/two_args.hrx index a4c9a37802..9f1bb1f4cb 100644 --- a/spec/core_functions/color/hsl/two_args.hrx +++ b/spec/core_functions/color/hsl/two_args.hrx @@ -38,4 +38,4 @@ Error: Missing argument $lightness. 2 | opaque: hsl(#123, 1); | ^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsl/two_args/input.scss 2:11 root stylesheet + input.scss 2:11 root stylesheet diff --git a/spec/core_functions/color/hsla/error/five_args.hrx b/spec/core_functions/color/hsla/error/five_args.hrx index a6963a8b33..63cc77e848 100644 --- a/spec/core_functions/color/hsla/error/five_args.hrx +++ b/spec/core_functions/color/hsla/error/five_args.hrx @@ -9,11 +9,11 @@ Error: Only 1 argument allowed, but 5 were passed. 2 | x: hsla(0, 100%, 50%, 0.5, 0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/five_args/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> error-libsass Error: wrong number of arguments (5 for 4) for `hsla' - on line 2 of /sass/spec/core_functions/color/hsla/error/five_args/input.scss + on line 2 of input.scss >> x: hsla(0, 100%, 50%, 0.5, 0); -----^ diff --git a/spec/core_functions/color/hsla/error/four_args.hrx b/spec/core_functions/color/hsla/error/four_args.hrx index 7b08fa912d..8973d0bb09 100644 --- a/spec/core_functions/color/hsla/error/four_args.hrx +++ b/spec/core_functions/color/hsla/error/four_args.hrx @@ -9,7 +9,7 @@ Error: $hue: "foo" is not a number. 2 | x: hsla("foo", 100%, 50%, 0.5); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/four_args/hue/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> hue/type/error-libsass Error: argument `$hue` of `hsla($hue, $saturation, $lightness, $alpha)` must be a number @@ -32,7 +32,7 @@ Error: $saturation: "foo" is not a number. 2 | x: hsla(0, "foo", 50%, 0.5); | ^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/four_args/saturation/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> saturation/type/error-libsass Error: argument `$saturation` of `hsla($hue, $saturation, $lightness, $alpha)` must be a number @@ -55,7 +55,7 @@ Error: $lightness: "foo" is not a number. 2 | x: hsla(0, 100%, "foo", 0.5); | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/four_args/lightness/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> lightness/type/error-libsass Error: argument `$lightness` of `hsla($hue, $saturation, $lightness, $alpha)` must be a number @@ -84,4 +84,5 @@ Error: $alpha: Expected 0.5px to have no units or "%". 2 | a: hsla(0, 0, 0, 0.5px); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/four_args/alpha/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet + diff --git a/spec/core_functions/color/hsla/error/one_arg.hrx b/spec/core_functions/color/hsla/error/one_arg.hrx index 026efaa150..f7b63df973 100644 --- a/spec/core_functions/color/hsla/error/one_arg.hrx +++ b/spec/core_functions/color/hsla/error/one_arg.hrx @@ -16,7 +16,7 @@ Error: Missing element $hue. 2 | x: hsla(()); | ^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/list/empty/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: $channels must be a space-separated list. 2 | x: hsla((0, 100%, 50%)); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/list/comma_separated/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,7 +46,7 @@ Error: $channels must be an unbracketed list. 2 | x: hsla([0 100% 50%]); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/list/bracketed/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -61,7 +61,7 @@ Error: Missing element $saturation. 2 | x: hsla(0); | ^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/list/one_element/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -76,7 +76,7 @@ Error: Missing element $lightness. 2 | x: hsla(0 100%); | ^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/list/two_elements/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -91,7 +91,7 @@ Error: Only 3 elements allowed, but 4 were passed. 2 | x: hsla(0 100% 50% 0.4); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/list/four_elements/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -106,7 +106,7 @@ Error: $hue: "foo" is not a number. 2 | x: hsla("foo" 100% 50%); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/type/hue/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -121,7 +121,7 @@ Error: $saturation: "foo" is not a number. 2 | x: hsla(0 "foo" 50%); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/type/saturation/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -136,7 +136,7 @@ Error: $lightness: "foo" is not a number. 2 | x: hsla(0 100% "foo"); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/type/lightness/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -151,4 +151,4 @@ Error: $lightness: "var(--foo) / 0.4" is not a number. 2 | x: hsla(0 100% "var(--foo) / 0.4"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/one_arg/quoted_var_slash/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/hsla/error/three_args.hrx b/spec/core_functions/color/hsla/error/three_args.hrx index 6c35b2cac2..8b850bfc47 100644 --- a/spec/core_functions/color/hsla/error/three_args.hrx +++ b/spec/core_functions/color/hsla/error/three_args.hrx @@ -16,7 +16,7 @@ Error: $hue: "foo" is not a number. 2 | x: hsla("foo", 100%, 50%); | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/three_args/hue/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: $saturation: "foo" is not a number. 2 | x: hsla(0, "foo", 50%); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/three_args/saturation/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,4 +46,4 @@ Error: $lightness: "foo" is not a number. 2 | x: hsla(0, 100%, "foo"); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/three_args/lightness/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/hsla/error/two_args.hrx b/spec/core_functions/color/hsla/error/two_args.hrx index 2ddf8bc8c0..9bd5593acf 100644 --- a/spec/core_functions/color/hsla/error/two_args.hrx +++ b/spec/core_functions/color/hsla/error/two_args.hrx @@ -9,10 +9,10 @@ Error: Missing argument $lightness. 2 | x: hsla(0, 100%); | ^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/error/two_args/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> error-libsass Error: Function hsla is missing argument $lightness. - on line 2 of /sass/spec/core_functions/color/hsla/error/two_args/one_arg/input.scss + on line 2 of one_arg/input.scss >> x: hsla(0, 100%); -----^ diff --git a/spec/core_functions/color/hsla/two_args.hrx b/spec/core_functions/color/hsla/two_args.hrx index 496c4d01ac..cc2e3b48d7 100644 --- a/spec/core_functions/color/hsla/two_args.hrx +++ b/spec/core_functions/color/hsla/two_args.hrx @@ -33,7 +33,7 @@ Error: Missing argument $lightness. 2 | opaque: hsla(#123, 1); | ^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/hsla/two_args/input.scss 2:11 root stylesheet + input.scss 2:11 root stylesheet <===> error-libsass Error: Function hsla is missing argument $lightness. diff --git a/spec/core_functions/color/rgb/error/five_args.hrx b/spec/core_functions/color/rgb/error/five_args.hrx index f462d87267..3abeea4586 100644 --- a/spec/core_functions/color/rgb/error/five_args.hrx +++ b/spec/core_functions/color/rgb/error/five_args.hrx @@ -9,11 +9,11 @@ Error: Only 1 argument allowed, but 5 were passed. 2 | x: rgb(1, 2, 3, 0.4, 5); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/five_args/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> error-libsass Error: wrong number of arguments (5 for 3) for `rgb' - on line 2 of /sass/spec/core_functions/color/rgb/error/five_args/input.scss + on line 2 of input.scss >> x: rgb(1, 2, 3, 0.4, 5); -----^ diff --git a/spec/core_functions/color/rgb/error/four_args.hrx b/spec/core_functions/color/rgb/error/four_args.hrx index 2704d3ed3c..48eeb092d3 100644 --- a/spec/core_functions/color/rgb/error/four_args.hrx +++ b/spec/core_functions/color/rgb/error/four_args.hrx @@ -16,7 +16,7 @@ Error: $red: "foo" is not a number. 2 | x: rgb("foo", 0, 0, 0.5); | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/four_args/red/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: $green: "foo" is not a number. 2 | x: rgb(0, "foo", 0, 0.5); | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/four_args/green/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,7 +46,7 @@ Error: $blue: "foo" is not a number. 2 | x: rgb(0, 0, "foo", 0.5); | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/four_args/blue/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -61,4 +61,4 @@ Error: $alpha: Expected 0.5px to have no units or "%". 2 | a: rgb(0, 0, 0, 0.5px); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/four_args/alpha/unit/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/rgb/error/one_arg.hrx b/spec/core_functions/color/rgb/error/one_arg.hrx index bdb69f266b..44bc2acad5 100644 --- a/spec/core_functions/color/rgb/error/one_arg.hrx +++ b/spec/core_functions/color/rgb/error/one_arg.hrx @@ -16,7 +16,7 @@ Error: Missing element $red. 2 | x: rgb(()); | ^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/list/empty/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: Missing element $green. 2 | x: rgb(1); | ^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/list/one_element/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,7 +46,7 @@ Error: Missing element $blue. 2 | x: rgb(1 2); | ^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/list/two_elements/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -61,7 +61,7 @@ Error: Only 3 elements allowed, but 4 were passed. 2 | x: rgb(1 2 3 0.4); | ^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/list/four_elements/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -76,7 +76,7 @@ Error: $channels must be a space-separated list. 2 | x: rgb((1, 2, 3)); | ^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/list/comma_separated/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -91,7 +91,7 @@ Error: $channels must be an unbracketed list. 2 | x: rgb([1 2 3]); | ^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/list/bracketed/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -106,7 +106,7 @@ Error: $red: "foo" is not a number. 2 | x: rgb("foo" 2 3); | ^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/type/red/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -121,7 +121,7 @@ Error: $green: "foo" is not a number. 2 | x: rgb(1 "foo" 3); | ^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/type/green/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -136,7 +136,7 @@ Error: $blue: "foo" is not a number. 2 | x: rgb(1 2 "foo"); | ^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/type/blue/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -151,4 +151,4 @@ Error: $blue: "var(--foo) / 0.4" is not a number. 2 | x: rgb(1 2 "var(--foo) / 0.4"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/one_arg/quoted_var_slash/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/rgb/error/three_args.hrx b/spec/core_functions/color/rgb/error/three_args.hrx index 5edbe211a7..e2cf039474 100644 --- a/spec/core_functions/color/rgb/error/three_args.hrx +++ b/spec/core_functions/color/rgb/error/three_args.hrx @@ -9,12 +9,12 @@ Error: $red: "foo" is not a number. 2 | x: rgb("foo", 0, 0); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/three_args/red/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> red/type/error-libsass Error: argument `$red` of `rgb($red, $green, $blue)` must be a number - on line 2:6 of /sass/spec/core_functions/color/rgb/error/three_args/red/type/input.scss, in function `rgb` - from line 2:6 of /sass/spec/core_functions/color/rgb/error/three_args/red/type/input.scss + on line 2:6 of input.scss, in function `rgb` + from line 2:6 of input.scss >> x: rgb("foo", 0, 0); -----^ @@ -32,12 +32,12 @@ Error: $green: "foo" is not a number. 2 | x: rgb(0, "foo", 0); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/three_args/green/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> green/type/error-libsass Error: argument `$green` of `rgb($red, $green, $blue)` must be a number - on line 2:6 of /sass/spec/core_functions/color/rgb/error/three_args/green/type/input.scss, in function `rgb` - from line 2:6 of /sass/spec/core_functions/color/rgb/error/three_args/green/type/input.scss + on line 2:6 of input.scss, in function `rgb` + from line 2:6 of input.scss >> x: rgb(0, "foo", 0); -----^ @@ -55,12 +55,12 @@ Error: $blue: "foo" is not a number. 2 | x: rgb(0, 0, "foo"); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/three_args/blue/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> blue/type/error-libsass Error: argument `$blue` of `rgb($red, $green, $blue)` must be a number - on line 2:6 of /sass/spec/core_functions/color/rgb/error/three_args/blue/type/input.scss, in function `rgb` - from line 2:6 of /sass/spec/core_functions/color/rgb/error/three_args/blue/type/input.scss + on line 2:6 of input.scss, in function `rgb` + from line 2:6 of input.scss >> x: rgb(0, 0, "foo"); -----^ diff --git a/spec/core_functions/color/rgb/error/two_args.hrx b/spec/core_functions/color/rgb/error/two_args.hrx index d9dae58b86..dfcdbb3969 100644 --- a/spec/core_functions/color/rgb/error/two_args.hrx +++ b/spec/core_functions/color/rgb/error/two_args.hrx @@ -16,7 +16,7 @@ Error: $color: "foo" is not a color. 2 | x: rgb("foo", 0.5); | ^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/two_args/color/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: $alpha: "foo" is not a number. 2 | x: rgb(#123, "foo"); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/two_args/alpha/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,4 +46,4 @@ Error: $alpha: Expected 0.5px to have no units or "%". 2 | a: rgb(#123, 0.5px); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgb/error/two_args/alpha/unit/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/rgba/error/five_args.hrx b/spec/core_functions/color/rgba/error/five_args.hrx index 07a24e2e9a..80520db743 100644 --- a/spec/core_functions/color/rgba/error/five_args.hrx +++ b/spec/core_functions/color/rgba/error/five_args.hrx @@ -9,11 +9,11 @@ Error: Only 1 argument allowed, but 5 were passed. 2 | x: rgba(1, 2, 3, 0.4, 5); | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/five_args/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> error-libsass Error: overloaded function `rgba` given wrong number of arguments - on line 2 of /sass/spec/core_functions/color/rgba/error/five_args/input.scss + on line 2 of input.scss >> x: rgba(1, 2, 3, 0.4, 5); -----^ diff --git a/spec/core_functions/color/rgba/error/four_args.hrx b/spec/core_functions/color/rgba/error/four_args.hrx index 32793d306a..dc17d7b8b6 100644 --- a/spec/core_functions/color/rgba/error/four_args.hrx +++ b/spec/core_functions/color/rgba/error/four_args.hrx @@ -9,7 +9,7 @@ Error: $red: "foo" is not a number. 2 | x: rgba("foo", 0, 0, 0.5); | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/four_args/red/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> red/type/error-libsass Error: argument `$red` of `rgba($red, $green, $blue, $alpha)` must be a number @@ -32,7 +32,7 @@ Error: $green: "foo" is not a number. 2 | x: rgba(0, "foo", 0, 0.5); | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/four_args/green/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> green/type/error-libsass Error: argument `$green` of `rgba($red, $green, $blue, $alpha)` must be a number @@ -55,7 +55,7 @@ Error: $blue: "foo" is not a number. 2 | x: rgba(0, 0, "foo", 0.5); | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/four_args/blue/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> blue/type/error-libsass Error: argument `$blue` of `rgba($red, $green, $blue, $alpha)` must be a number @@ -84,4 +84,4 @@ Error: $alpha: Expected 0.5px to have no units or "%". 2 | a: rgba(0, 0, 0, 0.5px); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/four_args/alpha/unit/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/rgba/error/one_arg.hrx b/spec/core_functions/color/rgba/error/one_arg.hrx index d73c80b864..53a6b5f3bf 100644 --- a/spec/core_functions/color/rgba/error/one_arg.hrx +++ b/spec/core_functions/color/rgba/error/one_arg.hrx @@ -16,7 +16,7 @@ Error: Missing element $red. 2 | x: rgba(()); | ^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/list/empty/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: Missing element $green. 2 | x: rgba(1); | ^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/list/one_element/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,7 +46,7 @@ Error: Missing element $blue. 2 | x: rgba(1 2); | ^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/list/two_elements/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -61,7 +61,7 @@ Error: Only 3 elements allowed, but 4 were passed. 2 | x: rgba(1 2 3 0.4); | ^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/list/four_elements/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -76,7 +76,7 @@ Error: $channels must be a space-separated list. 2 | x: rgba((1, 2, 3)); | ^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/list/comma_separated/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -91,7 +91,7 @@ Error: $channels must be an unbracketed list. 2 | x: rgba([1 2 3]); | ^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/list/bracketed/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -106,7 +106,7 @@ Error: $red: "foo" is not a number. 2 | x: rgba("foo" 2 3); | ^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/type/red/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -121,7 +121,7 @@ Error: $green: "foo" is not a number. 2 | x: rgba(1 "foo" 3); | ^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/type/green/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -136,7 +136,7 @@ Error: $blue: "foo" is not a number. 2 | x: rgba(1 2 "foo"); | ^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/type/blue/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -151,4 +151,4 @@ Error: $blue: "var(--foo) / 0.4" is not a number. 2 | x: rgba(1 2 "var(--foo) / 0.4"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/one_arg/quoted_var_slash/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/rgba/error/three_args.hrx b/spec/core_functions/color/rgba/error/three_args.hrx index 77e70deaf7..660536468a 100644 --- a/spec/core_functions/color/rgba/error/three_args.hrx +++ b/spec/core_functions/color/rgba/error/three_args.hrx @@ -16,7 +16,7 @@ Error: $red: "foo" is not a number. 2 | x: rgba("foo", 0, 0); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/three_args/red/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: $green: "foo" is not a number. 2 | x: rgba(0, "foo", 0); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/three_args/green/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> ================================================================================ @@ -46,4 +46,4 @@ Error: $blue: "foo" is not a number. 2 | x: rgba(0, 0, "foo"); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/three_args/blue/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/color/rgba/error/two_args.hrx b/spec/core_functions/color/rgba/error/two_args.hrx index e42d167aba..ff00d702a2 100644 --- a/spec/core_functions/color/rgba/error/two_args.hrx +++ b/spec/core_functions/color/rgba/error/two_args.hrx @@ -9,7 +9,7 @@ Error: $color: "foo" is not a color. 2 | x: rgba("foo", 0.5); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/two_args/color/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> color/type/error-libsass Error: argument `$color` of `rgba($color, $alpha)` must be a color @@ -32,7 +32,7 @@ Error: $alpha: "foo" is not a number. 2 | x: rgba(#123, "foo"); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/two_args/alpha/type/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet <===> alpha/type/error-libsass Error: argument `$alpha` of `rgba($color, $alpha)` must be a number @@ -61,4 +61,4 @@ Error: $alpha: Expected 0.5px to have no units or "%". 2 | a: rgba(#123, 0.5px); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/color/rgba/error/two_args/alpha/unit/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/core_functions/content-exists/error.hrx b/spec/core_functions/content-exists/error.hrx index 4850c28311..0ccb15457e 100644 --- a/spec/core_functions/content-exists/error.hrx +++ b/spec/core_functions/content-exists/error.hrx @@ -12,7 +12,7 @@ Error: content-exists() may only be called within a mixin. 1 | $error: content-exists(); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/content-exists/error/outside_mixin/input.scss 1:9 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -46,6 +46,6 @@ Error: content-exists() may only be called within a mixin. 2 | @return content-exists(); // must be called within a mixin | ^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/content-exists/error/inside_function/input.scss 2:11 my-content-exists() - /sass/spec/core_functions/content-exists/error/inside_function/input.scss 7:12 uses-content-exists-indirectly() - /sass/spec/core_functions/content-exists/error/inside_function/input.scss 14:1 root stylesheet + input.scss 2:11 my-content-exists() + input.scss 7:12 uses-content-exists-indirectly() + input.scss 14:1 root stylesheet diff --git a/spec/core_functions/function_exists.hrx b/spec/core_functions/function_exists.hrx index 7253ce9208..922988befb 100644 --- a/spec/core_functions/function_exists.hrx +++ b/spec/core_functions/function_exists.hrx @@ -80,12 +80,12 @@ Error: $name: 12px is not a string. 1 | a {b: function-exists(12px)} | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/function_exists/error/argument/type/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/type/error-libsass Error: $name: 12px is not a string for `function-exists' - on line 1:7 of /sass/spec/core_functions/function_exists/error/argument/type/input.scss, in function `function-exists` - from line 1:7 of /sass/spec/core_functions/function_exists/error/argument/type/input.scss + on line 1:7 of input.scss, in function `function-exists` + from line 1:7 of input.scss >> a {b: function-exists(12px)} ------^ @@ -101,11 +101,11 @@ Error: Missing argument $name. 1 | a {b: function-exists()} | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/function_exists/error/argument/too_few/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_few/error-libsass Error: Function function-exists is missing argument $name. - on line 1 of /sass/spec/core_functions/function_exists/error/argument/too_few/input.scss + on line 1 of input.scss >> a {b: function-exists()} ------^ @@ -121,11 +121,11 @@ Error: Only 1 argument allowed, but 2 were passed. 1 | a {b: function-exists(foo, bar)} | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/function_exists/error/argument/too_many/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_many/error-libsass Error: wrong number of arguments (2 for 1) for `function-exists' - on line 1:7 of /sass/spec/core_functions/function_exists/error/argument/too_many/input.scss + on line 1:7 of input.scss >> a {b: function-exists(foo, bar)} ------^ diff --git a/spec/core_functions/get_function.hrx b/spec/core_functions/get_function.hrx index 4825b191ab..a64619d3f0 100644 --- a/spec/core_functions/get_function.hrx +++ b/spec/core_functions/get_function.hrx @@ -223,7 +223,7 @@ Error: $name: 2px is not a string. 1 | a {b: get-function(2px)} | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/get_function/error/argument/type/name/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> ================================================================================ @@ -246,7 +246,7 @@ Error: $name: get-function("foo") is not a string. 6 | a {b: get-function($foo-ref)} | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/get_function/error/argument/function_ref/input.scss 6:7 root stylesheet + input.scss 6:7 root stylesheet <===> ================================================================================ @@ -259,11 +259,11 @@ Error: Missing argument $name. 1 | a {b: get-function()} | ^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/get_function/error/argument/too_few/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_few/error-libsass Error: Function get-function is missing argument $name. - on line 1 of /sass/spec/core_functions/get_function/error/argument/too_few/input.scss + on line 1 of input.scss >> a {b: get-function()} ------^ @@ -279,11 +279,11 @@ Error: Only 2 arguments allowed, but 3 were passed. 1 | a {b: get-function(lighten, true, lighten)} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/get_function/error/argument/too_many/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_many/error-libsass Error: wrong number of arguments (3 for 2) for `get-function' - on line 1:7 of /sass/spec/core_functions/get_function/error/argument/too_many/input.scss + on line 1:7 of input.scss >> a {b: get-function(lighten, true, lighten)} ------^ @@ -304,7 +304,7 @@ Error: Function not found: does-not-exist 1 | a {b: get-function(does-not-exist)} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/get_function/error/non_existent/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> ================================================================================ @@ -322,7 +322,7 @@ Error: get-function("rgb") isn't a valid CSS value. 1 | a {b: get-function(rgb) / get-function(lighten)} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/get_function/error/division/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> ================================================================================ @@ -348,4 +348,4 @@ Error: $name: get-function("add-two") is not a string. 8 | error: function-exists($add-two-fn); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/get_function/error/function_exists/input.scss 8:10 root stylesheet + input.scss 8:10 root stylesheet diff --git a/spec/core_functions/global_variable_exists.hrx b/spec/core_functions/global_variable_exists.hrx index 4569de02d8..fe3b32ceab 100644 --- a/spec/core_functions/global_variable_exists.hrx +++ b/spec/core_functions/global_variable_exists.hrx @@ -80,12 +80,12 @@ Error: $name: 12px is not a string. 1 | a {b: global-variable-exists(12px)} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/global_variable_exists/error/argument/type/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/type/error-libsass Error: argument `$name` of `global-variable-exists($name)` must be a string - on line 1:7 of /sass/spec/core_functions/global_variable_exists/error/argument/type/input.scss, in function `global-variable-exists` - from line 1:7 of /sass/spec/core_functions/global_variable_exists/error/argument/type/input.scss + on line 1:7 of input.scss, in function `global-variable-exists` + from line 1:7 of input.scss >> a {b: global-variable-exists(12px)} ------^ @@ -101,11 +101,11 @@ Error: Missing argument $name. 1 | a {b: global-variable-exists()} | ^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/global_variable_exists/error/argument/too_few/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_few/error-libsass Error: Function global-variable-exists is missing argument $name. - on line 1 of /sass/spec/core_functions/global_variable_exists/error/argument/too_few/input.scss + on line 1 of input.scss >> a {b: global-variable-exists()} ------^ @@ -121,11 +121,11 @@ Error: Only 1 argument allowed, but 2 were passed. 1 | a {b: global-variable-exists(foo, bar)} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/global_variable_exists/error/argument/too_many/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_many/error-libsass Error: wrong number of arguments (2 for 1) for `global-variable-exists' - on line 1:7 of /sass/spec/core_functions/global_variable_exists/error/argument/too_many/input.scss + on line 1:7 of input.scss >> a {b: global-variable-exists(foo, bar)} ------^ diff --git a/spec/core_functions/inspect.hrx b/spec/core_functions/inspect.hrx index 2c7402958d..dd6fdb1b54 100644 --- a/spec/core_functions/inspect.hrx +++ b/spec/core_functions/inspect.hrx @@ -7,11 +7,11 @@ Error: Missing argument $value. 1 | a {a: inspect()} | ^^^^^^^^^ ' - /sass/spec/core_functions/inspect/error/no_args/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/no_args/error-libsass Error: Function inspect is missing argument $value. - on line 1 of /sass/spec/core_functions/inspect/error/no_args/input.scss + on line 1 of input.scss >> a {a: inspect()} ------^ @@ -27,11 +27,11 @@ Error: Only 1 argument allowed, but 2 were passed. 1 | a {a: inspect(1, 2)} | ^^^^^^^^^^^^^ ' - /sass/spec/core_functions/inspect/error/two_args/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/two_args/error-libsass Error: wrong number of arguments (2 for 1) for `inspect' - on line 1:7 of /sass/spec/core_functions/inspect/error/two_args/input.scss + on line 1:7 of input.scss >> a {a: inspect(1, 2)} ------^ diff --git a/spec/core_functions/join/error.hrx b/spec/core_functions/join/error.hrx index 80faaccf67..2f7188e069 100644 --- a/spec/core_functions/join/error.hrx +++ b/spec/core_functions/join/error.hrx @@ -12,7 +12,7 @@ calls. <===> named/error Error: Unknown argument $invalid (true) for `join' - on line 2 of /sass/spec/core_functions/join/error/named/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> named/error-dart-sass @@ -21,11 +21,11 @@ Error: No argument named $invalid. 2 | error: join(foo, bar, $invalid: true); } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/join/error/named/input.scss 2:10 root stylesheet + input.scss 2:10 root stylesheet <===> named/error-libsass Error: Function join has no parameter named $invalid - on line 2:25 of /sass/spec/core_functions/join/error/named/input.scss + on line 2:25 of input.scss >> error: join(foo, bar, $invalid: true); } ------------------------^ @@ -38,7 +38,7 @@ Error: Function join has no parameter named $invalid <===> positional/error Error: wrong number of arguments (5 for 2..4) for `join' - on line 2 of /sass/spec/core_functions/join/error/positional/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> positional/error-dart-sass @@ -47,11 +47,11 @@ Error: Only 4 arguments allowed, but 5 were passed. 2 | error: join(foo, bar, comma, true, false); } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/join/error/positional/input.scss 2:10 root stylesheet + input.scss 2:10 root stylesheet <===> positional/error-libsass Error: wrong number of arguments (5 for 4) for `join' - on line 2 of /sass/spec/core_functions/join/error/positional/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> @@ -62,7 +62,7 @@ Error: wrong number of arguments (5 for 4) for `join' <===> positional_and_named/error Error: wrong number of arguments (5 for 2..4) for `join' - on line 2 of /sass/spec/core_functions/join/error/positional_and_named/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> positional_and_named/error-dart-sass @@ -71,9 +71,9 @@ Error: Only 4 arguments allowed, but 5 were passed. 2 | error: join(foo, bar, comma, true, false, $invalid: true); } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/join/error/positional_and_named/input.scss 2:10 root stylesheet + input.scss 2:10 root stylesheet <===> positional_and_named/error-libsass Error: wrong number of arguments (6 for 4) for `join' - on line 2 of /sass/spec/core_functions/join/error/positional_and_named/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/core_functions/mixin_exists.hrx b/spec/core_functions/mixin_exists.hrx index 1676032eb4..88b28a774d 100644 --- a/spec/core_functions/mixin_exists.hrx +++ b/spec/core_functions/mixin_exists.hrx @@ -80,12 +80,12 @@ Error: $name: 12px is not a string. 1 | a {b: mixin-exists(12px)} | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/mixin_exists/error/argument/type/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/type/error-libsass Error: argument `$name` of `mixin-exists($name)` must be a string - on line 1:7 of /sass/spec/core_functions/mixin_exists/error/argument/type/input.scss, in function `mixin-exists` - from line 1:7 of /sass/spec/core_functions/mixin_exists/error/argument/type/input.scss + on line 1:7 of input.scss, in function `mixin-exists` + from line 1:7 of input.scss >> a {b: mixin-exists(12px)} ------^ @@ -101,11 +101,11 @@ Error: Missing argument $name. 1 | a {b: mixin-exists()} | ^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/mixin_exists/error/argument/too_few/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_few/error-libsass Error: Function mixin-exists is missing argument $name. - on line 1 of /sass/spec/core_functions/mixin_exists/error/argument/too_few/input.scss + on line 1 of input.scss >> a {b: mixin-exists()} ------^ @@ -121,11 +121,11 @@ Error: Only 1 argument allowed, but 2 were passed. 1 | a {b: mixin-exists(foo, bar)} | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/mixin_exists/error/argument/too_many/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_many/error-libsass Error: wrong number of arguments (2 for 1) for `mixin-exists' - on line 1:7 of /sass/spec/core_functions/mixin_exists/error/argument/too_many/input.scss + on line 1:7 of input.scss >> a {b: mixin-exists(foo, bar)} ------^ diff --git a/spec/core_functions/variable_exists.hrx b/spec/core_functions/variable_exists.hrx index 1bb3c027f6..e04f4e11f1 100644 --- a/spec/core_functions/variable_exists.hrx +++ b/spec/core_functions/variable_exists.hrx @@ -80,12 +80,12 @@ Error: $name: 12px is not a string. 1 | a {b: variable-exists(12px)} | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/variable_exists/error/argument/type/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/type/error-libsass Error: argument `$name` of `variable-exists($name)` must be a string - on line 1:7 of /sass/spec/core_functions/variable_exists/error/argument/type/input.scss, in function `variable-exists` - from line 1:7 of /sass/spec/core_functions/variable_exists/error/argument/type/input.scss + on line 1:7 of input.scss, in function `variable-exists` + from line 1:7 of input.scss >> a {b: variable-exists(12px)} ------^ @@ -101,11 +101,11 @@ Error: Missing argument $name. 1 | a {b: variable-exists()} | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/variable_exists/error/argument/too_few/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_few/error-libsass Error: Function variable-exists is missing argument $name. - on line 1 of /sass/spec/core_functions/variable_exists/error/argument/too_few/input.scss + on line 1 of input.scss >> a {b: variable-exists()} ------^ @@ -121,11 +121,11 @@ Error: Only 1 argument allowed, but 2 were passed. 1 | a {b: variable-exists(foo, bar)} | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/core_functions/variable_exists/error/argument/too_many/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet <===> error/argument/too_many/error-libsass Error: wrong number of arguments (2 for 1) for `variable-exists' - on line 1:7 of /sass/spec/core_functions/variable_exists/error/argument/too_many/input.scss + on line 1:7 of input.scss >> a {b: variable-exists(foo, bar)} ------^ diff --git a/spec/css/custom_properties/error.hrx b/spec/css/custom_properties/error.hrx index 92651a0a54..118b5a601f 100644 --- a/spec/css/custom_properties/error.hrx +++ b/spec/css/custom_properties/error.hrx @@ -15,7 +15,7 @@ Error: Expected token. 3 | --property:; | ^ ' - /sass/spec/css/custom_properties/error/empty/input.scss 3:14 root stylesheet + input.scss 3:14 root stylesheet <===> ================================================================================ @@ -36,7 +36,7 @@ Error: Custom property values may not be empty. 3 | --property:#{""}; | ^^^^^ ' - /sass/spec/css/custom_properties/error/empty_interpolation/input.scss 3:14 root stylesheet + input.scss 3:14 root stylesheet <===> ================================================================================ @@ -61,7 +61,7 @@ Error: Nothing may be indented beneath a custom property. 3 | baz: qux | ^ ' - /sass/spec/css/custom_properties/error/nested/input.sass 3:5 root stylesheet + input.sass 3:5 root stylesheet <===> ================================================================================ @@ -81,7 +81,7 @@ Error: expected "{". 2 | --prop: }; | ^ ' - /sass/spec/css/custom_properties/error/brackets/curly/input.scss 2:13 root stylesheet + input.scss 2:13 root stylesheet <===> ================================================================================ @@ -101,7 +101,7 @@ Error: expected ";". 2 | --prop: ); | ^ ' - /sass/spec/css/custom_properties/error/brackets/paren/input.scss 2:11 root stylesheet + input.scss 2:11 root stylesheet <===> brackets/paren/error-libsass Error: Invalid CSS after " --prop:": expected "}", was ");" @@ -126,7 +126,7 @@ Error: expected ";". 2 | --prop: ]; | ^ ' - /sass/spec/css/custom_properties/error/brackets/square/input.scss 2:11 root stylesheet + input.scss 2:11 root stylesheet <===> brackets/square/error-libsass Error: Invalid CSS after " --prop:": expected "}", was "];" @@ -151,7 +151,7 @@ Error: expected "}". 2 | --prop: [{]; | ^ ' - /sass/spec/css/custom_properties/error/brackets/curly_in_square/input.scss 2:13 root stylesheet + input.scss 2:13 root stylesheet <===> ================================================================================ @@ -171,7 +171,7 @@ Error: expected ")". 2 | --prop: {(}; | ^ ' - /sass/spec/css/custom_properties/error/brackets/paren_in_curly/input.scss 2:13 root stylesheet + input.scss 2:13 root stylesheet <===> ================================================================================ @@ -191,4 +191,4 @@ Error: expected "]". 2 | --prop: ([); | ^ ' - /sass/spec/css/custom_properties/error/brackets/square_in_paren/input.scss 2:13 root stylesheet + input.scss 2:13 root stylesheet diff --git a/spec/css/media/range/error.hrx b/spec/css/media/range/error.hrx index c7d11144af..55c86d6227 100644 --- a/spec/css/media/range/error.hrx +++ b/spec/css/media/range/error.hrx @@ -16,7 +16,7 @@ Error: expected ")". 4 | @media (1 < 2: 10px) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_binary_operator/before_colon/input.scss 4:14 root stylesheet + input.scss 4:14 root stylesheet <===> ================================================================================ @@ -32,7 +32,7 @@ Error: expected ")". 4 | @media (1 < 2 or false = width) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_binary_operator/in_subexpression/input.scss 4:24 root stylesheet + input.scss 4:24 root stylesheet <===> ================================================================================ @@ -45,7 +45,7 @@ Error: expected ")". 1 | @media (1 < width < 2 < 3) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_binary_operator/lt/input.scss 1:23 root stylesheet + input.scss 1:23 root stylesheet <===> ================================================================================ @@ -58,7 +58,7 @@ Error: expected ")". 1 | @media (1 <= width <= 2 <= 3) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_binary_operator/lte/input.scss 1:25 root stylesheet + input.scss 1:25 root stylesheet <===> ================================================================================ @@ -71,7 +71,7 @@ Error: expected ")". 1 | @media (1 = 2 = width) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_binary_operator/eq/input.scss 1:15 root stylesheet + input.scss 1:15 root stylesheet <===> ================================================================================ @@ -84,7 +84,7 @@ Error: expected ")". 1 | @media (3 >= width >= 2 >= 1) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_binary_operator/gte/input.scss 1:25 root stylesheet + input.scss 1:25 root stylesheet <===> ================================================================================ @@ -97,7 +97,7 @@ Error: expected ")". 1 | @media (3 > width > 2 > 1) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_binary_operator/gt/input.scss 1:23 root stylesheet + input.scss 1:23 root stylesheet <===> ================================================================================ @@ -115,7 +115,7 @@ Error: Expected expression. 1 | @media (width < = 100px) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_comparison/lte/input.scss 1:17 root stylesheet + input.scss 1:17 root stylesheet <===> ================================================================================ @@ -128,7 +128,7 @@ Error: Expected expression. 1 | @media (width > = 100px) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_comparison/gte/input.scss 1:17 root stylesheet + input.scss 1:17 root stylesheet <===> ================================================================================ @@ -141,7 +141,7 @@ Error: Expected expression. 1 | @media (10px > width > = 1px) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/invalid_comparison/range_gte/input.scss 1:24 root stylesheet + input.scss 1:24 root stylesheet <===> ================================================================================ @@ -159,7 +159,7 @@ Error: expected ")". 1 | @media (1px > width < 2px) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/mismatched_range/gt_lt/input.scss 1:21 root stylesheet + input.scss 1:21 root stylesheet <===> ================================================================================ @@ -172,7 +172,7 @@ Error: expected ")". 1 | @media (1px >= width <= 2px) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/mismatched_range/gte_lte/input.scss 1:22 root stylesheet + input.scss 1:22 root stylesheet <===> ================================================================================ @@ -185,7 +185,7 @@ Error: expected ")". 1 | @media (1px < width > 2px) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/mismatched_range/lt_gt/input.scss 1:21 root stylesheet + input.scss 1:21 root stylesheet <===> ================================================================================ @@ -198,4 +198,4 @@ Error: expected ")". 1 | @media (1px <= width >= 2px) {a {b: c}} | ^ ' - /sass/spec/css/media/range/error/mismatched_range/lte_gte/input.scss 1:22 root stylesheet + input.scss 1:22 root stylesheet diff --git a/spec/css/min_max/error.hrx b/spec/css/min_max/error.hrx index e4124a33c5..ba5292c0dc 100644 --- a/spec/css/min_max/error.hrx +++ b/spec/css/min_max/error.hrx @@ -11,7 +11,7 @@ Error: something(1px) is not a number. 4 | x: min(something(1px), 2px); | ^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/css/min_max/error/plain_css_function/input.scss 4:6 root stylesheet + input.scss 4:6 root stylesheet <===> plain_css_function/error-libsass Error: "something(1px)" is not a number for `min' @@ -34,7 +34,7 @@ Error: Expected expression. 4 | x: min(1px +, 2px); | ^ ' - /sass/spec/css/min_max/error/dangling_operator/input.scss 4:15 root stylesheet + input.scss 4:15 root stylesheet <===> dangling_operator/error-libsass Error: Invalid CSS after " x: min(1px +": expected expression (e.g. 1px, bold), was ", 2px);" diff --git a/spec/css/moz_document/functions/interpolated.hrx b/spec/css/moz_document/functions/interpolated.hrx index 97b582f7fc..cf97d799f1 100644 --- a/spec/css/moz_document/functions/interpolated.hrx +++ b/spec/css/moz_document/functions/interpolated.hrx @@ -91,7 +91,7 @@ } <===> warning -DEPRECATION WARNING on line 1, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 1, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -101,7 +101,7 @@ relase. For details, see http://bit.ly/moz-document. 3 | \ } ' -DEPRECATION WARNING on line 4, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 4, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -111,7 +111,7 @@ relase. For details, see http://bit.ly/moz-document. 6 | \ } ' -DEPRECATION WARNING on line 7, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 7, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -121,7 +121,7 @@ relase. For details, see http://bit.ly/moz-document. 9 | \ } ' -DEPRECATION WARNING on line 11, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 11, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -131,7 +131,7 @@ relase. For details, see http://bit.ly/moz-document. 13 | \ } ' -DEPRECATION WARNING on line 14, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 14, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -141,7 +141,7 @@ relase. For details, see http://bit.ly/moz-document. 16 | \ } ' -DEPRECATION WARNING on line 17, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 17, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -151,7 +151,7 @@ relase. For details, see http://bit.ly/moz-document. 19 | \ } ' -DEPRECATION WARNING on line 21, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 21, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -161,7 +161,7 @@ relase. For details, see http://bit.ly/moz-document. 23 | \ } ' -DEPRECATION WARNING on line 24, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 24, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -171,7 +171,7 @@ relase. For details, see http://bit.ly/moz-document. 26 | \ } ' -DEPRECATION WARNING on line 27, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 27, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -181,7 +181,7 @@ relase. For details, see http://bit.ly/moz-document. 29 | \ } ' -DEPRECATION WARNING on line 31, column 1 of /sass/spec/css/moz_document/functions/interpolated/input.scss: +DEPRECATION WARNING on line 31, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. diff --git a/spec/css/moz_document/functions/static.hrx b/spec/css/moz_document/functions/static.hrx index 44d24ed0af..e8a631fda1 100644 --- a/spec/css/moz_document/functions/static.hrx +++ b/spec/css/moz_document/functions/static.hrx @@ -62,7 +62,7 @@ } <===> warning -DEPRECATION WARNING on line 1, column 1 of /sass/spec/css/moz_document/functions/static/input.scss: +DEPRECATION WARNING on line 1, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -72,7 +72,7 @@ relase. For details, see http://bit.ly/moz-document. 3 | \ } ' -DEPRECATION WARNING on line 4, column 1 of /sass/spec/css/moz_document/functions/static/input.scss: +DEPRECATION WARNING on line 4, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -82,7 +82,7 @@ relase. For details, see http://bit.ly/moz-document. 6 | \ } ' -DEPRECATION WARNING on line 8, column 1 of /sass/spec/css/moz_document/functions/static/input.scss: +DEPRECATION WARNING on line 8, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -92,7 +92,7 @@ relase. For details, see http://bit.ly/moz-document. 10| \ } ' -DEPRECATION WARNING on line 11, column 1 of /sass/spec/css/moz_document/functions/static/input.scss: +DEPRECATION WARNING on line 11, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -102,7 +102,7 @@ relase. For details, see http://bit.ly/moz-document. 13 | \ } ' -DEPRECATION WARNING on line 15, column 1 of /sass/spec/css/moz_document/functions/static/input.scss: +DEPRECATION WARNING on line 15, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -112,7 +112,7 @@ relase. For details, see http://bit.ly/moz-document. 17 | \ } ' -DEPRECATION WARNING on line 18, column 1 of /sass/spec/css/moz_document/functions/static/input.scss: +DEPRECATION WARNING on line 18, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. @@ -122,7 +122,7 @@ relase. For details, see http://bit.ly/moz-document. 20 | \ } ' -DEPRECATION WARNING on line 22, column 1 of /sass/spec/css/moz_document/functions/static/input.scss: +DEPRECATION WARNING on line 22, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. diff --git a/spec/css/moz_document/multi_function.hrx b/spec/css/moz_document/multi_function.hrx index 95a34f8bf4..8463e646d2 100644 --- a/spec/css/moz_document/multi_function.hrx +++ b/spec/css/moz_document/multi_function.hrx @@ -17,7 +17,7 @@ } <===> warning -DEPRECATION WARNING on line 1, column 1 of /sass/spec/css/moz_document/multi_function/input.scss: +DEPRECATION WARNING on line 1, column 1 of input.scss: @-moz-document is deprecated and support will be removed from Sass in a future relase. For details, see http://bit.ly/moz-document. diff --git a/spec/css/plain/error/expression.hrx b/spec/css/plain/error/expression.hrx index 7268d75efa..d680eb552e 100644 --- a/spec/css/plain/error/expression.hrx +++ b/spec/css/plain/error/expression.hrx @@ -11,8 +11,8 @@ Error: This function isn't allowed in plain CSS. 2 | x: index(1 2 3, 1); | ^^^^^^^^^^^^^^^ ' - /sass/spec/css/plain/error/expression/function/built_in/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/expression/function/built_in/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -29,8 +29,8 @@ Error: expected ")". 2 | x: hsl(0, 100%, 50%...); | ^ ' - /sass/spec/css/plain/error/expression/function/variable_arguments/plain.css 2:22 root stylesheet - /sass/spec/css/plain/error/expression/function/variable_arguments/input.scss 1:9 root stylesheet + plain.css 2:22 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -47,8 +47,8 @@ Error: Sass variables aren't allowed in plain CSS. 2 | x: hsl(0, 100%, $lightness: 50%); | ^^^^^^^^^^ ' - /sass/spec/css/plain/error/expression/function/keyword_arguments/plain.css 2:19 root stylesheet - /sass/spec/css/plain/error/expression/function/keyword_arguments/input.scss 1:9 root stylesheet + plain.css 2:19 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -65,8 +65,8 @@ Error: Parentheses aren't allowed in plain CSS. 2 | x: (); | ^ ' - /sass/spec/css/plain/error/expression/list/empty/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/expression/list/empty/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -83,8 +83,8 @@ Error: Parentheses aren't allowed in plain CSS. 2 | x: (,); | ^ ' - /sass/spec/css/plain/error/expression/list/empty_comma/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/expression/list/empty_comma/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -101,8 +101,8 @@ Error: Parentheses aren't allowed in plain CSS. 2 | x: (y: z); | ^ ' - /sass/spec/css/plain/error/expression/map/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/expression/map/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -119,8 +119,8 @@ Error: Parentheses aren't allowed in plain CSS. 2 | x: (y); | ^ ' - /sass/spec/css/plain/error/expression/parentheses/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/expression/parentheses/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -137,8 +137,8 @@ Error: The parent selector isn't allowed in plain CSS. 2 | x: &; | ^ ' - /sass/spec/css/plain/error/expression/parent_selector/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/expression/parent_selector/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -155,8 +155,8 @@ Error: Sass variables aren't allowed in plain CSS. 2 | x: $var; | ^^^^ ' - /sass/spec/css/plain/error/expression/variable/use/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/expression/variable/use/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -171,8 +171,8 @@ Error: Sass variables aren't allowed in plain CSS. 1 | $var: value; | ^^^^ ' - /sass/spec/css/plain/error/expression/variable/declaration/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/expression/variable/declaration/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -189,8 +189,8 @@ Error: Interpolation isn't allowed in plain CSS. 2 | w: calc(#{1px} + 10%); | ^^^^^^ ' - /sass/spec/css/plain/error/expression/interpolation/calc/plain.css 2:11 root stylesheet - /sass/spec/css/plain/error/expression/interpolation/calc/input.scss 1:9 root stylesheet + plain.css 2:11 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -207,8 +207,8 @@ Error: Interpolation isn't allowed in plain CSS. 2 | w: x#{y}z; | ^^^^ ' - /sass/spec/css/plain/error/expression/interpolation/identifier/plain.css 2:7 root stylesheet - /sass/spec/css/plain/error/expression/interpolation/identifier/input.scss 1:9 root stylesheet + plain.css 2:7 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -225,8 +225,8 @@ Error: Interpolation isn't allowed in plain CSS. 2 | w: "x#{y}z"; | ^^^^ ' - /sass/spec/css/plain/error/expression/interpolation/quoted_string/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/interpolation/quoted_string/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -243,8 +243,8 @@ Error: Interpolation isn't allowed in plain CSS. 2 | w: #{x}; | ^^^^ ' - /sass/spec/css/plain/error/expression/interpolation/standalone/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/expression/interpolation/standalone/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -261,8 +261,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y + z; | ^ ' - /sass/spec/css/plain/error/expression/operation/addition/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/addition/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -279,8 +279,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y - z; | ^ ' - /sass/spec/css/plain/error/expression/operation/subtraction/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/subtraction/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -297,8 +297,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y * z; | ^ ' - /sass/spec/css/plain/error/expression/operation/multiplication/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/multiplication/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -315,8 +315,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y % z; | ^ ' - /sass/spec/css/plain/error/expression/operation/modulo/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/modulo/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -333,8 +333,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y < z; | ^ ' - /sass/spec/css/plain/error/expression/operation/less_than/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/less_than/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -351,8 +351,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y <= z; | ^^ ' - /sass/spec/css/plain/error/expression/operation/less_than_or_equal/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/less_than_or_equal/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -369,8 +369,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y > z; | ^ ' - /sass/spec/css/plain/error/expression/operation/greater_than/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/greater_than/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -387,8 +387,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y >= z; | ^^ ' - /sass/spec/css/plain/error/expression/operation/greater_than_or_equal/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/greater_than_or_equal/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -405,8 +405,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y == z; | ^^ ' - /sass/spec/css/plain/error/expression/operation/equals/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/equals/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -423,8 +423,8 @@ Error: Operators aren't allowed in plain CSS. 2 | x: y != z; | ^^ ' - /sass/spec/css/plain/error/expression/operation/not_equals/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/operation/not_equals/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -443,5 +443,5 @@ Error: Silent comments aren't allowed in plain CSS. 2 | b: c // d | ^^^^ ' - /sass/spec/css/plain/error/expression/silent_comment/plain.css 2:8 root stylesheet - /sass/spec/css/plain/error/expression/silent_comment/input.scss 1:9 root stylesheet + plain.css 2:8 root stylesheet + input.scss 1:9 root stylesheet diff --git a/spec/css/plain/error/statement.hrx b/spec/css/plain/error/statement.hrx index 04d2c6e7fb..6fe00ae707 100644 --- a/spec/css/plain/error/statement.hrx +++ b/spec/css/plain/error/statement.hrx @@ -13,8 +13,8 @@ Error: This at-rule isn't allowed in plain CSS. 2 | @at-root b { | ^^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/at_root/plain.css 2:3 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/at_root/input.scss 1:9 root stylesheet + plain.css 2:3 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -29,8 +29,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @content; | ^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/content/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/content/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -45,8 +45,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @debug foo; | ^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/debug/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/debug/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -65,8 +65,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @each $i in 1 2 3 { | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/each/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/each/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -81,8 +81,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @error foo; | ^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/error/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/error/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -99,8 +99,8 @@ Error: This at-rule isn't allowed in plain CSS. 2 | @extend b; | ^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/extend/plain.css 2:3 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/extend/input.scss 1:9 root stylesheet + plain.css 2:3 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -119,8 +119,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @for $i from 1 to 5 { | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/for/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/for/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -137,8 +137,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @function foo() { | ^^^^^^^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/function/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/function/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -157,8 +157,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @if true { | ^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/if/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/if/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -173,8 +173,8 @@ Error: Interpolation isn't allowed in plain CSS. 1 | @import url("foo#{bar}baz"); | ^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/import/interpolated/plain.css 1:17 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/import/interpolated/input.scss 1:9 root stylesheet + plain.css 1:17 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -203,8 +203,8 @@ Error: expected ";". 1 | @import "foo", "bar"; | ^ ' - /sass/spec/css/plain/error/statement/at_rule/import/multi/plain.css 1:14 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/import/multi/input.scss 1:9 root stylesheet + plain.css 1:14 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -219,8 +219,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @include foo; | ^^^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/include/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/include/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -239,8 +239,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @mixin foo { | ^^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/mixin/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/mixin/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -255,8 +255,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @return foo; | ^^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/return/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/return/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -271,8 +271,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @warn foo; | ^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/warn/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/warn/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -291,8 +291,8 @@ Error: This at-rule isn't allowed in plain CSS. 1 | @while false { | ^^^^^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/while/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/while/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -307,8 +307,8 @@ Error: Interpolation isn't allowed in plain CSS. 1 | @foo a#{b}c; | ^^^^ ' - /sass/spec/css/plain/error/statement/at_rule/interpolation/plain.css 1:7 root stylesheet - /sass/spec/css/plain/error/statement/at_rule/interpolation/input.scss 1:9 root stylesheet + plain.css 1:7 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -327,8 +327,8 @@ Error: expected ":". 2 | b { | ^ ' - /sass/spec/css/plain/error/statement/style_rule/nested/plain.css 2:5 root stylesheet - /sass/spec/css/plain/error/statement/style_rule/nested/input.scss 1:9 root stylesheet + plain.css 2:5 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -347,8 +347,8 @@ Error: Nested declarations aren't allowed in plain CSS. 2 | x: { | ^ ' - /sass/spec/css/plain/error/statement/style_rule/nested_property/plain.css 2:6 root stylesheet - /sass/spec/css/plain/error/statement/style_rule/nested_property/input.scss 1:9 root stylesheet + plain.css 2:6 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -365,8 +365,8 @@ Error: Parent selectors aren't allowed here. 1 | &.foo{ | ^ ' - /sass/spec/css/plain/error/statement/style_rule/parent_selector/plain.css 1:1 @import - /sass/spec/css/plain/error/statement/style_rule/parent_selector/input.scss 1:9 root stylesheet + plain.css 1:1 @import + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -383,8 +383,8 @@ Error: Placeholder selectors aren't allowed here. 1 | %foo{ | ^^^^ ' - /sass/spec/css/plain/error/statement/style_rule/placeholder_selector/plain.css 1:1 @import - /sass/spec/css/plain/error/statement/style_rule/placeholder_selector/input.scss 1:9 root stylesheet + plain.css 1:1 @import + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -401,8 +401,8 @@ Error: Interpolation isn't allowed in plain CSS. 1 | a#{b}c { | ^^^^ ' - /sass/spec/css/plain/error/statement/style_rule/interpolation/selector/plain.css 1:2 root stylesheet - /sass/spec/css/plain/error/statement/style_rule/interpolation/selector/input.scss 1:9 root stylesheet + plain.css 1:2 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -419,8 +419,8 @@ Error: Interpolation isn't allowed in plain CSS. 2 | w#{x}y: z; | ^^^^ ' - /sass/spec/css/plain/error/statement/style_rule/interpolation/declaration/plain.css 2:4 root stylesheet - /sass/spec/css/plain/error/statement/style_rule/interpolation/declaration/input.scss 1:9 root stylesheet + plain.css 2:4 root stylesheet + input.scss 1:9 root stylesheet <===> ================================================================================ @@ -436,5 +436,5 @@ Error: Silent comments arne't allowed in plain CSS. 1 | // silent | ^^^^^^^^^ ' - /sass/spec/css/plain/error/statement/silent_comment/plain.css 1:1 root stylesheet - /sass/spec/css/plain/error/statement/silent_comment/input.scss 1:9 root stylesheet + plain.css 1:1 root stylesheet + input.scss 1:9 root stylesheet diff --git a/spec/css/plain/import/partial_conflict.hrx b/spec/css/plain/import/partial_conflict.hrx index 8c98597926..2ab15dc547 100644 --- a/spec/css/plain/import/partial_conflict.hrx +++ b/spec/css/plain/import/partial_conflict.hrx @@ -14,10 +14,10 @@ plain {partial: false} <===> error Error: It's not clear which file to import. Found: - /sass/spec/css/plain/import/partial_conflict/_plain.css - /sass/spec/css/plain/import/partial_conflict/plain.css + _plain.css + plain.css , 1 | @import "plain"; | ^^^^^^^ ' - /sass/spec/css/plain/import/partial_conflict/input.scss 1:9 root stylesheet + input.scss 1:9 root stylesheet diff --git a/spec/css/selector/reference_combinator.hrx b/spec/css/selector/reference_combinator.hrx index 646d2dd481..aaa78e59c4 100644 --- a/spec/css/selector/reference_combinator.hrx +++ b/spec/css/selector/reference_combinator.hrx @@ -15,4 +15,4 @@ Error: expected selector. 1 | .foo /bar/ .baz{ | ^ ' - /sass/spec/css/selector/reference_combinator/input.scss 1:6 root stylesheet + input.scss 1:6 root stylesheet diff --git a/spec/css/unicode_range/error.hrx b/spec/css/unicode_range/error.hrx index 2486610304..8f8cb4ef97 100644 --- a/spec/css/unicode_range/error.hrx +++ b/spec/css/unicode_range/error.hrx @@ -16,7 +16,7 @@ Error: Expected hex digit. 2 | a: U+abc- def; | ^ ' - /sass/spec/css/unicode_range/error/ident_minus_space_ident/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet <===> ================================================================================ @@ -31,7 +31,7 @@ Error: Expected end of identifier. 2 | a: u+123-abc-def; | ^ ' - /sass/spec/css/unicode_range/error/minus_ident_minus/input.scss 2:15 root stylesheet + input.scss 2:15 root stylesheet <===> ================================================================================ @@ -46,7 +46,7 @@ Error: Expected end of identifier. 2 | a: U+123-456-ABC; | ^ ' - /sass/spec/css/unicode_range/error/minus_number_minus_ident/input.scss 2:15 root stylesheet + input.scss 2:15 root stylesheet <===> ================================================================================ @@ -61,7 +61,7 @@ Error: Expected hex digit or "?". 2 | a: U+; | ^ ' - /sass/spec/css/unicode_range/error/no_digits/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet <===> ================================================================================ @@ -76,7 +76,7 @@ Error: Expected hex digit. 2 | a: U+abc-; | ^ ' - /sass/spec/css/unicode_range/error/nothing_after_minus/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet <===> ================================================================================ @@ -91,7 +91,7 @@ Error: expected ";". 2 | a: u+abc-de?; | ^ ' - /sass/spec/css/unicode_range/error/question_mark_after_minus/input.scss 2:14 root stylesheet + input.scss 2:14 root stylesheet <===> ================================================================================ @@ -106,7 +106,7 @@ Error: Expected end of identifier. 2 | a: U+abc-1234567; | ^ ' - /sass/spec/css/unicode_range/error/too_many_decimal_digits_after_minus/input.scss 2:18 root stylesheet + input.scss 2:18 root stylesheet <===> ================================================================================ @@ -121,7 +121,7 @@ Error: Expected end of identifier. 2 | a: U+1234567; | ^ ' - /sass/spec/css/unicode_range/error/too_many_decimal_digits/input.scss 2:14 root stylesheet + input.scss 2:14 root stylesheet <===> ================================================================================ @@ -136,7 +136,7 @@ Error: Expected end of identifier. 2 | a: U+abc-abcdefa; | ^ ' - /sass/spec/css/unicode_range/error/too_many_digits_after_minus/input.scss 2:18 root stylesheet + input.scss 2:18 root stylesheet <===> ================================================================================ @@ -151,7 +151,7 @@ Error: Expected end of identifier. 2 | a: U+ABCDEFA; | ^ ' - /sass/spec/css/unicode_range/error/too_many_hex_digits/input.scss 2:14 root stylesheet + input.scss 2:14 root stylesheet <===> ================================================================================ @@ -166,4 +166,4 @@ Error: expected ";". 2 | a: U+???????; | ^ ' - /sass/spec/css/unicode_range/error/too_many_question_marks/input.scss 2:14 root stylesheet + input.scss 2:14 root stylesheet diff --git a/spec/css/unknown_directive/error.hrx b/spec/css/unknown_directive/error.hrx index c1e88fcea5..949b17d321 100644 --- a/spec/css/unknown_directive/error.hrx +++ b/spec/css/unknown_directive/error.hrx @@ -8,7 +8,7 @@ Error: Expected identifier. 2 | @ unknown; | ^ ' - /sass/spec/css/unknown_directive/error/space_after_at/input.scss 2:2 root stylesheet + input.scss 2:2 root stylesheet <===> space_after_at/error-libsass Error: Invalid CSS after "... the rule name.": expected 1 selector or at-rule, was "@ unknown;" @@ -33,7 +33,7 @@ Error: This at-rule is not allowed here. 4 | @asdf; | ^^^^^ ' - /sass/spec/css/unknown_directive/error/in_declaration/input.scss 4:5 root stylesheet + input.scss 4:5 root stylesheet <===> in_declaration/error-libsass Error: Illegal nesting: Only properties may be nested beneath properties. @@ -57,7 +57,7 @@ Error: This at-rule is not allowed here. 3 | @asdf; | ^^^^^ ' - /sass/spec/css/unknown_directive/error/in_function/input.scss 3:3 root stylesheet + input.scss 3:3 root stylesheet <===> in_function/error-libsass Error: Functions can only contain variable declarations and control directives. @@ -78,7 +78,7 @@ Error: Expected identifier. 2 | @ #{"unknown"}; | ^ ' - /sass/spec/css/unknown_directive/error/interpolation/space_after_at/input.scss 2:2 root stylesheet + input.scss 2:2 root stylesheet <===> interpolation/space_after_at/error-libsass Error: Invalid CSS after "... the rule name.": expected 1 selector or at-rule, was '@ #{"unknown"};' @@ -108,7 +108,7 @@ Error: Expected identifier. 4 | @#{"asdf"}; | ^ ' - /sass/spec/css/unknown_directive/error/interpolation/in_declaration/input.scss 4:6 root stylesheet + input.scss 4:6 root stylesheet <===> ================================================================================ @@ -130,4 +130,4 @@ Error: Expected identifier. 3 | @#{"asdf"}; | ^ ' - /sass/spec/css/unknown_directive/error/interpolation/in_function/input.scss 3:4 root stylesheet + input.scss 3:4 root stylesheet diff --git a/spec/directives/import/error/conflict.hrx b/spec/directives/import/error/conflict.hrx index 5b58cc80f3..d092643f74 100644 --- a/spec/directives/import/error/conflict.hrx +++ b/spec/directives/import/error/conflict.hrx @@ -20,13 +20,13 @@ Error: It's not clear which file to import for '@import "other"'. <===> partial/error-dart-sass Error: It's not clear which file to import. Found: - /sass/spec/directives/import/error/conflict/partial/_other.scss - /sass/spec/directives/import/error/conflict/partial/other.scss + _other.scss + other.scss , 3 | @import "other"; | ^^^^^^^ ' - /sass/spec/directives/import/error/conflict/partial/input.scss 3:9 root stylesheet + input.scss 3:9 root stylesheet <===> ================================================================================ @@ -53,13 +53,13 @@ Error: It's not clear which file to import for '@import "other"'. <===> extension/error-dart-sass Error: It's not clear which file to import. Found: - /sass/spec/directives/import/error/conflict/extension/other.sass - /sass/spec/directives/import/error/conflict/extension/other.scss + other.sass + other.scss , 3 | @import "other"; | ^^^^^^^ ' - /sass/spec/directives/import/error/conflict/extension/input.scss 3:9 root stylesheet + input.scss 3:9 root stylesheet <===> ================================================================================ @@ -97,15 +97,15 @@ Error: It's not clear which file to import for '@import "other"'. <===> all/error-dart-sass Error: It's not clear which file to import. Found: - /sass/spec/directives/import/error/conflict/all/_other.sass - /sass/spec/directives/import/error/conflict/all/other.sass - /sass/spec/directives/import/error/conflict/all/_other.scss - /sass/spec/directives/import/error/conflict/all/other.scss + _other.sass + other.sass + _other.scss + other.scss , 3 | @import "other"; | ^^^^^^^ ' - /sass/spec/directives/import/error/conflict/all/input.scss 3:9 root stylesheet + input.scss 3:9 root stylesheet <===> ================================================================================ @@ -135,10 +135,10 @@ Error: It's not clear which file to import for '@import "other"'. <===> index/error-dart-sass Error: It's not clear which file to import. Found: - /sass/spec/directives/import/error/conflict/index/other/_index.scss - /sass/spec/directives/import/error/conflict/index/other/index.scss + other/_index.scss + other/index.scss , 3 | @import "other"; | ^^^^^^^ ' - /sass/spec/directives/import/error/conflict/index/input.scss 3:9 root stylesheet + input.scss 3:9 root stylesheet diff --git a/spec/directives/import/error/no_extension.hrx b/spec/directives/import/error/no_extension.hrx index 1760009b65..0ff6dcddfb 100644 --- a/spec/directives/import/error/no_extension.hrx +++ b/spec/directives/import/error/no_extension.hrx @@ -20,4 +20,4 @@ Error: Can't find stylesheet to import. 1 | @import "other"; | ^^^^^^^ ' - /sass/spec/directives/import/error/no_extension/input.scss 1:9 root stylesheet + input.scss 1:9 root stylesheet diff --git a/spec/directives/import/load.hrx b/spec/directives/import/load.hrx index a0425797a6..a6436b9444 100644 --- a/spec/directives/import/load.hrx +++ b/spec/directives/import/load.hrx @@ -182,4 +182,4 @@ Error: Can't find stylesheet to import. 1 | @import "dir.scss"; | ^^^^^^^^^^ ' - /sass/spec/directives/import/load/index/dir_dot_scss/input.scss 1:9 root stylesheet + input.scss 1:9 root stylesheet diff --git a/spec/directives/supports.hrx b/spec/directives/supports.hrx index 32901031c1..56b15b3495 100644 --- a/spec/directives/supports.hrx +++ b/spec/directives/supports.hrx @@ -7,7 +7,7 @@ Error: expected "(". 1 | @supports (a: b) or {} | ^ ' - /sass/spec/directives/supports/error/syntax/trailing_or/input.scss 1:21 root stylesheet + input.scss 1:21 root stylesheet <===> error/syntax/trailing_or/error-libsass Error: Invalid CSS after "...orts (a: b) or ": expected @supports condition (e.g. (display: flexbox)), was "{}" diff --git a/spec/directives/warn/functions_in_stack.hrx b/spec/directives/warn/functions_in_stack.hrx index c4d511ad16..35c1fa422f 100644 --- a/spec/directives/warn/functions_in_stack.hrx +++ b/spec/directives/warn/functions_in_stack.hrx @@ -19,12 +19,12 @@ <===> warning WARNING: From function: testing - on line 2 of /sass/spec/directives/warn/functions_in_stack/input.scss, in `issues-warning' - from line 7 of /sass/spec/directives/warn/functions_in_stack/input.scss, in `calls-function-that-warns' - from line 11 of /sass/spec/directives/warn/functions_in_stack/input.scss + on line 2 of input.scss, in `issues-warning' + from line 7 of input.scss, in `calls-function-that-warns' + from line 11 of input.scss <===> warning-dart-sass WARNING: From function: testing - spec/directives/warn/functions_in_stack/input.scss 2:3 issues-warning() - spec/directives/warn/functions_in_stack/input.scss 7:11 calls-function-that-warns() - spec/directives/warn/functions_in_stack/input.scss 11:3 root stylesheet + input.scss 2:3 issues-warning() + input.scss 7:11 calls-function-that-warns() + input.scss 11:3 root stylesheet diff --git a/spec/errors/extend/placeholder/missing.hrx b/spec/errors/extend/placeholder/missing.hrx index 3ceea0e57e..d123403bdb 100644 --- a/spec/errors/extend/placeholder/missing.hrx +++ b/spec/errors/extend/placeholder/missing.hrx @@ -8,7 +8,7 @@ Error: ".baz" failed to @extend "%foo". The selector "%foo" was not found. Use "@extend %foo !optional" if the extend should be able to fail. - on line 2 of /sass/spec/errors/extend/placeholder/missing/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Use "@extend %foo !optional" to avoid this error. 2 | @extend %foo; | ^^^^^^^^^^^^ ' - /sass/spec/errors/extend/placeholder/missing/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/extend/selector/missing.hrx b/spec/errors/extend/selector/missing.hrx index c747896752..b64ef811f4 100644 --- a/spec/errors/extend/selector/missing.hrx +++ b/spec/errors/extend/selector/missing.hrx @@ -8,7 +8,7 @@ Error: ".baz" failed to @extend ".foo". The selector ".foo" was not found. Use "@extend .foo !optional" if the extend should be able to fail. - on line 2 of /sass/spec/errors/extend/selector/missing/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Use "@extend .foo !optional" to avoid this error. 2 | @extend .foo; | ^^^^^^^^^^^^ ' - /sass/spec/errors/extend/selector/missing/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/fn-adjust-color-1.hrx b/spec/errors/fn-adjust-color-1.hrx index 68f12a6b59..226eab3d22 100644 --- a/spec/errors/fn-adjust-color-1.hrx +++ b/spec/errors/fn-adjust-color-1.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: Cannot specify HSL and RGB values for a color at the same time for `adjust-color' - on line 2 of /sass/spec/errors/fn-adjust-color-1/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: RGB parameters may not be passed along with HSL parameters. 2 | test: adjust-color(red, $red: 0.5, $hue: 0.2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/fn-adjust-color-1/input.scss 2:9 root stylesheet + input.scss 2:9 root stylesheet diff --git a/spec/errors/fn-change-color-1.hrx b/spec/errors/fn-change-color-1.hrx index 2763824dad..542f7b8459 100644 --- a/spec/errors/fn-change-color-1.hrx +++ b/spec/errors/fn-change-color-1.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: Cannot specify HSL and RGB values for a color at the same time for `change-color' - on line 2 of /sass/spec/errors/fn-change-color-1/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: RGB parameters may not be passed along with HSL parameters. 2 | test: change-color(red, $red: 0.5, $hue: 0.2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/fn-change-color-1/input.scss 2:9 root stylesheet + input.scss 2:9 root stylesheet diff --git a/spec/errors/fn-debug/property.hrx b/spec/errors/fn-debug/property.hrx index 6874449205..ca7d02a17f 100644 --- a/spec/errors/fn-debug/property.hrx +++ b/spec/errors/fn-debug/property.hrx @@ -7,7 +7,7 @@ a { } <===> error Error: Illegal nesting: Only properties may be nested beneath properties. - on line 3 of /sass/spec/errors/fn-debug/property/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> output-dart-sass.css diff --git a/spec/errors/fn-debug/ruleset.hrx b/spec/errors/fn-debug/ruleset.hrx index a70ced9d17..0775519908 100644 --- a/spec/errors/fn-debug/ruleset.hrx +++ b/spec/errors/fn-debug/ruleset.hrx @@ -9,4 +9,4 @@ a { } <===> warning -/sass/spec/errors/fn-debug/ruleset/input.scss:2 DEBUG: debug +input.scss:2 DEBUG: debug diff --git a/spec/errors/fn-debug/simple.hrx b/spec/errors/fn-debug/simple.hrx index 888edea578..8ee325038a 100644 --- a/spec/errors/fn-debug/simple.hrx +++ b/spec/errors/fn-debug/simple.hrx @@ -2,4 +2,4 @@ @debug "debug"; <===> output.css <===> warning -/sass/spec/errors/fn-debug/simple/input.scss:1 DEBUG: debug +input.scss:1 DEBUG: debug diff --git a/spec/errors/fn-error/property.hrx b/spec/errors/fn-error/property.hrx index a1bc210bb9..ba15197d5f 100644 --- a/spec/errors/fn-error/property.hrx +++ b/spec/errors/fn-error/property.hrx @@ -7,7 +7,7 @@ a { } <===> error Error: Illegal nesting: Only properties may be nested beneath properties. - on line 3 of /sass/spec/errors/fn-error/property/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: "error" 3 | @error "error"; | ^^^^^^^^^^^^^^ ' - /sass/spec/errors/fn-error/property/input.scss 3:5 root stylesheet + input.scss 3:5 root stylesheet diff --git a/spec/errors/fn-error/ruleset.hrx b/spec/errors/fn-error/ruleset.hrx index 5870c6286a..6a02ccda3c 100644 --- a/spec/errors/fn-error/ruleset.hrx +++ b/spec/errors/fn-error/ruleset.hrx @@ -5,7 +5,7 @@ a { } <===> error Error: error - on line 2 of /sass/spec/errors/fn-error/ruleset/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: "error" 2 | @error "error"; | ^^^^^^^^^^^^^^ ' - /sass/spec/errors/fn-error/ruleset/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/fn-error/simple.hrx b/spec/errors/fn-error/simple.hrx index 6999afa6b7..adb3ceea3c 100644 --- a/spec/errors/fn-error/simple.hrx +++ b/spec/errors/fn-error/simple.hrx @@ -2,7 +2,7 @@ @error "error"; <===> error Error: error - on line 1 of /sass/spec/errors/fn-error/simple/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -11,4 +11,4 @@ Error: "error" 1 | @error "error"; | ^^^^^^^^^^^^^^ ' - /sass/spec/errors/fn-error/simple/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/errors/fn-random-1.hrx b/spec/errors/fn-random-1.hrx index b45f0e56a9..24d28efa2b 100644 --- a/spec/errors/fn-random-1.hrx +++ b/spec/errors/fn-random-1.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: Expected $limit to be an integer but got 1.5 for `random' - on line 2 of /sass/spec/errors/fn-random-1/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: $limit: 1.5 is not an int. 2 | test: random(1.5); | ^^^^^^^^^^^ ' - /sass/spec/errors/fn-random-1/input.scss 2:9 root stylesheet + input.scss 2:9 root stylesheet diff --git a/spec/errors/fn-random-2.hrx b/spec/errors/fn-random-2.hrx index ed185bace7..7389feb8f3 100644 --- a/spec/errors/fn-random-2.hrx +++ b/spec/errors/fn-random-2.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: $limit -4 must be greater than or equal to 1 for `random' - on line 2 of /sass/spec/errors/fn-random-2/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: $limit: Must be greater than 0, was -4. 2 | test: random(-4); | ^^^^^^^^^^ ' - /sass/spec/errors/fn-random-2/input.scss 2:9 root stylesheet + input.scss 2:9 root stylesheet diff --git a/spec/errors/fn-saturate-out-of-range.hrx b/spec/errors/fn-saturate-out-of-range.hrx index 31da0c648d..7d97c42449 100644 --- a/spec/errors/fn-saturate-out-of-range.hrx +++ b/spec/errors/fn-saturate-out-of-range.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: Amount 125 must be between 0% and 100% for `saturate' - on line 2 of /sass/spec/errors/fn-saturate-out-of-range/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,11 +13,11 @@ Error: Expected 125 to be within 0 and 100. 2 | bar: saturate(red, 125); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/fn-saturate-out-of-range/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet <===> error-libsass Error: argument `$amount` of `saturate($color, $amount: false)` must be between -0 and 100 - on line 2:8 of /sass/spec/errors/fn-saturate-out-of-range/input.scss, in function `saturate` - from line 2:8 of /sass/spec/errors/fn-saturate-out-of-range/input.scss + on line 2:8 of input.scss, in function `saturate` + from line 2:8 of input.scss >> bar: saturate(red, 125); -------^ diff --git a/spec/errors/fn-scale-color-1.hrx b/spec/errors/fn-scale-color-1.hrx index f2b794e9b5..1263765671 100644 --- a/spec/errors/fn-scale-color-1.hrx +++ b/spec/errors/fn-scale-color-1.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: Expected $red to have a unit of % but got 0.5 for `scale-color' - on line 2 of /sass/spec/errors/fn-scale-color-1/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,11 +13,11 @@ Error: $red: Expected 0.5 to have unit "%". 2 | test: scale-color(red, $red: 0.5, $hue: 0.2); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/fn-scale-color-1/input.scss 2:9 root stylesheet + input.scss 2:9 root stylesheet <===> error-libsass Error: Cannot specify HSL and RGB values for a color at the same time for `scale-color' - on line 2:9 of /sass/spec/errors/fn-scale-color-1/input.scss, in function `scale-color` - from line 2:9 of /sass/spec/errors/fn-scale-color-1/input.scss + on line 2:9 of input.scss, in function `scale-color` + from line 2:9 of input.scss >> test: scale-color(red, $red: 0.5, $hue: 0.2); --------^ diff --git a/spec/errors/fn-varargs/at-start.hrx b/spec/errors/fn-varargs/at-start.hrx index 53c8d9893d..51d0a59d96 100644 --- a/spec/errors/fn-varargs/at-start.hrx +++ b/spec/errors/fn-varargs/at-start.hrx @@ -2,7 +2,7 @@ @function test($rest...,$param) {} <===> error Error: Invalid CSS after "...n test($rest...": expected ")", was ",$param) {}" - on line 1 of /sass/spec/errors/fn-varargs/at-start/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -11,10 +11,10 @@ Error: expected ")". 1 | @function test($rest...,$param) {} | ^ ' - /sass/spec/errors/fn-varargs/at-start/input.scss 1:24 root stylesheet + input.scss 1:24 root stylesheet <===> error-libsass Error: required parameters must precede variable-length parameters - on line 1 of /sass/spec/errors/fn-varargs/at-start/input.scss + on line 1 of input.scss >> @function test($rest...,$param) {} ------------------------^ diff --git a/spec/errors/fn-varargs/multiple.hrx b/spec/errors/fn-varargs/multiple.hrx index 18ff423ddf..d046fe38bb 100644 --- a/spec/errors/fn-varargs/multiple.hrx +++ b/spec/errors/fn-varargs/multiple.hrx @@ -2,7 +2,7 @@ @function test($param...,$rest...) {} <===> error Error: Invalid CSS after "... test($param...": expected ")", was ",$rest...) {}" - on line 1 of /sass/spec/errors/fn-varargs/multiple/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -11,10 +11,10 @@ Error: expected ")". 1 | @function test($param...,$rest...) {} | ^ ' - /sass/spec/errors/fn-varargs/multiple/input.scss 1:25 root stylesheet + input.scss 1:25 root stylesheet <===> error-libsass Error: functions and mixins cannot have more than one variable-length parameter - on line 1 of /sass/spec/errors/fn-varargs/multiple/input.scss + on line 1 of input.scss >> @function test($param...,$rest...) {} -------------------------^ diff --git a/spec/errors/fn-varargs/with-default.hrx b/spec/errors/fn-varargs/with-default.hrx index 0fe4dab7f8..fc39dbcfd6 100644 --- a/spec/errors/fn-varargs/with-default.hrx +++ b/spec/errors/fn-varargs/with-default.hrx @@ -2,7 +2,7 @@ @function test($param...:"default") {} <===> error Error: Invalid CSS after "... test($param...": expected ")", was ":"default") {}" - on line 1 of /sass/spec/errors/fn-varargs/with-default/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -11,10 +11,10 @@ Error: expected ")". 1 | @function test($param...:"default") {} | ^ ' - /sass/spec/errors/fn-varargs/with-default/input.scss 1:25 root stylesheet + input.scss 1:25 root stylesheet <===> error-libsass Error: Invalid CSS after "... test($param...": expected ")", was ':"default") {}' - on line 1:22 of /sass/spec/errors/fn-varargs/with-default/input.scss + on line 1:22 of input.scss >> @function test($param...:"default") {} ---------------------^ diff --git a/spec/errors/fn-warn/property.hrx b/spec/errors/fn-warn/property.hrx index 9087cfd4bc..70d140b012 100644 --- a/spec/errors/fn-warn/property.hrx +++ b/spec/errors/fn-warn/property.hrx @@ -7,7 +7,7 @@ a { } <===> error Error: Illegal nesting: Only properties may be nested beneath properties. - on line 3 of /sass/spec/errors/fn-warn/property/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> output-dart-sass.css @@ -17,4 +17,4 @@ a { <===> warning-dart-sass WARNING: warn - spec/errors/fn-warn/property/input.scss 3:5 root stylesheet + input.scss 3:5 root stylesheet diff --git a/spec/errors/fn-warn/ruleset.hrx b/spec/errors/fn-warn/ruleset.hrx index 26c7366e49..33e0eae51b 100644 --- a/spec/errors/fn-warn/ruleset.hrx +++ b/spec/errors/fn-warn/ruleset.hrx @@ -10,8 +10,8 @@ a { <===> warning WARNING: warn - on line 2 of /sass/spec/errors/fn-warn/ruleset/input.scss + on line 2 of input.scss <===> warning-dart-sass WARNING: warn - spec/errors/fn-warn/ruleset/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/fn-warn/simple.hrx b/spec/errors/fn-warn/simple.hrx index d6e07858d5..cc995fef7f 100644 --- a/spec/errors/fn-warn/simple.hrx +++ b/spec/errors/fn-warn/simple.hrx @@ -3,8 +3,8 @@ <===> output.css <===> warning WARNING: warn - on line 1 of /sass/spec/errors/fn-warn/simple/input.scss + on line 1 of input.scss <===> warning-dart-sass WARNING: warn - spec/errors/fn-warn/simple/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/errors/for-incompatible-units-fn.hrx b/spec/errors/for-incompatible-units-fn.hrx index 3d0a93a829..0ebc518483 100644 --- a/spec/errors/for-incompatible-units-fn.hrx +++ b/spec/errors/for-incompatible-units-fn.hrx @@ -6,7 +6,7 @@ foo { bar: test(); } <===> error Error: Incompatible units: 'px' and '%'. - on line 2 of /sass/spec/errors/for-incompatible-units-fn/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,5 +15,5 @@ Error: Incompatible units % and px. 2 | @for $i from 100% through 42px {} | ^^^^ ' - /sass/spec/errors/for-incompatible-units-fn/input.scss 2:16 test() - /sass/spec/errors/for-incompatible-units-fn/input.scss 5:12 root stylesheet + input.scss 2:16 test() + input.scss 5:12 root stylesheet diff --git a/spec/errors/for-incompatible-units.hrx b/spec/errors/for-incompatible-units.hrx index 324fa98dfe..7eca0572b1 100644 --- a/spec/errors/for-incompatible-units.hrx +++ b/spec/errors/for-incompatible-units.hrx @@ -2,7 +2,7 @@ @for $i from 100% through 42px {} <===> error Error: Incompatible units: 'px' and '%'. - on line 1 of /sass/spec/errors/for-incompatible-units/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -11,10 +11,10 @@ Error: Incompatible units % and px. 1 | @for $i from 100% through 42px {} | ^^^^ ' - /sass/spec/errors/for-incompatible-units/input.scss 1:14 root stylesheet + input.scss 1:14 root stylesheet <===> error-libsass Error: Incompatible units: '%' and 'px'. - on line 1:14 of /sass/spec/errors/for-incompatible-units/input.scss + on line 1:14 of input.scss >> @for $i from 100% through 42px {} -------------^ diff --git a/spec/errors/import/file/control-else.hrx b/spec/errors/import/file/control-else.hrx index 339d33458c..e2498cde89 100644 --- a/spec/errors/import/file/control-else.hrx +++ b/spec/errors/import/file/control-else.hrx @@ -7,7 +7,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 3 of /sass/spec/errors/import/file/control-else/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: This at-rule is not allowed here. 3 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/control-else/input.scss 3:3 root stylesheet + input.scss 3:3 root stylesheet diff --git a/spec/errors/import/file/control-if.hrx b/spec/errors/import/file/control-if.hrx index 3889337c37..5094dda8ac 100644 --- a/spec/errors/import/file/control-if.hrx +++ b/spec/errors/import/file/control-if.hrx @@ -6,7 +6,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/file/control-if/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/control-if/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/file/loop/each.hrx b/spec/errors/import/file/loop/each.hrx index 9863d3641a..b8bb3a5bf2 100644 --- a/spec/errors/import/file/loop/each.hrx +++ b/spec/errors/import/file/loop/each.hrx @@ -6,7 +6,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/file/loop/each/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/loop/each/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/file/loop/for.hrx b/spec/errors/import/file/loop/for.hrx index 78600a7236..5714074ce9 100644 --- a/spec/errors/import/file/loop/for.hrx +++ b/spec/errors/import/file/loop/for.hrx @@ -6,7 +6,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/file/loop/for/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/loop/for/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/file/loop/while.hrx b/spec/errors/import/file/loop/while.hrx index e2a52111ae..6d117248e7 100644 --- a/spec/errors/import/file/loop/while.hrx +++ b/spec/errors/import/file/loop/while.hrx @@ -8,7 +8,7 @@ $count: 0; <===> error Error: Import directives may not be used within control directives or mixins. - on line 3 of /sass/spec/errors/import/file/loop/while/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: This at-rule is not allowed here. 3 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/loop/while/input.scss 3:3 root stylesheet + input.scss 3:3 root stylesheet diff --git a/spec/errors/import/file/mixin/control-else/inside.hrx b/spec/errors/import/file/mixin/control-else/inside.hrx index 97783da6a3..64cf13d322 100644 --- a/spec/errors/import/file/mixin/control-else/inside.hrx +++ b/spec/errors/import/file/mixin/control-else/inside.hrx @@ -12,7 +12,7 @@ foo { } <===> error Error: Import directives may not be used within control directives or mixins. - on line 4 of /sass/spec/errors/import/file/mixin/control-else/inside/input.scss + on line 4 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -21,4 +21,4 @@ Error: This at-rule is not allowed here. 4 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/mixin/control-else/inside/input.scss 4:5 root stylesheet + input.scss 4:5 root stylesheet diff --git a/spec/errors/import/file/mixin/control-else/outside.hrx b/spec/errors/import/file/mixin/control-else/outside.hrx index 02169a08a3..950d0105a5 100644 --- a/spec/errors/import/file/mixin/control-else/outside.hrx +++ b/spec/errors/import/file/mixin/control-else/outside.hrx @@ -11,7 +11,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/file/mixin/control-else/outside/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,4 +20,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/mixin/control-else/outside/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/file/mixin/control-if/inside.hrx b/spec/errors/import/file/mixin/control-if/inside.hrx index 0d4bf6359f..fa72270b48 100644 --- a/spec/errors/import/file/mixin/control-if/inside.hrx +++ b/spec/errors/import/file/mixin/control-if/inside.hrx @@ -11,7 +11,7 @@ foo { } <===> error Error: Import directives may not be used within control directives or mixins. - on line 3 of /sass/spec/errors/import/file/mixin/control-if/inside/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,4 +20,4 @@ Error: This at-rule is not allowed here. 3 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/mixin/control-if/inside/input.scss 3:5 root stylesheet + input.scss 3:5 root stylesheet diff --git a/spec/errors/import/file/mixin/control-if/outside.hrx b/spec/errors/import/file/mixin/control-if/outside.hrx index 1c237eb6bc..80f6e8cfae 100644 --- a/spec/errors/import/file/mixin/control-if/outside.hrx +++ b/spec/errors/import/file/mixin/control-if/outside.hrx @@ -9,7 +9,7 @@ } <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/file/mixin/control-if/outside/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/file/mixin/control-if/outside/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/file/mixin/simple/inside.hrx b/spec/errors/import/file/mixin/simple/inside.hrx index 8e2b1d5760..762d0382db 100644 --- a/spec/errors/import/file/mixin/simple/inside.hrx +++ b/spec/errors/import/file/mixin/simple/inside.hrx @@ -9,8 +9,8 @@ foo { } <===> error Error: Undefined variable: "$family". - on line 2 of /sass/spec/errors/import/file/mixin/simple/inside/input.scss, in `import-google-fonts' - from line 6 of /sass/spec/errors/import/file/mixin/simple/inside/input.scss + on line 2 of input.scss, in `import-google-fonts' + from line 6 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,5 +19,5 @@ Error: Undefined variable. 2 | @import url("http://fonts.googleapis.com/css?family=#{$family}"); | ^^^^^^^ ' - /sass/spec/errors/import/file/mixin/simple/inside/input.scss 2:57 import-google-fonts() - /sass/spec/errors/import/file/mixin/simple/inside/input.scss 6:3 root stylesheet + input.scss 2:57 import-google-fonts() + input.scss 6:3 root stylesheet diff --git a/spec/errors/import/miss/control-else.hrx b/spec/errors/import/miss/control-else.hrx index 2c81bc72c2..d5b70731b9 100644 --- a/spec/errors/import/miss/control-else.hrx +++ b/spec/errors/import/miss/control-else.hrx @@ -6,7 +6,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 3 of /sass/spec/errors/import/miss/control-else/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: This at-rule is not allowed here. 3 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/control-else/input.scss 3:3 root stylesheet + input.scss 3:3 root stylesheet diff --git a/spec/errors/import/miss/control-if.hrx b/spec/errors/import/miss/control-if.hrx index 5db9cfea08..68990102c8 100644 --- a/spec/errors/import/miss/control-if.hrx +++ b/spec/errors/import/miss/control-if.hrx @@ -5,7 +5,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/miss/control-if/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/control-if/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/miss/loop/each.hrx b/spec/errors/import/miss/loop/each.hrx index 165f0e15b4..ba65db0c6d 100644 --- a/spec/errors/import/miss/loop/each.hrx +++ b/spec/errors/import/miss/loop/each.hrx @@ -5,7 +5,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/miss/loop/each/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/loop/each/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/miss/loop/for.hrx b/spec/errors/import/miss/loop/for.hrx index dbcb3cfdb5..e5fc163410 100644 --- a/spec/errors/import/miss/loop/for.hrx +++ b/spec/errors/import/miss/loop/for.hrx @@ -5,7 +5,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/miss/loop/for/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/loop/for/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/miss/loop/while.hrx b/spec/errors/import/miss/loop/while.hrx index 4cbac9f086..dd742b67ec 100644 --- a/spec/errors/import/miss/loop/while.hrx +++ b/spec/errors/import/miss/loop/while.hrx @@ -7,7 +7,7 @@ $count: 0; <===> error Error: Import directives may not be used within control directives or mixins. - on line 3 of /sass/spec/errors/import/miss/loop/while/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: This at-rule is not allowed here. 3 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/loop/while/input.scss 3:3 root stylesheet + input.scss 3:3 root stylesheet diff --git a/spec/errors/import/miss/mixin/control-else/inside.hrx b/spec/errors/import/miss/mixin/control-else/inside.hrx index 3edf0f687c..8b4e2ca120 100644 --- a/spec/errors/import/miss/mixin/control-else/inside.hrx +++ b/spec/errors/import/miss/mixin/control-else/inside.hrx @@ -11,7 +11,7 @@ foo { } <===> error Error: Import directives may not be used within control directives or mixins. - on line 4 of /sass/spec/errors/import/miss/mixin/control-else/inside/input.scss + on line 4 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,4 +20,4 @@ Error: This at-rule is not allowed here. 4 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/mixin/control-else/inside/input.scss 4:5 root stylesheet + input.scss 4:5 root stylesheet diff --git a/spec/errors/import/miss/mixin/control-else/outside.hrx b/spec/errors/import/miss/mixin/control-else/outside.hrx index 73092f4352..4d3936a18f 100644 --- a/spec/errors/import/miss/mixin/control-else/outside.hrx +++ b/spec/errors/import/miss/mixin/control-else/outside.hrx @@ -10,7 +10,7 @@ <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/miss/mixin/control-else/outside/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/mixin/control-else/outside/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/miss/mixin/control-if/inside.hrx b/spec/errors/import/miss/mixin/control-if/inside.hrx index 90837bcb72..e4b7799303 100644 --- a/spec/errors/import/miss/mixin/control-if/inside.hrx +++ b/spec/errors/import/miss/mixin/control-if/inside.hrx @@ -10,7 +10,7 @@ foo { } <===> error Error: Import directives may not be used within control directives or mixins. - on line 3 of /sass/spec/errors/import/miss/mixin/control-if/inside/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: This at-rule is not allowed here. 3 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/mixin/control-if/inside/input.scss 3:5 root stylesheet + input.scss 3:5 root stylesheet diff --git a/spec/errors/import/miss/mixin/control-if/outside.hrx b/spec/errors/import/miss/mixin/control-if/outside.hrx index 65ef260e63..c3068fe6cb 100644 --- a/spec/errors/import/miss/mixin/control-if/outside.hrx +++ b/spec/errors/import/miss/mixin/control-if/outside.hrx @@ -8,7 +8,7 @@ } <===> error Error: Import directives may not be used within control directives or mixins. - on line 2 of /sass/spec/errors/import/miss/mixin/control-if/outside/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: This at-rule is not allowed here. 2 | @import '_include'; | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/import/miss/mixin/control-if/outside/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/import/miss/mixin/simple/inside.hrx b/spec/errors/import/miss/mixin/simple/inside.hrx index 0a0291455e..dd2f99ed1d 100644 --- a/spec/errors/import/miss/mixin/simple/inside.hrx +++ b/spec/errors/import/miss/mixin/simple/inside.hrx @@ -8,8 +8,8 @@ foo { } <===> error Error: Undefined variable: "$family". - on line 2 of /sass/spec/errors/import/miss/mixin/simple/inside/input.scss, in `import-google-fonts' - from line 6 of /sass/spec/errors/import/miss/mixin/simple/inside/input.scss + on line 2 of input.scss, in `import-google-fonts' + from line 6 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,5 +18,5 @@ Error: Undefined variable. 2 | @import url("http://fonts.googleapis.com/css?family=#{$family}"); | ^^^^^^^ ' - /sass/spec/errors/import/miss/mixin/simple/inside/input.scss 2:57 import-google-fonts() - /sass/spec/errors/import/miss/mixin/simple/inside/input.scss 6:3 root stylesheet + input.scss 2:57 import-google-fonts() + input.scss 6:3 root stylesheet diff --git a/spec/errors/import/url/mixin/simple/inside.hrx b/spec/errors/import/url/mixin/simple/inside.hrx index 65aa664bde..dd2f99ed1d 100644 --- a/spec/errors/import/url/mixin/simple/inside.hrx +++ b/spec/errors/import/url/mixin/simple/inside.hrx @@ -8,8 +8,8 @@ foo { } <===> error Error: Undefined variable: "$family". - on line 2 of /sass/spec/errors/import/url/mixin/simple/inside/input.scss, in `import-google-fonts' - from line 6 of /sass/spec/errors/import/url/mixin/simple/inside/input.scss + on line 2 of input.scss, in `import-google-fonts' + from line 6 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,5 +18,5 @@ Error: Undefined variable. 2 | @import url("http://fonts.googleapis.com/css?family=#{$family}"); | ^^^^^^^ ' - /sass/spec/errors/import/url/mixin/simple/inside/input.scss 2:57 import-google-fonts() - /sass/spec/errors/import/url/mixin/simple/inside/input.scss 6:3 root stylesheet + input.scss 2:57 import-google-fonts() + input.scss 6:3 root stylesheet diff --git a/spec/errors/interpolation/error-1.hrx b/spec/errors/interpolation/error-1.hrx index e690eb22e5..bafb75eaa1 100644 --- a/spec/errors/interpolation/error-1.hrx +++ b/spec/errors/interpolation/error-1.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "'#{": expected expression (e.g. 1px, bold), was ")'{" - on line 1 of /sass/spec/errors/interpolation/error-1/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: Expected expression. 1 | '#{)'{ | ^^ ' - /sass/spec/errors/interpolation/error-1/input.scss 1:2 root stylesheet + input.scss 1:2 root stylesheet diff --git a/spec/errors/invalid-operation/gt.hrx b/spec/errors/invalid-operation/gt.hrx index 4959ceb0a5..caf3f4ba43 100644 --- a/spec/errors/invalid-operation/gt.hrx +++ b/spec/errors/invalid-operation/gt.hrx @@ -4,7 +4,7 @@ test { } <===> error Error: Undefined operation: "2px gt red". - on line 2 of /sass/spec/errors/invalid-operation/gt/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Undefined operation "2px > red". 2 | err: 2px > red; | ^^^^^^^^^ ' - /sass/spec/errors/invalid-operation/gt/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/errors/invalid-operation/gte.hrx b/spec/errors/invalid-operation/gte.hrx index f812a2b3a9..86c89d73ec 100644 --- a/spec/errors/invalid-operation/gte.hrx +++ b/spec/errors/invalid-operation/gte.hrx @@ -4,7 +4,7 @@ test { } <===> error Error: Undefined operation: "2px gte red". - on line 2 of /sass/spec/errors/invalid-operation/gte/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Undefined operation "2px >= red". 2 | err: 2px >= red; | ^^^^^^^^^^ ' - /sass/spec/errors/invalid-operation/gte/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/errors/invalid-operation/lt.hrx b/spec/errors/invalid-operation/lt.hrx index 50d7ac7fc0..e1cb66f26d 100644 --- a/spec/errors/invalid-operation/lt.hrx +++ b/spec/errors/invalid-operation/lt.hrx @@ -4,7 +4,7 @@ test { } <===> error Error: Undefined operation: "2px lt red". - on line 2 of /sass/spec/errors/invalid-operation/lt/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Undefined operation "2px < red". 2 | err: 2px < red; | ^^^^^^^^^ ' - /sass/spec/errors/invalid-operation/lt/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/errors/invalid-operation/lte.hrx b/spec/errors/invalid-operation/lte.hrx index ee673248ed..cc4c123cc6 100644 --- a/spec/errors/invalid-operation/lte.hrx +++ b/spec/errors/invalid-operation/lte.hrx @@ -4,7 +4,7 @@ test { } <===> error Error: Undefined operation: "2px lte red". - on line 2 of /sass/spec/errors/invalid-operation/lte/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Undefined operation "2px <= red". 2 | err: 2px <= red; | ^^^^^^^^^^ ' - /sass/spec/errors/invalid-operation/lte/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/errors/invalid-operation/mod.hrx b/spec/errors/invalid-operation/mod.hrx index 20f74e3c7a..9e6be6d110 100644 --- a/spec/errors/invalid-operation/mod.hrx +++ b/spec/errors/invalid-operation/mod.hrx @@ -4,7 +4,7 @@ test { } <===> error Error: Undefined operation: "2px mod red". - on line 2:8 of /sass/spec/errors/invalid-operation/mod/input.scss + on line 2:8 of input.scss >> err: 2px % red; -------^ @@ -14,4 +14,4 @@ Error: Undefined operation "2px % red". 2 | err: 2px % red; | ^^^^^^^^^ ' - /sass/spec/errors/invalid-operation/mod/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/errors/invalid-operation/plus.hrx b/spec/errors/invalid-operation/plus.hrx index fd0f828767..00d7cab2a5 100644 --- a/spec/errors/invalid-operation/plus.hrx +++ b/spec/errors/invalid-operation/plus.hrx @@ -10,7 +10,7 @@ test { } <===> error Error: Undefined operation: "2px plus red". - on line 2 of /sass/spec/errors/invalid-operation/plus/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: Undefined operation "2px + red". 2 | err: 2px + red; | ^^^^^^^^^ ' - /sass/spec/errors/invalid-operation/plus/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/errors/invalid-operation/sub.hrx b/spec/errors/invalid-operation/sub.hrx index 103b64d769..8b199d3768 100644 --- a/spec/errors/invalid-operation/sub.hrx +++ b/spec/errors/invalid-operation/sub.hrx @@ -4,7 +4,7 @@ test { } <===> error Error: Incompatible units: 'px' and ''. - on line 2 of /sass/spec/errors/invalid-operation/sub/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,10 +13,10 @@ Error: Incompatible units px*px and px. 2 | err: 2px - 2px*2px; | ^^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-operation/sub/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet <===> error-libsass Error: Incompatible units: 'px*px' and 'px'. - on line 2:8 of /sass/spec/errors/invalid-operation/sub/input.scss + on line 2:8 of input.scss >> err: 2px - 2px*2px; -------^ diff --git a/spec/errors/invalid-operation/times.hrx b/spec/errors/invalid-operation/times.hrx index af4b548011..96a3e9f501 100644 --- a/spec/errors/invalid-operation/times.hrx +++ b/spec/errors/invalid-operation/times.hrx @@ -10,7 +10,7 @@ test { } <===> error Error: Undefined operation: "2px times red". - on line 2 of /sass/spec/errors/invalid-operation/times/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: Undefined operation "2px * red". 2 | err: 2px * red; | ^^^^^^^^^ ' - /sass/spec/errors/invalid-operation/times/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/errors/invalid-parent/function-in-each.hrx b/spec/errors/invalid-parent/function-in-each.hrx index f9a3d7773c..abc120e175 100644 --- a/spec/errors/invalid-parent/function-in-each.hrx +++ b/spec/errors/invalid-parent/function-in-each.hrx @@ -4,7 +4,7 @@ } <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/function-in-each/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Functions may not be declared in control directives. 2 | @function foo() {} | ^^^^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/function-in-each/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/function-in-for.hrx b/spec/errors/invalid-parent/function-in-for.hrx index 26f156e28b..5840550ff6 100644 --- a/spec/errors/invalid-parent/function-in-for.hrx +++ b/spec/errors/invalid-parent/function-in-for.hrx @@ -4,7 +4,7 @@ } <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/function-in-for/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Functions may not be declared in control directives. 2 | @function foo() {} | ^^^^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/function-in-for/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/function-in-function.hrx b/spec/errors/invalid-parent/function-in-function.hrx index cb6e9e434c..f90f6424fb 100644 --- a/spec/errors/invalid-parent/function-in-function.hrx +++ b/spec/errors/invalid-parent/function-in-function.hrx @@ -4,7 +4,7 @@ } <===> error Error: Functions can only contain variable declarations and control directives. - on line 2 of /sass/spec/errors/invalid-parent/function-in-function/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: This at-rule is not allowed here. 2 | @function bar() {} | ^^^^^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/function-in-function/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/function-in-if.hrx b/spec/errors/invalid-parent/function-in-if.hrx index 70d6987420..7e543d1fae 100644 --- a/spec/errors/invalid-parent/function-in-if.hrx +++ b/spec/errors/invalid-parent/function-in-if.hrx @@ -4,7 +4,7 @@ } <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/function-in-if/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Functions may not be declared in control directives. 2 | @function foo() {} | ^^^^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/function-in-if/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/function-in-mixin.hrx b/spec/errors/invalid-parent/function-in-mixin.hrx index cb539018fb..a0ffd00bf2 100644 --- a/spec/errors/invalid-parent/function-in-mixin.hrx +++ b/spec/errors/invalid-parent/function-in-mixin.hrx @@ -7,7 +7,7 @@ foo { } <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/function-in-mixin/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: Mixins may not contain function declarations. 2 | @function foo() {} | ^^^^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/function-in-mixin/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/function-in-while.hrx b/spec/errors/invalid-parent/function-in-while.hrx index 8f188bf728..6726d676ee 100644 --- a/spec/errors/invalid-parent/function-in-while.hrx +++ b/spec/errors/invalid-parent/function-in-while.hrx @@ -4,7 +4,7 @@ } <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/function-in-while/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Functions may not be declared in control directives. 2 | @function foo() {} | ^^^^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/function-in-while/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/mixin-in-each.hrx b/spec/errors/invalid-parent/mixin-in-each.hrx index fd3c115c68..50f81194c1 100644 --- a/spec/errors/invalid-parent/mixin-in-each.hrx +++ b/spec/errors/invalid-parent/mixin-in-each.hrx @@ -4,7 +4,7 @@ } <===> error Error: Mixins may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/mixin-in-each/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Mixins may not be declared in control directives. 2 | @mixin foo() {} | ^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/mixin-in-each/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/mixin-in-for.hrx b/spec/errors/invalid-parent/mixin-in-for.hrx index 689886cc13..252392f088 100644 --- a/spec/errors/invalid-parent/mixin-in-for.hrx +++ b/spec/errors/invalid-parent/mixin-in-for.hrx @@ -4,7 +4,7 @@ } <===> error Error: Mixins may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/mixin-in-for/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Mixins may not be declared in control directives. 2 | @mixin foo() {} | ^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/mixin-in-for/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/mixin-in-function.hrx b/spec/errors/invalid-parent/mixin-in-function.hrx index 3460ada02c..e491514e13 100644 --- a/spec/errors/invalid-parent/mixin-in-function.hrx +++ b/spec/errors/invalid-parent/mixin-in-function.hrx @@ -4,7 +4,7 @@ } <===> error Error: Functions can only contain variable declarations and control directives. - on line 2 of /sass/spec/errors/invalid-parent/mixin-in-function/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: This at-rule is not allowed here. 2 | @mixin bar() {} | ^^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/mixin-in-function/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/mixin-in-if.hrx b/spec/errors/invalid-parent/mixin-in-if.hrx index 694195305b..6a313ce62d 100644 --- a/spec/errors/invalid-parent/mixin-in-if.hrx +++ b/spec/errors/invalid-parent/mixin-in-if.hrx @@ -4,7 +4,7 @@ } <===> error Error: Mixins may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/mixin-in-if/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Mixins may not be declared in control directives. 2 | @mixin foo() {} | ^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/mixin-in-if/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/mixin-in-mixin.hrx b/spec/errors/invalid-parent/mixin-in-mixin.hrx index 6185616843..fecae63f8d 100644 --- a/spec/errors/invalid-parent/mixin-in-mixin.hrx +++ b/spec/errors/invalid-parent/mixin-in-mixin.hrx @@ -7,7 +7,7 @@ foo { } <===> error Error: Mixins may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/mixin-in-mixin/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: Mixins may not contain mixin declarations. 2 | @mixin foo() {} | ^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/mixin-in-mixin/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/mixin-in-while.hrx b/spec/errors/invalid-parent/mixin-in-while.hrx index c777719b16..ac68ee9e98 100644 --- a/spec/errors/invalid-parent/mixin-in-while.hrx +++ b/spec/errors/invalid-parent/mixin-in-while.hrx @@ -4,7 +4,7 @@ } <===> error Error: Mixins may not be defined within control directives or other mixins. - on line 2 of /sass/spec/errors/invalid-parent/mixin-in-while/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Mixins may not be declared in control directives. 2 | @mixin foo() {} | ^^^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/mixin-in-while/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/return-in-mixin.hrx b/spec/errors/invalid-parent/return-in-mixin.hrx index 7a820267de..52d5635946 100644 --- a/spec/errors/invalid-parent/return-in-mixin.hrx +++ b/spec/errors/invalid-parent/return-in-mixin.hrx @@ -8,7 +8,7 @@ foo { } <===> error Error: @return may only be used within a function. - on line 2 of /sass/spec/errors/invalid-parent/return-in-mixin/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: This at-rule is not allowed here. 2 | @return 42; | ^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/return-in-mixin/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/invalid-parent/return-in-root.hrx b/spec/errors/invalid-parent/return-in-root.hrx index 8f6c2b09b0..9c00c72c7d 100644 --- a/spec/errors/invalid-parent/return-in-root.hrx +++ b/spec/errors/invalid-parent/return-in-root.hrx @@ -2,7 +2,7 @@ @return 42; <===> error Error: @return may only be used within a function. - on line 1 of /sass/spec/errors/invalid-parent/return-in-root/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -11,4 +11,4 @@ Error: This at-rule is not allowed here. 1 | @return 42; | ^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/return-in-root/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/errors/invalid-parent/return-in-ruleset.hrx b/spec/errors/invalid-parent/return-in-ruleset.hrx index e4451c44c1..9c6f416cdb 100644 --- a/spec/errors/invalid-parent/return-in-ruleset.hrx +++ b/spec/errors/invalid-parent/return-in-ruleset.hrx @@ -4,7 +4,7 @@ ruleset { } <===> error Error: @return may only be used within a function. - on line 2 of /sass/spec/errors/invalid-parent/return-in-ruleset/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: This at-rule is not allowed here. 2 | @return 42; | ^^^^^^^^^^ ' - /sass/spec/errors/invalid-parent/return-in-ruleset/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/errors/loop-for/numeric/lower_eval.hrx b/spec/errors/loop-for/numeric/lower_eval.hrx index 531e97629d..4362c20520 100644 --- a/spec/errors/loop-for/numeric/lower_eval.hrx +++ b/spec/errors/loop-for/numeric/lower_eval.hrx @@ -8,7 +8,7 @@ bar { baz: foo(); } <===> error Error: "foo" is not an integer. - on line 2 of /sass/spec/errors/loop-for/numeric/lower_eval/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,5 +17,5 @@ Error: "foo" is not a number. 2 | @for $i from "foo" through 4 { | ^^^^^ ' - /sass/spec/errors/loop-for/numeric/lower_eval/input.scss 2:15 foo() - /sass/spec/errors/loop-for/numeric/lower_eval/input.scss 7:12 root stylesheet + input.scss 2:15 foo() + input.scss 7:12 root stylesheet diff --git a/spec/errors/loop-for/numeric/lower_expand.hrx b/spec/errors/loop-for/numeric/lower_expand.hrx index a964fce7ac..162fc7ddc7 100644 --- a/spec/errors/loop-for/numeric/lower_expand.hrx +++ b/spec/errors/loop-for/numeric/lower_expand.hrx @@ -4,7 +4,7 @@ } <===> error Error: "foo" is not an integer. - on line 1 of /sass/spec/errors/loop-for/numeric/lower_expand/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: "foo" is not a number. 1 | @for $i from "foo" through 4 { | ^^^^^ ' - /sass/spec/errors/loop-for/numeric/lower_expand/input.scss 1:14 root stylesheet + input.scss 1:14 root stylesheet diff --git a/spec/errors/loop-for/numeric/upper_eval.hrx b/spec/errors/loop-for/numeric/upper_eval.hrx index 9db3771a9b..0b2ac82eb3 100644 --- a/spec/errors/loop-for/numeric/upper_eval.hrx +++ b/spec/errors/loop-for/numeric/upper_eval.hrx @@ -8,7 +8,7 @@ bar { baz: foo(); } <===> error Error: "foo" is not an integer. - on line 2 of /sass/spec/errors/loop-for/numeric/upper_eval/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,5 +17,5 @@ Error: "foo" is not a number. 2 | @for $i from 1 through "foo" { | ^^^^^ ' - /sass/spec/errors/loop-for/numeric/upper_eval/input.scss 2:25 foo() - /sass/spec/errors/loop-for/numeric/upper_eval/input.scss 7:12 root stylesheet + input.scss 2:25 foo() + input.scss 7:12 root stylesheet diff --git a/spec/errors/loop-for/numeric/upper_expand.hrx b/spec/errors/loop-for/numeric/upper_expand.hrx index cdf5858b43..5d0d56052f 100644 --- a/spec/errors/loop-for/numeric/upper_expand.hrx +++ b/spec/errors/loop-for/numeric/upper_expand.hrx @@ -4,7 +4,7 @@ } <===> error Error: "foo" is not an integer. - on line 1 of /sass/spec/errors/loop-for/numeric/upper_expand/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: "foo" is not a number. 1 | @for $i from 1 through "foo" { | ^^^^^ ' - /sass/spec/errors/loop-for/numeric/upper_expand/input.scss 1:24 root stylesheet + input.scss 1:24 root stylesheet diff --git a/spec/errors/unicode/report/after/error b/spec/errors/unicode/report/after/error index 4852e34c39..8549192d95 100644 --- a/spec/errors/unicode/report/after/error +++ b/spec/errors/unicode/report/after/error @@ -1,3 +1,3 @@ Error: Invalid CSS after "foo{;öüäöüäöü": expected "{", was "" - on line 1 of /sass/spec/errors/unicode/report/after/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/errors/unicode/report/after/error-dart-sass b/spec/errors/unicode/report/after/error-dart-sass index 01b0e20f8e..e2b32902f0 100644 --- a/spec/errors/unicode/report/after/error-dart-sass +++ b/spec/errors/unicode/report/after/error-dart-sass @@ -3,4 +3,4 @@ Error: expected "{". 1 | foo{;öüäöüäöü | ^ ' - /sass/spec/errors/unicode/report/after/input.scss 1:14 root stylesheet + input.scss 1:14 root stylesheet diff --git a/spec/errors/unicode/report/before/error b/spec/errors/unicode/report/before/error index d3927ec0b6..be10ff3662 100644 --- a/spec/errors/unicode/report/before/error +++ b/spec/errors/unicode/report/before/error @@ -1,3 +1,3 @@ Error: Invalid CSS after "öüäöüäöü{a:c": expected "{", was "" - on line 1 of /sass/spec/errors/unicode/report/before/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/errors/unicode/report/before/error-dart-sass b/spec/errors/unicode/report/before/error-dart-sass index d0e30c5841..f1cc995849 100644 --- a/spec/errors/unicode/report/before/error-dart-sass +++ b/spec/errors/unicode/report/before/error-dart-sass @@ -3,4 +3,4 @@ Error: expected "}". 1 | öüäöüäöü{a:c | ^ ' - /sass/spec/errors/unicode/report/before/input.scss 1:13 root stylesheet + input.scss 1:13 root stylesheet diff --git a/spec/extend-tests/092_test_long_extendee.hrx b/spec/extend-tests/092_test_long_extendee.hrx index 82c25c2726..d6e0508e27 100644 --- a/spec/extend-tests/092_test_long_extendee.hrx +++ b/spec/extend-tests/092_test_long_extendee.hrx @@ -14,6 +14,6 @@ } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/extend-tests/092_test_long_extendee/input.scss: +DEPRECATION WARNING on line 2 of input.scss: Extending a compound selector, .foo.bar, is deprecated and will not be supported in a future release. See http://bit.ly/ExtendCompound for details. diff --git a/spec/extend-tests/093_test_long_extendee_matches_supersets.hrx b/spec/extend-tests/093_test_long_extendee_matches_supersets.hrx index 615582fda2..1a055295c5 100644 --- a/spec/extend-tests/093_test_long_extendee_matches_supersets.hrx +++ b/spec/extend-tests/093_test_long_extendee_matches_supersets.hrx @@ -14,6 +14,6 @@ } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/extend-tests/093_test_long_extendee_matches_supersets/input.scss: +DEPRECATION WARNING on line 2 of input.scss: Extending a compound selector, .foo.bar, is deprecated and will not be supported in a future release. See http://bit.ly/ExtendCompound for details. diff --git a/spec/extend-tests/094_test_long_extendee_runs_unification.hrx b/spec/extend-tests/094_test_long_extendee_runs_unification.hrx index b4b61dcc03..f159324125 100644 --- a/spec/extend-tests/094_test_long_extendee_runs_unification.hrx +++ b/spec/extend-tests/094_test_long_extendee_runs_unification.hrx @@ -17,4 +17,4 @@ See http://bit.ly/ExtendCompound for details. 2 | a.baz {@extend .foo.bar} | ^^^^^^^^ ' - /sass/spec/extend-tests/094_test_long_extendee_runs_unification/input.scss 2:16 root stylesheet + input.scss 2:16 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1060.hrx b/spec/libsass-closed-issues/issue_1060.hrx index f1d6d0b1f7..a1247c27fa 100644 --- a/spec/libsass-closed-issues/issue_1060.hrx +++ b/spec/libsass-closed-issues/issue_1060.hrx @@ -24,7 +24,7 @@ foo { } <===> warning-dart-sass -DEPRECATION WARNING on line 4, column 5 of /sass/spec/libsass-issues/issue_1060/input.scss: +DEPRECATION WARNING on line 4, column 5 of input.scss: @elseif is deprecated and will not be supported in future Sass versions. Use "@else if" instead. , diff --git a/spec/libsass-closed-issues/issue_1075.hrx b/spec/libsass-closed-issues/issue_1075.hrx index 3a5cb76a8a..189a4cc7ae 100644 --- a/spec/libsass-closed-issues/issue_1075.hrx +++ b/spec/libsass-closed-issues/issue_1075.hrx @@ -22,4 +22,4 @@ in Sass 4.0. Use call(get-function("lighten")) instead. 4 | bar: call($name, $args...); | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1075/input.scss 4:8 root stylesheet + input.scss 4:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1079.hrx b/spec/libsass-closed-issues/issue_1079.hrx index d1475e37d5..61310c20a1 100644 --- a/spec/libsass-closed-issues/issue_1079.hrx +++ b/spec/libsass-closed-issues/issue_1079.hrx @@ -9,4 +9,4 @@ Error: expected selector. 1 | hdr(2, 5){ color: #08c; } | ^ ' - /sass/spec/libsass-issues/issue_1079/input.scss 1:4 root stylesheet + input.scss 1:4 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1081.hrx b/spec/libsass-closed-issues/issue_1081.hrx index 9bbc5f06a8..19d1d20603 100644 --- a/spec/libsass-closed-issues/issue_1081.hrx +++ b/spec/libsass-closed-issues/issue_1081.hrx @@ -51,4 +51,4 @@ declare new variables. Consider adding `$foo: null` at the top level. 1 | $foo: foo !global !default; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1081/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1093/argument/function-4.0.hrx b/spec/libsass-closed-issues/issue_1093/argument/function-4.0.hrx index 385e73ecde..2c2c410b71 100644 --- a/spec/libsass-closed-issues/issue_1093/argument/function-4.0.hrx +++ b/spec/libsass-closed-issues/issue_1093/argument/function-4.0.hrx @@ -20,4 +20,4 @@ Error: Expected expression. 1 | @function foo($bar:#{}) { | ^^ ' - /sass/spec/libsass-issues/issue_1093/argument/function-4.0/input.scss 1:20 root stylesheet + input.scss 1:20 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1093/argument/function.hrx b/spec/libsass-closed-issues/issue_1093/argument/function.hrx index 406c39234c..23f436bbb8 100644 --- a/spec/libsass-closed-issues/issue_1093/argument/function.hrx +++ b/spec/libsass-closed-issues/issue_1093/argument/function.hrx @@ -11,5 +11,5 @@ $foo: foo(); <===> error Error: Invalid CSS after "...ction foo($bar:": expected expression (e.g. 1px, bold), was "#{}) {" - on line 1 of /sass/spec/libsass-issues/issue_1093/argument/function/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_1093/argument/mixin-4.0.hrx b/spec/libsass-closed-issues/issue_1093/argument/mixin-4.0.hrx index 9b754c0000..ca3c76fae8 100644 --- a/spec/libsass-closed-issues/issue_1093/argument/mixin-4.0.hrx +++ b/spec/libsass-closed-issues/issue_1093/argument/mixin-4.0.hrx @@ -22,4 +22,4 @@ Error: Expected expression. 1 | @mixin foo($bar:#{}) { | ^^ ' - /sass/spec/libsass-issues/issue_1093/argument/mixin-4.0/input.scss 1:17 root stylesheet + input.scss 1:17 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1093/argument/mixin.hrx b/spec/libsass-closed-issues/issue_1093/argument/mixin.hrx index 90006cc64d..87cef4f2c7 100644 --- a/spec/libsass-closed-issues/issue_1093/argument/mixin.hrx +++ b/spec/libsass-closed-issues/issue_1093/argument/mixin.hrx @@ -13,5 +13,5 @@ foo { <===> error Error: Invalid CSS after "@mixin foo($bar:": expected expression (e.g. 1px, bold), was "#{}) {" - on line 1 of /sass/spec/libsass-issues/issue_1093/argument/mixin/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_1093/assignment.hrx b/spec/libsass-closed-issues/issue_1093/assignment.hrx index 15b168e20b..d64fa7c6f8 100644 --- a/spec/libsass-closed-issues/issue_1093/assignment.hrx +++ b/spec/libsass-closed-issues/issue_1093/assignment.hrx @@ -3,7 +3,7 @@ $foo: #{}; <===> error Error: Invalid CSS after "$foo: #{": expected expression (e.g. 1px, bold), was "};" - on line 1 of /sass/spec/libsass-issues/issue_1093/assignment/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: Expected expression. 1 | $foo: #{}; | ^^ ' - /sass/spec/libsass-issues/issue_1093/assignment/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1093/parameter/function.hrx b/spec/libsass-closed-issues/issue_1093/parameter/function.hrx index e1848df37a..dc5d00fbe9 100644 --- a/spec/libsass-closed-issues/issue_1093/parameter/function.hrx +++ b/spec/libsass-closed-issues/issue_1093/parameter/function.hrx @@ -7,7 +7,7 @@ $foo: foo(#{}); <===> error Error: Invalid CSS after "$foo: foo(#{": expected expression (e.g. 1px, bold), was "});" - on line 5 of /sass/spec/libsass-issues/issue_1093/parameter/function/input.scss + on line 5 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: Expected expression. 5 | $foo: foo(#{}); | ^^ ' - /sass/spec/libsass-issues/issue_1093/parameter/function/input.scss 5:11 root stylesheet + input.scss 5:11 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1093/parameter/mixin.hrx b/spec/libsass-closed-issues/issue_1093/parameter/mixin.hrx index 6d88568b3f..501ff264fb 100644 --- a/spec/libsass-closed-issues/issue_1093/parameter/mixin.hrx +++ b/spec/libsass-closed-issues/issue_1093/parameter/mixin.hrx @@ -9,7 +9,7 @@ foo { <===> error Error: Invalid CSS after " @include foo(#{": expected expression (e.g. 1px, bold), was "});" - on line 6 of /sass/spec/libsass-issues/issue_1093/parameter/mixin/input.scss + on line 6 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: Expected expression. 6 | @include foo(#{}); | ^^ ' - /sass/spec/libsass-issues/issue_1093/parameter/mixin/input.scss 6:16 root stylesheet + input.scss 6:16 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1093/property.hrx b/spec/libsass-closed-issues/issue_1093/property.hrx index 972914f4a4..74ed30c7ec 100644 --- a/spec/libsass-closed-issues/issue_1093/property.hrx +++ b/spec/libsass-closed-issues/issue_1093/property.hrx @@ -5,7 +5,7 @@ foo { <===> error Error: Invalid CSS after " bar: #{": expected expression (e.g. 1px, bold), was "};" - on line 2 of /sass/spec/libsass-issues/issue_1093/property/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: Expected expression. 2 | bar: #{}; | ^^ ' - /sass/spec/libsass-issues/issue_1093/property/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1106.hrx b/spec/libsass-closed-issues/issue_1106.hrx index 8f19227d59..38ae277838 100644 --- a/spec/libsass-closed-issues/issue_1106.hrx +++ b/spec/libsass-closed-issues/issue_1106.hrx @@ -20,7 +20,7 @@ Error: $string: null is not a string. 7 | unquote: unquote($foo); | ^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1106/input.scss 7:14 root stylesheet + input.scss 7:14 root stylesheet <===> output.css a { @@ -30,7 +30,7 @@ a { <===> warning DEPRECATION WARNING: Passing null, a non-string value, to unquote() will be an error in future versions of Sass. - on line 7 of /sass/spec/libsass-issues/issue_1106/input.scss + on line 7 of input.scss DEPRECATION WARNING: Passing null, a non-string value, to unquote() will be an error in future versions of Sass. - on line 13 of /sass/spec/libsass-issues/issue_1106/input.scss + on line 13 of input.scss diff --git a/spec/libsass-closed-issues/issue_1124.hrx b/spec/libsass-closed-issues/issue_1124.hrx index 0b5df82fb4..b603820dd4 100644 --- a/spec/libsass-closed-issues/issue_1124.hrx +++ b/spec/libsass-closed-issues/issue_1124.hrx @@ -42,7 +42,7 @@ foo { <===> warning DEPRECATION WARNING: Passing null, a non-string value, to unquote() will be an error in future versions of Sass. - on line 17 of /sass/spec/libsass-issues/issue_1124/input.scss + on line 17 of input.scss DEPRECATION WARNING: Passing null, a non-string value, to unquote() will be an error in future versions of Sass. - on line 19 of /sass/spec/libsass-issues/issue_1124/input.scss + on line 19 of input.scss diff --git a/spec/libsass-closed-issues/issue_1133/normal.hrx b/spec/libsass-closed-issues/issue_1133/normal.hrx index d336cd0802..432a5d3884 100644 --- a/spec/libsass-closed-issues/issue_1133/normal.hrx +++ b/spec/libsass-closed-issues/issue_1133/normal.hrx @@ -40,4 +40,4 @@ in Sass 4.0. Use call(get-function("foo")) instead. 13 | $map: call("foo", (this: is, my: map)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1133/normal/input.scss 13:11 root stylesheet + input.scss 13:11 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1133/vararg.hrx b/spec/libsass-closed-issues/issue_1133/vararg.hrx index 8d9e4f9e74..037617fc19 100644 --- a/spec/libsass-closed-issues/issue_1133/vararg.hrx +++ b/spec/libsass-closed-issues/issue_1133/vararg.hrx @@ -40,4 +40,4 @@ in Sass 4.0. Use call(get-function("foo")) instead. 13 | $map: call("foo", (this: is, my: map)...); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1133/vararg/input.scss 13:9 root stylesheet + input.scss 13:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1169/error/color.hrx b/spec/libsass-closed-issues/issue_1169/error/color.hrx index 6385d08b8a..502b5b19ca 100644 --- a/spec/libsass-closed-issues/issue_1169/error/color.hrx +++ b/spec/libsass-closed-issues/issue_1169/error/color.hrx @@ -9,7 +9,7 @@ $map: ( } <===> error Error: Duplicate key #ff0000 in map (red: "foo", red: "bar"). - on line 1 of /sass/spec/libsass-issues/issue_1169/error/color/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,9 +18,9 @@ Error: Duplicate key. 3 | red: 'bar', | ^^^ ' - /sass/spec/libsass-issues/issue_1169/error/color/input.scss 3:3 root stylesheet + input.scss 3:3 root stylesheet <===> error-libsass Error: Duplicate key #ff0000 in map (#ff0000: "foo", #ff0000: "bar"). - on line 1 of /sass/spec/libsass-issues/issue_1169/error/color/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_1169/error/functioncall.hrx b/spec/libsass-closed-issues/issue_1169/error/functioncall.hrx index d06a040c90..087c7fac66 100644 --- a/spec/libsass-closed-issues/issue_1169/error/functioncall.hrx +++ b/spec/libsass-closed-issues/issue_1169/error/functioncall.hrx @@ -13,7 +13,7 @@ $map: ( } <===> error Error: Duplicate key "key" in map (fncall(1 + 2): "foo", fncall(1 + 2): "bar"). - on line 5 of /sass/spec/libsass-issues/issue_1169/error/functioncall/input.scss + on line 5 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -22,4 +22,4 @@ Error: Duplicate key. 7 | fncall(1+2): 'bar', | ^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1169/error/functioncall/input.scss 7:3 root stylesheet + input.scss 7:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1169/error/interpolate.hrx b/spec/libsass-closed-issues/issue_1169/error/interpolate.hrx index 2cd9bb24d5..f90e4be55c 100644 --- a/spec/libsass-closed-issues/issue_1169/error/interpolate.hrx +++ b/spec/libsass-closed-issues/issue_1169/error/interpolate.hrx @@ -9,7 +9,7 @@ $map: ( } <===> error Error: Duplicate key "red" in map ("red": "bar", #{re}#{"d"}: "baz"). - on line 1 of /sass/spec/libsass-issues/issue_1169/error/interpolate/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: Duplicate key. 3 | #{re}#{'d'}: 'baz', | ^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1169/error/interpolate/input.scss 3:3 root stylesheet + input.scss 3:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1187.hrx b/spec/libsass-closed-issues/issue_1187.hrx index 732a6a9746..ba6b7e6dc7 100644 --- a/spec/libsass-closed-issues/issue_1187.hrx +++ b/spec/libsass-closed-issues/issue_1187.hrx @@ -12,7 +12,7 @@ $map: ( } <===> error Error: Duplicate key "foo" in map ($a: 1, $b: 2). - on line 3 of /sass/spec/libsass-issues/issue_1187/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -21,4 +21,4 @@ Error: Duplicate key. 5 | $b: 2 | ^^ ' - /sass/spec/libsass-issues/issue_1187/input.scss 5:3 root stylesheet + input.scss 5:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1240.hrx b/spec/libsass-closed-issues/issue_1240.hrx index bfcfd4436e..051ad6855b 100644 --- a/spec/libsass-closed-issues/issue_1240.hrx +++ b/spec/libsass-closed-issues/issue_1240.hrx @@ -22,7 +22,7 @@ div { } <===> warning -/sass/spec/libsass-issues/issue_1240/input.scss:5 DEBUG: 1 -/sass/spec/libsass-issues/issue_1240/input.scss:6 DEBUG: 2, 3 -/sass/spec/libsass-issues/issue_1240/input.scss:7 DEBUG: 1 (2, 3) -/sass/spec/libsass-issues/issue_1240/input.scss:8 DEBUG: 1 (2, 3) +input.scss:5 DEBUG: 1 +input.scss:6 DEBUG: 2, 3 +input.scss:7 DEBUG: 1 (2, 3) +input.scss:8 DEBUG: 1 (2, 3) diff --git a/spec/libsass-closed-issues/issue_1243/debug.hrx b/spec/libsass-closed-issues/issue_1243/debug.hrx index 7f584b7856..8320ef0a11 100644 --- a/spec/libsass-closed-issues/issue_1243/debug.hrx +++ b/spec/libsass-closed-issues/issue_1243/debug.hrx @@ -3,4 +3,4 @@ <===> output.css <===> warning -/sass/spec/libsass-issues/issue_1243/debug/input.scss:1 DEBUG: foo +input.scss:1 DEBUG: foo diff --git a/spec/libsass-closed-issues/issue_1258.hrx b/spec/libsass-closed-issues/issue_1258.hrx index 25d5ad91f8..c8076fb1b2 100644 --- a/spec/libsass-closed-issues/issue_1258.hrx +++ b/spec/libsass-closed-issues/issue_1258.hrx @@ -21,4 +21,4 @@ $string: '(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)'; <===> warning DEPRECATION WARNING: Passing "(-webkit-min-device-pixel-ratio: 2)", "(min-resolution: 192dpi)", a non-string value, to unquote() will be an error in future versions of Sass. - on line 6 of /sass/spec/libsass-issues/issue_1258/input.scss + on line 6 of input.scss diff --git a/spec/libsass-closed-issues/issue_1266/max.hrx b/spec/libsass-closed-issues/issue_1266/max.hrx index 0200a1a6a0..ad8bda4231 100644 --- a/spec/libsass-closed-issues/issue_1266/max.hrx +++ b/spec/libsass-closed-issues/issue_1266/max.hrx @@ -20,11 +20,11 @@ in Sass 4.0. Use call(get-function(max)) instead. 3 | bar: call(max, $foo...); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1266/max/input.scss 3:8 root stylesheet + input.scss 3:8 root stylesheet Error: blah is not a number. , 3 | bar: call(max, $foo...); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1266/max/input.scss 3:8 root stylesheet + input.scss 3:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1266/min.hrx b/spec/libsass-closed-issues/issue_1266/min.hrx index 4c23ddaa4b..9f2e53066e 100644 --- a/spec/libsass-closed-issues/issue_1266/min.hrx +++ b/spec/libsass-closed-issues/issue_1266/min.hrx @@ -20,11 +20,11 @@ in Sass 4.0. Use call(get-function(min)) instead. 3 | bar: call(min, $foo...); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1266/min/input.scss 3:8 root stylesheet + input.scss 3:8 root stylesheet Error: blah is not a number. , 3 | bar: call(min, $foo...); | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1266/min/input.scss 3:8 root stylesheet + input.scss 3:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1291.hrx b/spec/libsass-closed-issues/issue_1291.hrx index 65e54d256b..7f52db5722 100644 --- a/spec/libsass-closed-issues/issue_1291.hrx +++ b/spec/libsass-closed-issues/issue_1291.hrx @@ -39,9 +39,9 @@ <===> warning DEPRECATION WARNING: Passing 3, a non-string value, to unquote() will be an error in future versions of Sass. - on line 2 of /sass/spec/libsass-issues/issue_1291/input.scss, in `spec1' - from line 16 of /sass/spec/libsass-issues/issue_1291/input.scss + on line 2 of input.scss, in `spec1' + from line 16 of input.scss DEPRECATION WARNING: Passing 5, a non-string value, to unquote() will be an error in future versions of Sass. - on line 7 of /sass/spec/libsass-issues/issue_1291/input.scss, in `spec2' - from line 18 of /sass/spec/libsass-issues/issue_1291/input.scss + on line 7 of input.scss, in `spec2' + from line 18 of input.scss diff --git a/spec/libsass-closed-issues/issue_1305.hrx b/spec/libsass-closed-issues/issue_1305.hrx index fa34f8cc9b..7b86e166d9 100644 --- a/spec/libsass-closed-issues/issue_1305.hrx +++ b/spec/libsass-closed-issues/issue_1305.hrx @@ -20,4 +20,4 @@ in Sass 4.0. Use call(get-function("unquote")) instead. 2 | content: call('unquote', 'foo', ()...); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1305/input.scss 2:14 root stylesheet + input.scss 2:14 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1331.hrx b/spec/libsass-closed-issues/issue_1331.hrx index b1efaf70d3..5be8517d0e 100644 --- a/spec/libsass-closed-issues/issue_1331.hrx +++ b/spec/libsass-closed-issues/issue_1331.hrx @@ -9,8 +9,8 @@ $m: (foo: 1px, null: 2px, false: 3px, true: 4px); <===> output.css <===> warning -/sass/spec/libsass-issues/issue_1331/input.scss:3 DEBUG: (foo: 1px, null: 2px, false: 3px, true: 4px) -/sass/spec/libsass-issues/issue_1331/input.scss:4 DEBUG: 1px -/sass/spec/libsass-issues/issue_1331/input.scss:5 DEBUG: 2px -/sass/spec/libsass-issues/issue_1331/input.scss:6 DEBUG: 3px -/sass/spec/libsass-issues/issue_1331/input.scss:7 DEBUG: 4px +input.scss:3 DEBUG: (foo: 1px, null: 2px, false: 3px, true: 4px) +input.scss:4 DEBUG: 1px +input.scss:5 DEBUG: 2px +input.scss:6 DEBUG: 3px +input.scss:7 DEBUG: 4px diff --git a/spec/libsass-closed-issues/issue_1333.hrx b/spec/libsass-closed-issues/issue_1333.hrx index 2e4ac1b756..9d150c868d 100644 --- a/spec/libsass-closed-issues/issue_1333.hrx +++ b/spec/libsass-closed-issues/issue_1333.hrx @@ -22,7 +22,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/libsass-issues/issue_1333/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_1336.hrx b/spec/libsass-closed-issues/issue_1336.hrx index 5124a3a435..487d967a6d 100644 --- a/spec/libsass-closed-issues/issue_1336.hrx +++ b/spec/libsass-closed-issues/issue_1336.hrx @@ -3,4 +3,4 @@ <===> output.css <===> warning -/sass/spec/libsass-issues/issue_1336/input.scss:1 DEBUG: null +input.scss:1 DEBUG: null diff --git a/spec/libsass-closed-issues/issue_1355.hrx b/spec/libsass-closed-issues/issue_1355.hrx index 0c4156bb22..7024101957 100644 --- a/spec/libsass-closed-issues/issue_1355.hrx +++ b/spec/libsass-closed-issues/issue_1355.hrx @@ -8,7 +8,7 @@ div { } <===> error Error: Invalid CSS after " @return": expected expression (e.g. 1px, bold), was ";" - on line 2 of /sass/spec/libsass-issues/issue_1355/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: Expected expression. 2 | @return; | ^ ' - /sass/spec/libsass-issues/issue_1355/input.scss 2:10 root stylesheet + input.scss 2:10 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1396.hrx b/spec/libsass-closed-issues/issue_1396.hrx index 5b39a94199..c658173d9b 100644 --- a/spec/libsass-closed-issues/issue_1396.hrx +++ b/spec/libsass-closed-issues/issue_1396.hrx @@ -17,7 +17,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/libsass-issues/issue_1396/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_1413.hrx b/spec/libsass-closed-issues/issue_1413.hrx index 00b73ba878..dfc4d3cae9 100644 --- a/spec/libsass-closed-issues/issue_1413.hrx +++ b/spec/libsass-closed-issues/issue_1413.hrx @@ -90,7 +90,7 @@ div { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -98,7 +98,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -106,7 +106,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -114,7 +114,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -122,7 +122,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -130,7 +130,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -138,7 +138,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -146,7 +146,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -154,7 +154,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -162,7 +162,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -170,7 +170,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -178,7 +178,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -186,7 +186,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -194,7 +194,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -202,7 +202,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -210,73 +210,73 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"') -DEPRECATION WARNING on line 19 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"C') -DEPRECATION WARNING on line 20 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('AB"C"') -DEPRECATION WARNING on line 22 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{B "C"}") -DEPRECATION WARNING on line 24 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") -DEPRECATION WARNING on line 26 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{"B" C "D" "E"}") -DEPRECATION WARNING on line 31 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"') -DEPRECATION WARNING on line 33 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"C') -DEPRECATION WARNING on line 34 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('AB"C"') -DEPRECATION WARNING on line 36 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{B "C"}") -DEPRECATION WARNING on line 38 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") -DEPRECATION WARNING on line 40 of /sass/spec/libsass-issues/issue_1413/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_1417.hrx b/spec/libsass-closed-issues/issue_1417.hrx index f9eeb2cebf..dfb8189e5c 100644 --- a/spec/libsass-closed-issues/issue_1417.hrx +++ b/spec/libsass-closed-issues/issue_1417.hrx @@ -41,4 +41,4 @@ in Sass 4.0. Use call(get-function(missing)) instead. 10| foo: call(missing, 1px / 2px, 1px / round(1.5)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1417/input.scss 10:8 root stylesheet + input.scss 10:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1418/dynamic-4.0.hrx b/spec/libsass-closed-issues/issue_1418/dynamic-4.0.hrx index 1d730babdc..41225b4a44 100644 --- a/spec/libsass-closed-issues/issue_1418/dynamic-4.0.hrx +++ b/spec/libsass-closed-issues/issue_1418/dynamic-4.0.hrx @@ -12,7 +12,7 @@ DEPRECATION WARNING: Passing a string to call() is deprecated and will be illega in Sass 4.0. Use call(get-function("missing")) instead. Error: Function missing doesn't support keyword arguments - on line 2 of /sass/spec/libsass-issues/issue_1418/dynamic-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -23,11 +23,11 @@ in Sass 4.0. Use call(get-function(missing)) instead. 2 | color: call(missing, $a: b); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1418/dynamic-4.0/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet Error: Plain CSS functions don't support keyword arguments. , 2 | color: call(missing, $a: b); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1418/dynamic-4.0/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1418/static-4.0.hrx b/spec/libsass-closed-issues/issue_1418/static-4.0.hrx index 0e7ff4cf63..b3cdd19059 100644 --- a/spec/libsass-closed-issues/issue_1418/static-4.0.hrx +++ b/spec/libsass-closed-issues/issue_1418/static-4.0.hrx @@ -11,7 +11,7 @@ foo { <===> error Error: Plain CSS function missing doesn't support keyword arguments - on line 2 of /sass/spec/libsass-issues/issue_1418/static-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,4 +20,4 @@ Error: Plain CSS functions don't support keyword arguments. 2 | color: missing($a: b); | ^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1418/static-4.0/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1418/static.hrx b/spec/libsass-closed-issues/issue_1418/static.hrx index b291d5cc3d..9d5a14e49d 100644 --- a/spec/libsass-closed-issues/issue_1418/static.hrx +++ b/spec/libsass-closed-issues/issue_1418/static.hrx @@ -9,5 +9,5 @@ foo { <===> error Error: Function missing doesn't support keyword arguments - on line 2 of /sass/spec/libsass-issues/issue_1418/static/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_1432/is-superselector.hrx b/spec/libsass-closed-issues/issue_1432/is-superselector.hrx index 82b59a1a66..62f7804d3f 100644 --- a/spec/libsass-closed-issues/issue_1432/is-superselector.hrx +++ b/spec/libsass-closed-issues/issue_1432/is-superselector.hrx @@ -4,7 +4,7 @@ <===> error Error: $sub: null is not a valid selector: it must be a string, a list of strings, or a list of lists of strings for `is-superselector' - on line 1 of /sass/spec/libsass-issues/issue_1432/is-superselector/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ a list of strings, or a list of lists of strings. 1 | @debug(is-superselector("foo", null)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1432/is-superselector/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1432/selector-append.hrx b/spec/libsass-closed-issues/issue_1432/selector-append.hrx index 9de24a755d..0ed3090889 100644 --- a/spec/libsass-closed-issues/issue_1432/selector-append.hrx +++ b/spec/libsass-closed-issues/issue_1432/selector-append.hrx @@ -4,7 +4,7 @@ <===> error Error: $selectors: null is not a valid selector: it must be a string, a list of strings, or a list of lists of strings for `selector-append' - on line 1 of /sass/spec/libsass-issues/issue_1432/selector-append/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ a list of strings, or a list of lists of strings. 1 | @debug(selector-append("foo", null)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1432/selector-append/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1432/selector-extend.hrx b/spec/libsass-closed-issues/issue_1432/selector-extend.hrx index 65e511cce3..8b3353b87f 100644 --- a/spec/libsass-closed-issues/issue_1432/selector-extend.hrx +++ b/spec/libsass-closed-issues/issue_1432/selector-extend.hrx @@ -4,7 +4,7 @@ <===> error Error: $extender: null is not a valid selector: it must be a string, a list of strings, or a list of lists of strings for `selector-extend' - on line 1 of /sass/spec/libsass-issues/issue_1432/selector-extend/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ a list of strings, or a list of lists of strings. 1 | @debug(selector-extend(".a .b", ".b", null)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1432/selector-extend/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1432/selector-nest.hrx b/spec/libsass-closed-issues/issue_1432/selector-nest.hrx index 7474357dac..a45ec8f52f 100644 --- a/spec/libsass-closed-issues/issue_1432/selector-nest.hrx +++ b/spec/libsass-closed-issues/issue_1432/selector-nest.hrx @@ -4,7 +4,7 @@ <===> error Error: $selectors: null is not a valid selector: it must be a string, a list of strings, or a list of lists of strings for `selector-nest' - on line 1 of /sass/spec/libsass-issues/issue_1432/selector-nest/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ a list of strings, or a list of lists of strings. 1 | @debug(selector-nest("foo", null)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1432/selector-nest/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1432/selector-parse.hrx b/spec/libsass-closed-issues/issue_1432/selector-parse.hrx index ac02cde4d7..22636d8970 100644 --- a/spec/libsass-closed-issues/issue_1432/selector-parse.hrx +++ b/spec/libsass-closed-issues/issue_1432/selector-parse.hrx @@ -4,7 +4,7 @@ <===> error Error: $selector: null is not a valid selector: it must be a string, a list of strings, or a list of lists of strings for `selector-parse' - on line 1 of /sass/spec/libsass-issues/issue_1432/selector-parse/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ a list of strings, or a list of lists of strings. 1 | @debug(selector-parse(null)); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1432/selector-parse/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1432/selector-replace.hrx b/spec/libsass-closed-issues/issue_1432/selector-replace.hrx index 6de30e5824..e04f7151d4 100644 --- a/spec/libsass-closed-issues/issue_1432/selector-replace.hrx +++ b/spec/libsass-closed-issues/issue_1432/selector-replace.hrx @@ -4,7 +4,7 @@ <===> error Error: $replacement: null is not a valid selector: it must be a string, a list of strings, or a list of lists of strings for `selector-replace' - on line 1 of /sass/spec/libsass-issues/issue_1432/selector-replace/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ a list of strings, or a list of lists of strings. 1 | @debug(selector-replace("foo", "bar", null)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1432/selector-replace/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1432/selector-unify.hrx b/spec/libsass-closed-issues/issue_1432/selector-unify.hrx index 9ee68b9b11..a38504b4d5 100644 --- a/spec/libsass-closed-issues/issue_1432/selector-unify.hrx +++ b/spec/libsass-closed-issues/issue_1432/selector-unify.hrx @@ -4,7 +4,7 @@ <===> error Error: $selector2: null is not a valid selector: it must be a string, a list of strings, or a list of lists of strings for `selector-unify' - on line 1 of /sass/spec/libsass-issues/issue_1432/selector-unify/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ a list of strings, or a list of lists of strings. 1 | @debug(selector-unify("foo", null)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1432/selector-unify/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1432/simple-selectors.hrx b/spec/libsass-closed-issues/issue_1432/simple-selectors.hrx index 758a4d2a74..88a7e897b5 100644 --- a/spec/libsass-closed-issues/issue_1432/simple-selectors.hrx +++ b/spec/libsass-closed-issues/issue_1432/simple-selectors.hrx @@ -3,7 +3,7 @@ <===> error Error: $selector: null is not a string for `simple-selectors' - on line 1 of /sass/spec/libsass-issues/issue_1432/simple-selectors/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ a list of strings, or a list of lists of strings. 1 | @debug(simple-selectors(null)); | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1432/simple-selectors/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1452.hrx b/spec/libsass-closed-issues/issue_1452.hrx index f918c02f4a..2eaa378903 100644 --- a/spec/libsass-closed-issues/issue_1452.hrx +++ b/spec/libsass-closed-issues/issue_1452.hrx @@ -5,7 +5,7 @@ foo { <===> error Error: () isn't a valid CSS value. - on line 2 of /sass/spec/libsass-issues/issue_1452/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: () isn't a valid CSS value 2 | foo: foo(()); | ^^ ' - /sass/spec/libsass-issues/issue_1452/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1484.hrx b/spec/libsass-closed-issues/issue_1484.hrx index 5d22d6736d..b365948547 100644 --- a/spec/libsass-closed-issues/issue_1484.hrx +++ b/spec/libsass-closed-issues/issue_1484.hrx @@ -3,7 +3,7 @@ div { <===> error Error: Invalid CSS after "div {": expected "}", was "" - on line 2 of /sass/spec/libsass-issues/issue_1484/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: expected "}". 1 | div { | ^ ' - /sass/spec/libsass-issues/issue_1484/input.scss 1:6 root stylesheet + input.scss 1:6 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1487.hrx b/spec/libsass-closed-issues/issue_1487.hrx index 2330526b1a..830b83a7b0 100644 --- a/spec/libsass-closed-issues/issue_1487.hrx +++ b/spec/libsass-closed-issues/issue_1487.hrx @@ -9,8 +9,8 @@ foo { <===> error Error: Mixin "foo" does not accept a content block. - on line 6 of /sass/spec/libsass-issues/issue_1487/input.scss, in `foo' - from line 6 of /sass/spec/libsass-issues/issue_1487/input.scss + on line 6 of input.scss, in `foo' + from line 6 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: Mixin doesn't accept a content block. 6 | @include foo { bar: baz } | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1487/input.scss 6:3 root stylesheet + input.scss 6:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1488.hrx b/spec/libsass-closed-issues/issue_1488.hrx index 338cd9251c..523a20daa6 100644 --- a/spec/libsass-closed-issues/issue_1488.hrx +++ b/spec/libsass-closed-issues/issue_1488.hrx @@ -92,7 +92,7 @@ in Sass 4.0. Use call(get-function("foo")) instead. 22 | foo: call('foo', one); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1488/input.scss 22:8 root stylesheet + input.scss 22:8 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("foo")) instead. @@ -101,7 +101,7 @@ in Sass 4.0. Use call(get-function("foo")) instead. 23 | foo: call('foo', one...); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1488/input.scss 23:8 root stylesheet + input.scss 23:8 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("bar")) instead. @@ -110,7 +110,7 @@ in Sass 4.0. Use call(get-function("bar")) instead. 24 | bar: call('bar', one, two); | ^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1488/input.scss 24:8 root stylesheet + input.scss 24:8 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("bar")) instead. @@ -119,7 +119,7 @@ in Sass 4.0. Use call(get-function("bar")) instead. 25 | bar: call('bar', one, two...); | ^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1488/input.scss 25:8 root stylesheet + input.scss 25:8 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("foo_")) instead. @@ -128,7 +128,7 @@ in Sass 4.0. Use call(get-function("foo_")) instead. 33 | foo: call('foo_', one); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1488/input.scss 33:8 root stylesheet + input.scss 33:8 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("foo_")) instead. @@ -137,7 +137,7 @@ in Sass 4.0. Use call(get-function("foo_")) instead. 34 | foo: call('foo_', one...); | ^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1488/input.scss 34:8 root stylesheet + input.scss 34:8 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("bar_")) instead. @@ -146,7 +146,7 @@ in Sass 4.0. Use call(get-function("bar_")) instead. 35 | bar: call('bar_', one, two); | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1488/input.scss 35:8 root stylesheet + input.scss 35:8 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("bar_")) instead. @@ -155,4 +155,4 @@ in Sass 4.0. Use call(get-function("bar_")) instead. 36 | bar: call('bar_', one, two...); | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1488/input.scss 36:8 root stylesheet + input.scss 36:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_151.hrx b/spec/libsass-closed-issues/issue_151.hrx index 9606bcc3c3..e11a70e196 100644 --- a/spec/libsass-closed-issues/issue_151.hrx +++ b/spec/libsass-closed-issues/issue_151.hrx @@ -25,7 +25,7 @@ Error: $number: red is not a number. 3 | background: saturate(red); | ^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_151/input.scss 3:15 root stylesheet + input.scss 3:15 root stylesheet <===> output.css div.colors { diff --git a/spec/libsass-closed-issues/issue_152-4.0.hrx b/spec/libsass-closed-issues/issue_152-4.0.hrx index 4c38be8046..d1498c60fc 100644 --- a/spec/libsass-closed-issues/issue_152-4.0.hrx +++ b/spec/libsass-closed-issues/issue_152-4.0.hrx @@ -32,4 +32,4 @@ Error: Undefined operation "10 % 100%". 5 | a: #{10}% 100%; | ^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_152-4.0/input.scss 5:6 root stylesheet + input.scss 5:6 root stylesheet diff --git a/spec/libsass-closed-issues/issue_152.hrx b/spec/libsass-closed-issues/issue_152.hrx index cf2d422d02..f5df7bddc6 100644 --- a/spec/libsass-closed-issues/issue_152.hrx +++ b/spec/libsass-closed-issues/issue_152.hrx @@ -40,7 +40,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 5 of /sass/spec/libsass-issues/issue_152/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -48,7 +48,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/libsass-issues/issue_152/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -56,7 +56,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/libsass-issues/issue_152/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_1527/extend.hrx b/spec/libsass-closed-issues/issue_1527/extend.hrx index 99978a370c..cdc22de27c 100644 --- a/spec/libsass-closed-issues/issue_1527/extend.hrx +++ b/spec/libsass-closed-issues/issue_1527/extend.hrx @@ -5,7 +5,7 @@ foo { <===> error Error: Can't extend &: can't extend parent selectors - on line 2 of /sass/spec/libsass-issues/issue_1527/extend/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: Parent selectors aren't allowed here. 2 | @extend &; | ^ ' - /sass/spec/libsass-issues/issue_1527/extend/input.scss 2:11 root stylesheet + input.scss 2:11 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1527/selector/first.hrx b/spec/libsass-closed-issues/issue_1527/selector/first.hrx index ee3731fea3..7c977db24e 100644 --- a/spec/libsass-closed-issues/issue_1527/selector/first.hrx +++ b/spec/libsass-closed-issues/issue_1527/selector/first.hrx @@ -5,7 +5,7 @@ <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 1 of /sass/spec/libsass-issues/issue_1527/selector/first/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: Top-level selectors may not contain the parent selector "&". 1 | & foo { | ^^^^^^ ' - /sass/spec/libsass-issues/issue_1527/selector/first/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1527/selector/last.hrx b/spec/libsass-closed-issues/issue_1527/selector/last.hrx index 70e741fcdc..bf19719202 100644 --- a/spec/libsass-closed-issues/issue_1527/selector/last.hrx +++ b/spec/libsass-closed-issues/issue_1527/selector/last.hrx @@ -5,7 +5,7 @@ foo & { <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 1 of /sass/spec/libsass-issues/issue_1527/selector/last/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: Top-level selectors may not contain the parent selector "&". 1 | foo & { | ^^^^^^ ' - /sass/spec/libsass-issues/issue_1527/selector/last/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1527/selector/only.hrx b/spec/libsass-closed-issues/issue_1527/selector/only.hrx index d9652138b3..dfc6805907 100644 --- a/spec/libsass-closed-issues/issue_1527/selector/only.hrx +++ b/spec/libsass-closed-issues/issue_1527/selector/only.hrx @@ -3,7 +3,7 @@ <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 1 of /sass/spec/libsass-issues/issue_1527/selector/only/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: Top-level selectors may not contain the parent selector "&". 1 | & {} | ^^ ' - /sass/spec/libsass-issues/issue_1527/selector/only/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1537.hrx b/spec/libsass-closed-issues/issue_1537.hrx index 56f466f903..9c0dd30379 100644 --- a/spec/libsass-closed-issues/issue_1537.hrx +++ b/spec/libsass-closed-issues/issue_1537.hrx @@ -13,7 +13,7 @@ test { <===> error Error: Invalid CSS after " a: 1, two": expected ":", was ", 3," - on line 2 of /sass/spec/libsass-issues/issue_1537/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -22,4 +22,4 @@ Error: expected ":". 2 | a: 1, two, 3, | ^ ' - /sass/spec/libsass-issues/issue_1537/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1550/each_embedded.hrx b/spec/libsass-closed-issues/issue_1550/each_embedded.hrx index 0ec8d7166e..b51eeeaf12 100644 --- a/spec/libsass-closed-issues/issue_1550/each_embedded.hrx +++ b/spec/libsass-closed-issues/issue_1550/each_embedded.hrx @@ -7,7 +7,7 @@ <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/libsass-issues/issue_1550/each_embedded/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: Functions may not be declared in control directives. 2 | @function foo() { | ^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1550/each_embedded/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1550/for_embedded.hrx b/spec/libsass-closed-issues/issue_1550/for_embedded.hrx index e5749449f1..5aa3fbb4cc 100644 --- a/spec/libsass-closed-issues/issue_1550/for_embedded.hrx +++ b/spec/libsass-closed-issues/issue_1550/for_embedded.hrx @@ -7,7 +7,7 @@ <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/libsass-issues/issue_1550/for_embedded/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: Functions may not be declared in control directives. 2 | @function foo() { | ^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1550/for_embedded/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1550/if_embedded.hrx b/spec/libsass-closed-issues/issue_1550/if_embedded.hrx index 5535ef7be1..9acf74775e 100644 --- a/spec/libsass-closed-issues/issue_1550/if_embedded.hrx +++ b/spec/libsass-closed-issues/issue_1550/if_embedded.hrx @@ -7,7 +7,7 @@ <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/libsass-issues/issue_1550/if_embedded/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: Functions may not be declared in control directives. 2 | @function foo() { | ^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1550/if_embedded/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1550/mixin_embedded.hrx b/spec/libsass-closed-issues/issue_1550/mixin_embedded.hrx index c57d310d23..e70d6d511f 100644 --- a/spec/libsass-closed-issues/issue_1550/mixin_embedded.hrx +++ b/spec/libsass-closed-issues/issue_1550/mixin_embedded.hrx @@ -7,7 +7,7 @@ <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/libsass-issues/issue_1550/mixin_embedded/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: Mixins may not contain function declarations. 2 | @function foo() { | ^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1550/mixin_embedded/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1550/while_embedded.hrx b/spec/libsass-closed-issues/issue_1550/while_embedded.hrx index fd4469712f..f4c206877b 100644 --- a/spec/libsass-closed-issues/issue_1550/while_embedded.hrx +++ b/spec/libsass-closed-issues/issue_1550/while_embedded.hrx @@ -9,7 +9,7 @@ $i: 1; <===> error Error: Functions may not be defined within control directives or other mixins. - on line 3 of /sass/spec/libsass-issues/issue_1550/while_embedded/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: Functions may not be declared in control directives. 3 | @function foo() { | ^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1550/while_embedded/input.scss 3:3 root stylesheet + input.scss 3:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1566.hrx b/spec/libsass-closed-issues/issue_1566.hrx index 42e58d63d9..21e1807291 100644 --- a/spec/libsass-closed-issues/issue_1566.hrx +++ b/spec/libsass-closed-issues/issue_1566.hrx @@ -28,5 +28,5 @@ in Sass 4.0. Use call(get-function("bar")) instead. 2 | @return call('bar', $predicate); | ^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1566/input.scss 2:11 foo() - /sass/spec/libsass-issues/issue_1566/input.scss 10:9 root stylesheet + input.scss 2:11 foo() + input.scss 10:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1569.hrx b/spec/libsass-closed-issues/issue_1569.hrx index bb9c250ce6..31f6863c2c 100644 --- a/spec/libsass-closed-issues/issue_1569.hrx +++ b/spec/libsass-closed-issues/issue_1569.hrx @@ -11,7 +11,7 @@ $common-border: "foo"; <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 2 of /sass/spec/libsass-issues/issue_1569/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,4 +20,4 @@ Error: Top-level selectors may not contain the parent selector "&". 2 | .nihilo & { | ^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1569/input.scss 2:1 root stylesheet + input.scss 2:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1577.hrx b/spec/libsass-closed-issues/issue_1577.hrx index 6bdd08505a..e792cac1e5 100644 --- a/spec/libsass-closed-issues/issue_1577.hrx +++ b/spec/libsass-closed-issues/issue_1577.hrx @@ -5,7 +5,7 @@ $error: $foo + 20px; // line 3 <===> error Error: Incompatible units: 'px' and '%'. - on line 3 of /sass/spec/libsass-issues/issue_1577/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: Incompatible units px and %. 3 | $error: $foo + 20px; // line 3 | ^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1577/input.scss 3:9 root stylesheet + input.scss 3:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1578.hrx b/spec/libsass-closed-issues/issue_1578.hrx index 649884509f..b014871aac 100644 --- a/spec/libsass-closed-issues/issue_1578.hrx +++ b/spec/libsass-closed-issues/issue_1578.hrx @@ -15,11 +15,11 @@ foo { } <===> warning -WARNING on line 4 of /sass/spec/libsass-issues/issue_1578/input.sass: +WARNING on line 4 of input.sass: This selector doesn't have any properties and will not be rendered. <===> warning-dart-sass -WARNING on line 4, column 5 of /sass/spec/libsass-issues/issue_1578/input.sass: +WARNING on line 4, column 5 of input.sass: This selector doesn't have any properties and won't be rendered. , 4 | baz:bam diff --git a/spec/libsass-closed-issues/issue_1579.hrx b/spec/libsass-closed-issues/issue_1579.hrx index fc0ec631cd..c69d9626af 100644 --- a/spec/libsass-closed-issues/issue_1579.hrx +++ b/spec/libsass-closed-issues/issue_1579.hrx @@ -28,5 +28,5 @@ in Sass 4.0. Use call(get-function(foo)) instead. 6 | @return call(foo, $args...); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1579/input.scss 6:11 bar() - /sass/spec/libsass-issues/issue_1579/input.scss 10:9 root stylesheet + input.scss 6:11 bar() + input.scss 10:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1585.hrx b/spec/libsass-closed-issues/issue_1585.hrx index 8001ac6fa2..51ec5ce3c1 100644 --- a/spec/libsass-closed-issues/issue_1585.hrx +++ b/spec/libsass-closed-issues/issue_1585.hrx @@ -14,7 +14,7 @@ <===> error Error: Properties are only allowed within rules, directives, mixin includes, or other properties. - on line 7 of /sass/spec/libsass-issues/issue_1585/input.scss + on line 7 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -23,6 +23,6 @@ Error: Declarations may only be used within style rules. 7 | color: yellow; | ^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1585/input.scss 7:5 @content - /sass/spec/libsass-issues/issue_1585/input.scss 2:14 bar() - /sass/spec/libsass-issues/issue_1585/input.scss 6:3 root stylesheet + input.scss 7:5 @content + input.scss 2:14 bar() + input.scss 6:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1601.hrx b/spec/libsass-closed-issues/issue_1601.hrx index 21977bb713..9cbff51a03 100644 --- a/spec/libsass-closed-issues/issue_1601.hrx +++ b/spec/libsass-closed-issues/issue_1601.hrx @@ -6,7 +6,7 @@ } <===> error Error: Invalid parent selector for "&.ruby": ".code.ruby >" - on line 2 of /sass/spec/libsass-issues/issue_1601/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: Parent ".code.ruby >" is incompatible with this selector. 2 | &.ruby { | ^^^^^^^ ' - /sass/spec/libsass-issues/issue_1601/input.scss 2:5 root stylesheet + input.scss 2:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1606.hrx b/spec/libsass-closed-issues/issue_1606.hrx index ea4529b796..2091ec3be2 100644 --- a/spec/libsass-closed-issues/issue_1606.hrx +++ b/spec/libsass-closed-issues/issue_1606.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: $limit: "5" is not a number for `random' - on line 2 of /sass/spec/libsass-issues/issue_1606/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: $limit: 5 is not a number. 2 | test: random(#{5}); | ^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1606/input.scss 2:9 root stylesheet + input.scss 2:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1622.hrx b/spec/libsass-closed-issues/issue_1622.hrx index 8305a9577c..e812f2d6ee 100644 --- a/spec/libsass-closed-issues/issue_1622.hrx +++ b/spec/libsass-closed-issues/issue_1622.hrx @@ -28,5 +28,5 @@ in Sass 4.0. Use call(get-function(bar)) instead. 2 | @return call(bar, $list); | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1622/input.scss 2:13 foo() - /sass/spec/libsass-issues/issue_1622/input.scss 10:9 root stylesheet + input.scss 2:13 foo() + input.scss 10:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1632.hrx b/spec/libsass-closed-issues/issue_1632.hrx index d1b860b2c2..bcf9da4bd3 100644 --- a/spec/libsass-closed-issues/issue_1632.hrx +++ b/spec/libsass-closed-issues/issue_1632.hrx @@ -20,4 +20,4 @@ declare new variables. Consider adding `$foo: null` at the top level. 1 | $foo: \/ !global; | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1632/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1634.hrx b/spec/libsass-closed-issues/issue_1634.hrx index fc69375ddf..30a67cd92e 100644 --- a/spec/libsass-closed-issues/issue_1634.hrx +++ b/spec/libsass-closed-issues/issue_1634.hrx @@ -29,5 +29,5 @@ in Sass 4.0. Use call(get-function(bar)) instead. 4 | @return call(bar, $args...); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1634/input.scss 4:13 foo() - /sass/spec/libsass-issues/issue_1634/input.scss 12:9 root stylesheet + input.scss 4:13 foo() + input.scss 12:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1644/complex.hrx b/spec/libsass-closed-issues/issue_1644/complex.hrx index 82a9a6e428..63d8151068 100644 --- a/spec/libsass-closed-issues/issue_1644/complex.hrx +++ b/spec/libsass-closed-issues/issue_1644/complex.hrx @@ -36,9 +36,9 @@ $grid-breakpoints-immobile: ( <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 30 of /sass/spec/libsass-issues/issue_1644/complex/input.scss, in `@content' - from line 22 of /sass/spec/libsass-issues/issue_1644/complex/input.scss, in `grid-media-query' - from line 29 of /sass/spec/libsass-issues/issue_1644/complex/input.scss + on line 30 of input.scss, in `@content' + from line 22 of input.scss, in `grid-media-query' + from line 29 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -47,6 +47,6 @@ Error: Top-level selectors may not contain the parent selector "&". 30 | body.immobile & { | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1644/complex/input.scss 30:5 @content - /sass/spec/libsass-issues/issue_1644/complex/input.scss 22:9 grid-media-query() - /sass/spec/libsass-issues/issue_1644/complex/input.scss 29:3 root stylesheet + input.scss 30:5 @content + input.scss 22:9 grid-media-query() + input.scss 29:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1644/mixin-parent.hrx b/spec/libsass-closed-issues/issue_1644/mixin-parent.hrx index cff4402b0a..7026a52d99 100644 --- a/spec/libsass-closed-issues/issue_1644/mixin-parent.hrx +++ b/spec/libsass-closed-issues/issue_1644/mixin-parent.hrx @@ -11,9 +11,9 @@ <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 6 of /sass/spec/libsass-issues/issue_1644/mixin-parent/input.scss, in `@content' - from line 2 of /sass/spec/libsass-issues/issue_1644/mixin-parent/input.scss, in `parent' - from line 5 of /sass/spec/libsass-issues/issue_1644/mixin-parent/input.scss + on line 6 of input.scss, in `@content' + from line 2 of input.scss, in `parent' + from line 5 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -22,6 +22,6 @@ Error: Top-level selectors may not contain the parent selector "&". 6 | body.immobile & { | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1644/mixin-parent/input.scss 6:3 @content - /sass/spec/libsass-issues/issue_1644/mixin-parent/input.scss 2:3 parent() - /sass/spec/libsass-issues/issue_1644/mixin-parent/input.scss 5:1 root stylesheet + input.scss 6:3 @content + input.scss 2:3 parent() + input.scss 5:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1645.hrx b/spec/libsass-closed-issues/issue_1645.hrx index 0640b60023..05c7076be5 100644 --- a/spec/libsass-closed-issues/issue_1645.hrx +++ b/spec/libsass-closed-issues/issue_1645.hrx @@ -34,5 +34,5 @@ in Sass 4.0. Use call(get-function(foo)) instead. 6 | @return call(foo, $args...); | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1645/input.scss 6:11 bar() - /sass/spec/libsass-issues/issue_1645/input.scss 16:9 root stylesheet + input.scss 6:11 bar() + input.scss 16:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1648.hrx b/spec/libsass-closed-issues/issue_1648.hrx index 9efe581fb6..6aacab8aed 100644 --- a/spec/libsass-closed-issues/issue_1648.hrx +++ b/spec/libsass-closed-issues/issue_1648.hrx @@ -23,7 +23,7 @@ $x: 3px; /* comment 5 */ <===> warning-dart-sass -DEPRECATION WARNING on line 7, column 1 of /sass/spec/libsass-issues/issue_1648/input.scss: +DEPRECATION WARNING on line 7, column 1 of input.scss: @elseif is deprecated and will not be supported in future Sass versions. Use "@else if" instead. , diff --git a/spec/libsass-closed-issues/issue_1651/with.hrx b/spec/libsass-closed-issues/issue_1651/with.hrx index a0b46128f3..f8fb077754 100644 --- a/spec/libsass-closed-issues/issue_1651/with.hrx +++ b/spec/libsass-closed-issues/issue_1651/with.hrx @@ -10,7 +10,7 @@ a { <===> error Error: Extend directives may only be used within rules. - on line 6 of /sass/spec/libsass-issues/issue_1651/with/input.scss + on line 6 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: @extend may only be used within style rules. 6 | @extend .a; | ^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1651/with/input.scss 6:5 root stylesheet + input.scss 6:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1654/nested.hrx b/spec/libsass-closed-issues/issue_1654/nested.hrx index 565e6cdb52..3a600e7116 100644 --- a/spec/libsass-closed-issues/issue_1654/nested.hrx +++ b/spec/libsass-closed-issues/issue_1654/nested.hrx @@ -28,6 +28,6 @@ zoofoo { } <===> warning -DEPRECATION WARNING on line 14 of /sass/spec/libsass-issues/issue_1654/nested/input.scss: +DEPRECATION WARNING on line 14 of input.scss: Extending a compound selector, moo%foobar, is deprecated and will not be supported in a future release. See http://bit.ly/ExtendCompound for details. diff --git a/spec/libsass-closed-issues/issue_1658.hrx b/spec/libsass-closed-issues/issue_1658.hrx index ea6669686f..457b560349 100644 --- a/spec/libsass-closed-issues/issue_1658.hrx +++ b/spec/libsass-closed-issues/issue_1658.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS: @else must come after @if - on line 1 of /sass/spec/libsass-issues/issue_1658/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: This at-rule is not allowed here. 1 | @else{} | ^^^^^ ' - /sass/spec/libsass-issues/issue_1658/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1670.hrx b/spec/libsass-closed-issues/issue_1670.hrx index 5dc02b7a08..377aee30c9 100644 --- a/spec/libsass-closed-issues/issue_1670.hrx +++ b/spec/libsass-closed-issues/issue_1670.hrx @@ -7,7 +7,7 @@ Error: ".this-should-error" failed to @extend "%an-undefined-placeholder". The selector "%an-undefined-placeholder" was not found. Use "@extend %an-undefined-placeholder !optional" if the extend should be able to fail. - on line 2 of /sass/spec/libsass-issues/issue_1670/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Use "@extend %an-undefined-placeholder !optional" to avoid this error. 2 | @extend %an-undefined-placeholder; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1670/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1681/calc.hrx b/spec/libsass-closed-issues/issue_1681/calc.hrx index 62d6040047..e2a116ce2e 100644 --- a/spec/libsass-closed-issues/issue_1681/calc.hrx +++ b/spec/libsass-closed-issues/issue_1681/calc.hrx @@ -9,7 +9,7 @@ Error: Invalid function name. 1 | @function calc() { | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1681/calc/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet <===> output.css <===> warning diff --git a/spec/libsass-closed-issues/issue_1681/element.hrx b/spec/libsass-closed-issues/issue_1681/element.hrx index 85e29511b6..233e118afb 100644 --- a/spec/libsass-closed-issues/issue_1681/element.hrx +++ b/spec/libsass-closed-issues/issue_1681/element.hrx @@ -9,7 +9,7 @@ Error: Invalid function name. 1 | @function element() { | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1681/element/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet <===> output.css <===> warning diff --git a/spec/libsass-closed-issues/issue_1681/expression.hrx b/spec/libsass-closed-issues/issue_1681/expression.hrx index d418748f95..7eb5dc3415 100644 --- a/spec/libsass-closed-issues/issue_1681/expression.hrx +++ b/spec/libsass-closed-issues/issue_1681/expression.hrx @@ -9,7 +9,7 @@ Error: Invalid function name. 1 | @function expression() { | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1681/expression/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet <===> output.css <===> warning diff --git a/spec/libsass-closed-issues/issue_1681/url.hrx b/spec/libsass-closed-issues/issue_1681/url.hrx index dc008b8e3b..ed693ca50f 100644 --- a/spec/libsass-closed-issues/issue_1681/url.hrx +++ b/spec/libsass-closed-issues/issue_1681/url.hrx @@ -9,7 +9,7 @@ Error: Invalid function name. 1 | @function url() { | ^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1681/url/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet <===> output.css <===> warning diff --git a/spec/libsass-closed-issues/issue_1683/function.hrx b/spec/libsass-closed-issues/issue_1683/function.hrx index 582b68b0dc..89a8df0840 100644 --- a/spec/libsass-closed-issues/issue_1683/function.hrx +++ b/spec/libsass-closed-issues/issue_1683/function.hrx @@ -10,11 +10,11 @@ Error: Only 2 arguments allowed, but 3 were passed. 4 | b: foo(1 2 3...); | ^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1683/function/input.scss 4:6 foo() - /sass/spec/libsass-issues/issue_1683/function/input.scss 4:6 root stylesheet + input.scss 4:6 foo() + input.scss 4:6 root stylesheet <===> output.css <===> warning WARNING: Function foo takes 2 arguments but 3 were passed. - on line 4 of /sass/spec/libsass-issues/issue_1683/function/input.scss + on line 4 of input.scss This will be an error in future versions of Sass. diff --git a/spec/libsass-closed-issues/issue_1683/mixin.hrx b/spec/libsass-closed-issues/issue_1683/mixin.hrx index ded74cd725..36b22fa472 100644 --- a/spec/libsass-closed-issues/issue_1683/mixin.hrx +++ b/spec/libsass-closed-issues/issue_1683/mixin.hrx @@ -11,11 +11,11 @@ Error: Only 2 arguments allowed, but 3 were passed. 4 | @include foo(1 2 3...); | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1683/mixin/input.scss 4:3 foo() - /sass/spec/libsass-issues/issue_1683/mixin/input.scss 4:3 root stylesheet + input.scss 4:3 foo() + input.scss 4:3 root stylesheet <===> output.css <===> warning WARNING: Mixin foo takes 2 arguments but 3 were passed. - on line 4 of /sass/spec/libsass-issues/issue_1683/mixin/input.scss + on line 4 of input.scss This will be an error in future versions of Sass. diff --git a/spec/libsass-closed-issues/issue_1706.hrx b/spec/libsass-closed-issues/issue_1706.hrx index 91d9fb3ecb..6821ce6d0e 100644 --- a/spec/libsass-closed-issues/issue_1706.hrx +++ b/spec/libsass-closed-issues/issue_1706.hrx @@ -14,7 +14,7 @@ Error: Invalid function name. 1 | @function calc($e) { @return custom; } | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1706/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet <===> output.css .test { diff --git a/spec/libsass-closed-issues/issue_1709.hrx b/spec/libsass-closed-issues/issue_1709.hrx index 8bf94dc97d..005b824219 100644 --- a/spec/libsass-closed-issues/issue_1709.hrx +++ b/spec/libsass-closed-issues/issue_1709.hrx @@ -44,7 +44,7 @@ } <===> warning -DEPRECATION WARNING on line 14 of /sass/spec/libsass-issues/issue_1709/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_1715.hrx b/spec/libsass-closed-issues/issue_1715.hrx index 6471244fe8..5de598939a 100644 --- a/spec/libsass-closed-issues/issue_1715.hrx +++ b/spec/libsass-closed-issues/issue_1715.hrx @@ -4,7 +4,7 @@ div { } <===> error Error: wrong number of arguments (2 for 1) for `red' - on line 2 of /sass/spec/libsass-issues/issue_1715/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Only 1 argument allowed, but 2 were passed. 2 | color: red(blue, purple); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1715/input.scss 2:10 root stylesheet + input.scss 2:10 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1732/invalid/mixin-def.hrx b/spec/libsass-closed-issues/issue_1732/invalid/mixin-def.hrx index 295631be3d..ceb9d5ef66 100644 --- a/spec/libsass-closed-issues/issue_1732/invalid/mixin-def.hrx +++ b/spec/libsass-closed-issues/issue_1732/invalid/mixin-def.hrx @@ -6,7 +6,7 @@ @include a(); <===> error Error: Properties are only allowed within rules, directives, mixin includes, or other properties. - on line 2 of /sass/spec/libsass-issues/issue_1732/invalid/mixin-def/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,5 +15,5 @@ Error: Declarations may only be used within style rules. 2 | b: c; | ^^^^ ' - /sass/spec/libsass-issues/issue_1732/invalid/mixin-def/input.scss 2:3 a() - /sass/spec/libsass-issues/issue_1732/invalid/mixin-def/input.scss 5:1 root stylesheet + input.scss 2:3 a() + input.scss 5:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1739/interpolate/both-4.0.hrx b/spec/libsass-closed-issues/issue_1739/interpolate/both-4.0.hrx index 46965b208d..2c6d9d9553 100644 --- a/spec/libsass-closed-issues/issue_1739/interpolate/both-4.0.hrx +++ b/spec/libsass-closed-issues/issue_1739/interpolate/both-4.0.hrx @@ -48,4 +48,4 @@ Error: Undefined operation "2 * 2". 23 | baz: #{1*2}*#{1*2}; | ^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1739/interpolate/both-4.0/input.scss 23:8 root stylesheet + input.scss 23:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1739/interpolate/both.hrx b/spec/libsass-closed-issues/issue_1739/interpolate/both.hrx index 48320c48f4..94136b9b3b 100644 --- a/spec/libsass-closed-issues/issue_1739/interpolate/both.hrx +++ b/spec/libsass-closed-issues/issue_1739/interpolate/both.hrx @@ -76,7 +76,7 @@ mod { } <===> warning -DEPRECATION WARNING on line 9 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -84,7 +84,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -92,7 +92,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -100,7 +100,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -108,7 +108,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -116,7 +116,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -124,7 +124,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -132,7 +132,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -140,7 +140,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -148,7 +148,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -156,7 +156,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -164,7 +164,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -172,7 +172,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -180,7 +180,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/libsass-issues/issue_1739/interpolate/both/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_1739/interpolate/left-4.0.hrx b/spec/libsass-closed-issues/issue_1739/interpolate/left-4.0.hrx index 2b0efbf0cb..91a2fce109 100644 --- a/spec/libsass-closed-issues/issue_1739/interpolate/left-4.0.hrx +++ b/spec/libsass-closed-issues/issue_1739/interpolate/left-4.0.hrx @@ -48,4 +48,4 @@ Error: Undefined operation "2 * 3". 23 | baz: #{1*2}*3; | ^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1739/interpolate/left-4.0/input.scss 23:8 root stylesheet + input.scss 23:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1739/interpolate/left.hrx b/spec/libsass-closed-issues/issue_1739/interpolate/left.hrx index 2beef7ec3f..d31aa3e2a9 100644 --- a/spec/libsass-closed-issues/issue_1739/interpolate/left.hrx +++ b/spec/libsass-closed-issues/issue_1739/interpolate/left.hrx @@ -76,7 +76,7 @@ mod { } <===> warning -DEPRECATION WARNING on line 9 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -84,7 +84,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -92,7 +92,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -100,7 +100,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -108,7 +108,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -116,7 +116,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -124,7 +124,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -132,7 +132,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -140,7 +140,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -148,7 +148,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -156,7 +156,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -164,7 +164,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -172,7 +172,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/libsass-issues/issue_1739/interpolate/left/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_1739/interpolate/right-4.0.hrx b/spec/libsass-closed-issues/issue_1739/interpolate/right-4.0.hrx index 6d435b945f..48f1b0a956 100644 --- a/spec/libsass-closed-issues/issue_1739/interpolate/right-4.0.hrx +++ b/spec/libsass-closed-issues/issue_1739/interpolate/right-4.0.hrx @@ -48,4 +48,4 @@ Error: Undefined operation "3 * 2". 23 | baz: 3*#{1*2}; | ^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1739/interpolate/right-4.0/input.scss 23:8 root stylesheet + input.scss 23:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1739/interpolate/right.hrx b/spec/libsass-closed-issues/issue_1739/interpolate/right.hrx index 1df454132a..d5c8604099 100644 --- a/spec/libsass-closed-issues/issue_1739/interpolate/right.hrx +++ b/spec/libsass-closed-issues/issue_1739/interpolate/right.hrx @@ -76,7 +76,7 @@ mod { } <===> warning -DEPRECATION WARNING on line 9 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -84,7 +84,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -92,7 +92,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -100,7 +100,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -108,7 +108,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -116,7 +116,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -124,7 +124,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -132,7 +132,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -140,7 +140,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -148,7 +148,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -156,7 +156,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -164,7 +164,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/libsass-issues/issue_1739/interpolate/right/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_1752.hrx b/spec/libsass-closed-issues/issue_1752.hrx index 2d96e9f09f..ee43e34543 100644 --- a/spec/libsass-closed-issues/issue_1752.hrx +++ b/spec/libsass-closed-issues/issue_1752.hrx @@ -10,4 +10,4 @@ foo { } <===> output.css <===> warning -/sass/spec/libsass-issues/issue_1752/input.scss:3 DEBUG: () +input.scss:3 DEBUG: () diff --git a/spec/libsass-closed-issues/issue_1768.hrx b/spec/libsass-closed-issues/issue_1768.hrx index f1964857e5..d0b735d34a 100644 --- a/spec/libsass-closed-issues/issue_1768.hrx +++ b/spec/libsass-closed-issues/issue_1768.hrx @@ -5,7 +5,7 @@ @debug((foo: (), bar: baz)); <===> output.css <===> warning -/sass/spec/libsass-issues/issue_1768/input.scss:1 DEBUG: () -/sass/spec/libsass-issues/issue_1768/input.scss:2 DEBUG: foo, (), bar -/sass/spec/libsass-issues/issue_1768/input.scss:3 DEBUG: foo () bar -/sass/spec/libsass-issues/issue_1768/input.scss:4 DEBUG: (foo: (), bar: baz) +input.scss:1 DEBUG: () +input.scss:2 DEBUG: foo, (), bar +input.scss:3 DEBUG: foo () bar +input.scss:4 DEBUG: (foo: (), bar: baz) diff --git a/spec/libsass-closed-issues/issue_1793.hrx b/spec/libsass-closed-issues/issue_1793.hrx index 9d607d56a0..e4d5dd7cf7 100644 --- a/spec/libsass-closed-issues/issue_1793.hrx +++ b/spec/libsass-closed-issues/issue_1793.hrx @@ -5,7 +5,7 @@ <===> error Error: 10in*px isn't a valid CSS value. - on line 1 of /sass/spec/libsass-issues/issue_1793/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: 10px*in isn't a valid CSS value. 1 | @media (max-width: (2px*5in)) { | ^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1793/input.scss 1:20 root stylesheet + input.scss 1:20 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1801/import-cycle.hrx b/spec/libsass-closed-issues/issue_1801/import-cycle.hrx index b66d5c164a..9238bd3345 100644 --- a/spec/libsass-closed-issues/issue_1801/import-cycle.hrx +++ b/spec/libsass-closed-issues/issue_1801/import-cycle.hrx @@ -9,12 +9,12 @@ <===> error Error: An @import loop has been found: - /sass/spec/libsass-issues/issue_1801/import-cycle/input.scss imports /sass/spec/libsass-issues/issue_1801/import-cycle/_alpha.scss - /sass/spec/libsass-issues/issue_1801/import-cycle/_alpha.scss imports /sass/spec/libsass-issues/issue_1801/import-cycle/_beta.scss - /sass/spec/libsass-issues/issue_1801/import-cycle/_beta.scss imports /sass/spec/libsass-issues/issue_1801/import-cycle/_alpha.scss - on line 1 of /sass/spec/libsass-issues/issue_1801/import-cycle/_beta.scss - from line 1 of /sass/spec/libsass-issues/issue_1801/import-cycle/_alpha.scss - from line 1 of /sass/spec/libsass-issues/issue_1801/import-cycle/input.scss + input.scss imports _alpha.scss + _alpha.scss imports _beta.scss + _beta.scss imports _alpha.scss + on line 1 of _beta.scss + from line 1 of _alpha.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -23,6 +23,6 @@ Error: This file is already being loaded. 1 | @import 'alpha'; | ^^^^^^^ ' - /sass/spec/libsass-issues/issue_1801/import-cycle/_beta.scss 1:9 @import - /sass/spec/libsass-issues/issue_1801/import-cycle/_alpha.scss 1:9 @import - /sass/spec/libsass-issues/issue_1801/import-cycle/input.scss 1:9 root stylesheet + _beta.scss 1:9 @import + _alpha.scss 1:9 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1803/nested.hrx b/spec/libsass-closed-issues/issue_1803/nested.hrx index a55f6eeb1b..b6168ca29d 100644 --- a/spec/libsass-closed-issues/issue_1803/nested.hrx +++ b/spec/libsass-closed-issues/issue_1803/nested.hrx @@ -11,7 +11,7 @@ a { <===> error Error: Illegal nesting: Only properties may be nested beneath properties. - on line 5 of /sass/spec/libsass-issues/issue_1803/nested/input.scss + on line 5 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,4 +20,4 @@ Error: expected ":". 5 | c { | ^ ' - /sass/spec/libsass-issues/issue_1803/nested/input.scss 5:7 root stylesheet + input.scss 5:7 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1804/inline.hrx b/spec/libsass-closed-issues/issue_1804/inline.hrx index 7965a2b748..3aa1631f15 100644 --- a/spec/libsass-closed-issues/issue_1804/inline.hrx +++ b/spec/libsass-closed-issues/issue_1804/inline.hrx @@ -5,7 +5,7 @@ foo { <===> error Error: 10in*px isn't a valid CSS value. - on line 2 of /sass/spec/libsass-issues/issue_1804/inline/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: 10px*in isn't a valid CSS value. 2 | bar: #{(2px*5in)}; | ^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1804/inline/input.scss 2:10 root stylesheet + input.scss 2:10 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1804/variable.hrx b/spec/libsass-closed-issues/issue_1804/variable.hrx index 0db23c24ee..55f5b6fac2 100644 --- a/spec/libsass-closed-issues/issue_1804/variable.hrx +++ b/spec/libsass-closed-issues/issue_1804/variable.hrx @@ -8,7 +8,7 @@ foo { <===> error Error: 10in*px isn't a valid CSS value. - on line 5 of /sass/spec/libsass-issues/issue_1804/variable/input.scss + on line 5 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: 10px*in isn't a valid CSS value. 5 | bar: #{($foo*$bar)}; | ^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1804/variable/input.scss 5:10 root stylesheet + input.scss 5:10 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1822.hrx b/spec/libsass-closed-issues/issue_1822.hrx index 1a96d23093..cae653e694 100644 --- a/spec/libsass-closed-issues/issue_1822.hrx +++ b/spec/libsass-closed-issues/issue_1822.hrx @@ -9,7 +9,7 @@ Error: Invalid CSS after ".open": expected "{", was "&" "&" may only be used at the beginning of a compound selector. - on line 2 of /sass/spec/libsass-issues/issue_1822/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: "&" may only used at the beginning of a compound selector. 2 | .open&{ | ^ ' - /sass/spec/libsass-issues/issue_1822/input.scss 2:10 root stylesheet + input.scss 2:10 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1873.hrx b/spec/libsass-closed-issues/issue_1873.hrx index 3bc92f186d..ed07ce8abd 100644 --- a/spec/libsass-closed-issues/issue_1873.hrx +++ b/spec/libsass-closed-issues/issue_1873.hrx @@ -10,7 +10,7 @@ } <===> error Error: Extend directives may only be used within rules. -/sass/spec/libsass-issues/issue_1873/input.scss +input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: @extend may only be used within style rules. 7 | @extend .a; | ^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1873/input.scss 7:5 root stylesheet + input.scss 7:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1916.hrx b/spec/libsass-closed-issues/issue_1916.hrx index 8e59c9f8b4..24677aea45 100644 --- a/spec/libsass-closed-issues/issue_1916.hrx +++ b/spec/libsass-closed-issues/issue_1916.hrx @@ -19,7 +19,7 @@ Error: ".btn:hover" failed to @extend ".z-depth-half-1". The selector ".z-depth-half-1" was not found. Use "@extend .z-depth-half-1 !optional" if the extend should be able to fail. - on line 13 of /sass/spec/libsass-issues/issue_1916/input.scss + on line 13 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -29,4 +29,4 @@ Use "@extend .z-depth-half-1 !optional" to avoid this error. 13 | @extend .z-depth-half-1; | ^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1916/input.scss 13:5 root stylesheet + input.scss 13:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_192.hrx b/spec/libsass-closed-issues/issue_192.hrx index 5740ce1e43..e0e09078a1 100644 --- a/spec/libsass-closed-issues/issue_192.hrx +++ b/spec/libsass-closed-issues/issue_192.hrx @@ -19,65 +19,65 @@ body { <===> warning WARNING: Starting loop - on line 2 of /sass/spec/libsass-issues/issue_192/input.scss + on line 2 of input.scss WARNING: Step 0 - on line 4 of /sass/spec/libsass-issues/issue_192/input.scss + on line 4 of input.scss WARNING: Step 1 - on line 4 of /sass/spec/libsass-issues/issue_192/input.scss + on line 4 of input.scss WARNING: Finished loop - on line 6 of /sass/spec/libsass-issues/issue_192/input.scss + on line 6 of input.scss WARNING: Starting loop - on line 2 of /sass/spec/libsass-issues/issue_192/input.scss + on line 2 of input.scss WARNING: Step -1 - on line 4 of /sass/spec/libsass-issues/issue_192/input.scss + on line 4 of input.scss WARNING: Step 0 - on line 4 of /sass/spec/libsass-issues/issue_192/input.scss + on line 4 of input.scss WARNING: Step 1 - on line 4 of /sass/spec/libsass-issues/issue_192/input.scss + on line 4 of input.scss WARNING: Finished loop - on line 6 of /sass/spec/libsass-issues/issue_192/input.scss + on line 6 of input.scss <===> warning-dart-sass WARNING: Starting loop - spec/libsass-issues/issue_192/input.scss 2:5 test() - spec/libsass-issues/issue_192/input.scss 10:12 root stylesheet + input.scss 2:5 test() + input.scss 10:12 root stylesheet WARNING: Step 0 - spec/libsass-issues/issue_192/input.scss 4:7 test() - spec/libsass-issues/issue_192/input.scss 10:12 root stylesheet + input.scss 4:7 test() + input.scss 10:12 root stylesheet WARNING: Step 1 - spec/libsass-issues/issue_192/input.scss 4:7 test() - spec/libsass-issues/issue_192/input.scss 10:12 root stylesheet + input.scss 4:7 test() + input.scss 10:12 root stylesheet WARNING: Finished loop - spec/libsass-issues/issue_192/input.scss 6:5 test() - spec/libsass-issues/issue_192/input.scss 10:12 root stylesheet + input.scss 6:5 test() + input.scss 10:12 root stylesheet WARNING: Starting loop - spec/libsass-issues/issue_192/input.scss 2:5 test() - spec/libsass-issues/issue_192/input.scss 11:13 root stylesheet + input.scss 2:5 test() + input.scss 11:13 root stylesheet WARNING: Step -1 - spec/libsass-issues/issue_192/input.scss 4:7 test() - spec/libsass-issues/issue_192/input.scss 11:13 root stylesheet + input.scss 4:7 test() + input.scss 11:13 root stylesheet WARNING: Step 0 - spec/libsass-issues/issue_192/input.scss 4:7 test() - spec/libsass-issues/issue_192/input.scss 11:13 root stylesheet + input.scss 4:7 test() + input.scss 11:13 root stylesheet WARNING: Step 1 - spec/libsass-issues/issue_192/input.scss 4:7 test() - spec/libsass-issues/issue_192/input.scss 11:13 root stylesheet + input.scss 4:7 test() + input.scss 11:13 root stylesheet WARNING: Finished loop - spec/libsass-issues/issue_192/input.scss 6:5 test() - spec/libsass-issues/issue_192/input.scss 11:13 root stylesheet + input.scss 6:5 test() + input.scss 11:13 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1923.hrx b/spec/libsass-closed-issues/issue_1923.hrx index 806cbd1b73..42114707e4 100644 --- a/spec/libsass-closed-issues/issue_1923.hrx +++ b/spec/libsass-closed-issues/issue_1923.hrx @@ -17,12 +17,12 @@ <===> error Error: You may not @extend an outer selector from within @media. You may only @extend selectors within the same directive. -/sass/spec/libsass-issues/issue_1923/input.scss. -/sass/spec/libsass-issues/issue_1923/input.scss +input.scss. +input.scss Use --trace for backtrace. <===> error-dart-sass -Error: From line 1, column 1 of /sass/spec/libsass-issues/issue_1923/input.scss: +Error: From line 1, column 1 of input.scss: , 1 | %btnBase { | ^^^^^^^^^ @@ -32,4 +32,4 @@ You may not @extend selectors across media queries. 13 | @extend %btnBase; | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1923/input.scss 13:5 root stylesheet + input.scss 13:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1941/function_function.hrx b/spec/libsass-closed-issues/issue_1941/function_function.hrx index 16e49bc6e1..9b0af4ef5f 100644 --- a/spec/libsass-closed-issues/issue_1941/function_function.hrx +++ b/spec/libsass-closed-issues/issue_1941/function_function.hrx @@ -14,7 +14,7 @@ test { <===> error Error: Functions can only contain variable declarations and control directives. - on line 2 of /sass/spec/libsass-issues/issue_1941/function_function/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -23,4 +23,4 @@ Error: This at-rule is not allowed here. 2 | @function nested() { | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1941/function_function/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1941/function_mixin.hrx b/spec/libsass-closed-issues/issue_1941/function_mixin.hrx index 5799be1e10..1bbbb76eb1 100644 --- a/spec/libsass-closed-issues/issue_1941/function_mixin.hrx +++ b/spec/libsass-closed-issues/issue_1941/function_mixin.hrx @@ -14,7 +14,7 @@ test { <===> error Error: Functions can only contain variable declarations and control directives. - on line 2 of /sass/spec/libsass-issues/issue_1941/function_mixin/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -23,4 +23,4 @@ Error: This at-rule is not allowed here. 2 | @mixin nested { | ^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1941/function_mixin/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1941/mixin_function.hrx b/spec/libsass-closed-issues/issue_1941/mixin_function.hrx index 978da363a8..0b0dc65735 100644 --- a/spec/libsass-closed-issues/issue_1941/mixin_function.hrx +++ b/spec/libsass-closed-issues/issue_1941/mixin_function.hrx @@ -14,7 +14,7 @@ test { <===> error Error: Functions may not be defined within control directives or other mixins. - on line 2 of /sass/spec/libsass-issues/issue_1941/mixin_function/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -23,4 +23,4 @@ Error: Mixins may not contain function declarations. 2 | @function nested() { | ^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1941/mixin_function/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_1941/mixin_mixin.hrx b/spec/libsass-closed-issues/issue_1941/mixin_mixin.hrx index 87502e5898..93d651cce4 100644 --- a/spec/libsass-closed-issues/issue_1941/mixin_mixin.hrx +++ b/spec/libsass-closed-issues/issue_1941/mixin_mixin.hrx @@ -14,7 +14,7 @@ test { <===> error Error: Mixins may not be defined within control directives or other mixins. - on line 2 of /sass/spec/libsass-issues/issue_1941/mixin_mixin/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -23,4 +23,4 @@ Error: Mixins may not contain mixin declarations. 2 | @mixin nested { | ^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_1941/mixin_mixin/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2023/id-selector-id.hrx b/spec/libsass-closed-issues/issue_2023/id-selector-id.hrx index bd91dc0063..57d248e673 100644 --- a/spec/libsass-closed-issues/issue_2023/id-selector-id.hrx +++ b/spec/libsass-closed-issues/issue_2023/id-selector-id.hrx @@ -9,7 +9,7 @@ Error: Expected identifier. 1 | #2b{ | ^ ' - /sass/spec/libsass-issues/issue_2023/id-selector-id/input.scss 1:2 root stylesheet + input.scss 1:2 root stylesheet <===> output.css #2b { diff --git a/spec/libsass-closed-issues/issue_2023/id-selector-nr.hrx b/spec/libsass-closed-issues/issue_2023/id-selector-nr.hrx index a18b823a84..839ad142e4 100644 --- a/spec/libsass-closed-issues/issue_2023/id-selector-nr.hrx +++ b/spec/libsass-closed-issues/issue_2023/id-selector-nr.hrx @@ -9,7 +9,7 @@ Error: Expected identifier. 1 | #2{ | ^ ' - /sass/spec/libsass-issues/issue_2023/id-selector-nr/input.scss 1:2 root stylesheet + input.scss 1:2 root stylesheet <===> output.css #2 { diff --git a/spec/libsass-closed-issues/issue_2023/pseudo-selector-id.hrx b/spec/libsass-closed-issues/issue_2023/pseudo-selector-id.hrx index 613148a75b..c57ec69249 100644 --- a/spec/libsass-closed-issues/issue_2023/pseudo-selector-id.hrx +++ b/spec/libsass-closed-issues/issue_2023/pseudo-selector-id.hrx @@ -9,7 +9,7 @@ Error: Expected identifier. 1 | #4d{ | ^ ' - /sass/spec/libsass-issues/issue_2023/pseudo-selector-id/input.scss 1:2 root stylesheet + input.scss 1:2 root stylesheet <===> output.css #4d { diff --git a/spec/libsass-closed-issues/issue_2023/pseudo-selector-nr.hrx b/spec/libsass-closed-issues/issue_2023/pseudo-selector-nr.hrx index 5c9959af11..39cf2d0c98 100644 --- a/spec/libsass-closed-issues/issue_2023/pseudo-selector-nr.hrx +++ b/spec/libsass-closed-issues/issue_2023/pseudo-selector-nr.hrx @@ -9,7 +9,7 @@ Error: Expected identifier. 1 | #4{ | ^ ' - /sass/spec/libsass-issues/issue_2023/pseudo-selector-nr/input.scss 1:2 root stylesheet + input.scss 1:2 root stylesheet <===> output.css #4 { diff --git a/spec/libsass-closed-issues/issue_2081.hrx b/spec/libsass-closed-issues/issue_2081.hrx index dc638e63cc..a0310522a8 100644 --- a/spec/libsass-closed-issues/issue_2081.hrx +++ b/spec/libsass-closed-issues/issue_2081.hrx @@ -3,7 +3,7 @@ $foo: #{bar();}; <===> error Error: Invalid CSS after "$foo: #{bar()": expected "}", was ";};" - on line 1 of /sass/spec/libsass-issues/issue_2081/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: expected "}". 1 | $foo: #{bar();}; | ^ ' - /sass/spec/libsass-issues/issue_2081/input.scss 1:14 root stylesheet + input.scss 1:14 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2106/test.hrx b/spec/libsass-closed-issues/issue_2106/test.hrx index 63e7cc68fd..6758e2f80f 100644 --- a/spec/libsass-closed-issues/issue_2106/test.hrx +++ b/spec/libsass-closed-issues/issue_2106/test.hrx @@ -3,7 +3,7 @@ <===> error Error: File to import not found or unreadable: ../does-not-exist. - on line 1 of /sass/spec/libsass-issues/issue_2106/test/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: Can't find stylesheet to import. 1 | @import "../does-not-exist"; | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2106/test/input.scss 1:9 root stylesheet + input.scss 1:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2143.hrx b/spec/libsass-closed-issues/issue_2143.hrx index 78c853cb3e..725830f4a2 100644 --- a/spec/libsass-closed-issues/issue_2143.hrx +++ b/spec/libsass-closed-issues/issue_2143.hrx @@ -2,7 +2,7 @@ $map:; <===> error Error: Invalid CSS after "$map:": expected expression (e.g. 1px, bold), was ";" - on line 1 of /sass/spec/libsass-issues/issue_2143/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -11,4 +11,4 @@ Error: Expected expression. 1 | $map:; | ^ ' - /sass/spec/libsass-issues/issue_2143/input.scss 1:6 root stylesheet + input.scss 1:6 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2147/lhs.hrx b/spec/libsass-closed-issues/issue_2147/lhs.hrx index 1d7c74d3dc..120b8c430d 100644 --- a/spec/libsass-closed-issues/issue_2147/lhs.hrx +++ b/spec/libsass-closed-issues/issue_2147/lhs.hrx @@ -3,7 +3,7 @@ $map: (a:b,c:d) + 1; <===> error Error: (a: b, c: d) isn't a valid CSS value. - on line 1 of /sass/spec/libsass-issues/issue_2147/lhs/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: (a: b, c: d) isn't a valid CSS value. 1 | $map: (a:b,c:d) + 1; | ^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2147/lhs/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2147/rhs.hrx b/spec/libsass-closed-issues/issue_2147/rhs.hrx index 3a72253841..9c0b5074a5 100644 --- a/spec/libsass-closed-issues/issue_2147/rhs.hrx +++ b/spec/libsass-closed-issues/issue_2147/rhs.hrx @@ -12,4 +12,4 @@ Error: (a: b, c: d) isn't a valid CSS value. 1 | $map: 1 + (a:b,c:d); | ^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2147/rhs/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2155.hrx b/spec/libsass-closed-issues/issue_2155.hrx index 79b1fce4e6..9492bfc6b2 100644 --- a/spec/libsass-closed-issues/issue_2155.hrx +++ b/spec/libsass-closed-issues/issue_2155.hrx @@ -6,14 +6,14 @@ a { } <===> error -WARNING on line 2, column 5 of /sass/spec/libsass-issues/issue_2155/input.scss: +WARNING on line 2, column 5 of input.scss: You probably don't mean to use the color value `#ff0' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "#ff0"). If you really want to use the color value here, use `"" + #ff0'. Error: Invalid CSS after "&.": expected class name, was "#ff0" - on line 2 of /sass/spec/libsass-issues/issue_2155/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -26,16 +26,16 @@ If you really want to use the color value here, use '"" + #ff0'. 2 | &.#{#ff0} { | ^^^^ ' - /sass/spec/libsass-issues/issue_2155/input.scss 2:7 root stylesheet + input.scss 2:7 root stylesheet Error: Expected identifier. , 2 | &.#ff0{ | ^ ' - /sass/spec/libsass-issues/issue_2155/input.scss 2:5 root stylesheet + input.scss 2:5 root stylesheet <===> error-libsass Error: Invalid CSS after "&": expected selector, was ".#ff0" - on line 2 of /sass/spec/libsass-issues/issue_2155/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_2156/error.hrx b/spec/libsass-closed-issues/issue_2156/error.hrx index aa873d8ba7..a6c07e2055 100644 --- a/spec/libsass-closed-issues/issue_2156/error.hrx +++ b/spec/libsass-closed-issues/issue_2156/error.hrx @@ -12,4 +12,4 @@ Error: "foo" and "bar" 1 | @error unquote("\"foo\" and \"bar\""); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2156/error/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2156/warn.hrx b/spec/libsass-closed-issues/issue_2156/warn.hrx index d6ac4a0557..c587a8eb07 100644 --- a/spec/libsass-closed-issues/issue_2156/warn.hrx +++ b/spec/libsass-closed-issues/issue_2156/warn.hrx @@ -24,16 +24,16 @@ WARNING: "foo" and "bar" <===> warning-dart-sass WARNING: "foo" - spec/libsass-issues/issue_2156/warn/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet WARNING: "foo" - spec/libsass-issues/issue_2156/warn/input.scss 2:1 root stylesheet + input.scss 2:1 root stylesheet WARNING: "foo - spec/libsass-issues/issue_2156/warn/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet WARNING: "foo"bar - spec/libsass-issues/issue_2156/warn/input.scss 4:1 root stylesheet + input.scss 4:1 root stylesheet WARNING: "foo" and "bar" - spec/libsass-issues/issue_2156/warn/input.scss 5:1 root stylesheet + input.scss 5:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_221255.hrx b/spec/libsass-closed-issues/issue_221255.hrx index a2b26da093..d0e86470e3 100644 --- a/spec/libsass-closed-issues/issue_221255.hrx +++ b/spec/libsass-closed-issues/issue_221255.hrx @@ -6,5 +6,5 @@ '#{)'{ <===> error Error: Invalid CSS after "'#{": expected expression (e.g. 1px, bold), was ")'{" - on line 1 of /sass/spec/libsass-issues/issue_221255/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_2260/no-parent-with-compound.hrx b/spec/libsass-closed-issues/issue_2260/no-parent-with-compound.hrx index ad2ad440e7..9c61da7c6c 100644 --- a/spec/libsass-closed-issues/issue_2260/no-parent-with-compound.hrx +++ b/spec/libsass-closed-issues/issue_2260/no-parent-with-compound.hrx @@ -12,9 +12,9 @@ } <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 8 of /sass/spec/libsass-issues/issue_2260/no-parent-with-compound/input.scss, in `@content' - from line 3 of /sass/spec/libsass-issues/issue_2260/no-parent-with-compound/input.scss, in `test' - from line 7 of /sass/spec/libsass-issues/issue_2260/no-parent-with-compound/input.scss + on line 8 of input.scss, in `@content' + from line 3 of input.scss, in `test' + from line 7 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -23,6 +23,6 @@ Error: Top-level selectors may not contain the parent selector "&". 8 | .test & { | ^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2260/no-parent-with-compound/input.scss 8:3 @content - /sass/spec/libsass-issues/issue_2260/no-parent-with-compound/input.scss 3:5 test() - /sass/spec/libsass-issues/issue_2260/no-parent-with-compound/input.scss 7:1 root stylesheet + input.scss 8:3 @content + input.scss 3:5 test() + input.scss 7:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2304.hrx b/spec/libsass-closed-issues/issue_2304.hrx index 300cd9a9d4..0ecc91a1f4 100644 --- a/spec/libsass-closed-issues/issue_2304.hrx +++ b/spec/libsass-closed-issues/issue_2304.hrx @@ -10,8 +10,8 @@ @import "module"; <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 1 of /sass/spec/libsass-issues/issue_2304/_module.scss - from line 1 of /sass/spec/libsass-issues/issue_2304/input.scss + on line 1 of _module.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,5 +20,5 @@ Error: Top-level selectors may not contain the parent selector "&". 1 | .foo, & { | ^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2304/_module.scss 1:1 @import - /sass/spec/libsass-issues/issue_2304/input.scss 1:9 root stylesheet + _module.scss 1:1 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2307.hrx b/spec/libsass-closed-issues/issue_2307.hrx index 93ab852095..c9cf62c1ba 100644 --- a/spec/libsass-closed-issues/issue_2307.hrx +++ b/spec/libsass-closed-issues/issue_2307.hrx @@ -4,7 +4,7 @@ <===> error Error: Invalid CSS after "{": expected "}", was "" - on line 3 of /sass/spec/libsass-issues/issue_2307/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,8 +13,8 @@ Error: expected "}". 2 | { | ^ ' - /sass/spec/libsass-issues/issue_2307/input.scss 2:2 root stylesheet + input.scss 2:2 root stylesheet <===> error-libsass Error: Invalid CSS after "0//#{": expected expression (e.g. 1px, bold), was "{" - on line 1 of /sass/spec/libsass-issues/issue_2307/input.scss + on line 1 of input.scss diff --git a/spec/libsass-closed-issues/issue_2352.hrx b/spec/libsass-closed-issues/issue_2352.hrx index 98d230bb8f..c86c87ef91 100644 --- a/spec/libsass-closed-issues/issue_2352.hrx +++ b/spec/libsass-closed-issues/issue_2352.hrx @@ -11,7 +11,7 @@ $theme: (red: #D700EE); <===> error Error: Variable keyword argument map must have string keys. #ff0000 is not a string in (red: #D700EE). - on line 8 of /sass/spec/libsass-issues/issue_2352/input.scss + on line 8 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -21,4 +21,4 @@ red is not a string in (red: #D700EE). 8 | color: test($theme...); | ^^^^^^ ' - /sass/spec/libsass-issues/issue_2352/input.scss 8:14 root stylesheet + input.scss 8:14 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2365.hrx b/spec/libsass-closed-issues/issue_2365.hrx index ce9af2ccdb..312e2152f9 100644 --- a/spec/libsass-closed-issues/issue_2365.hrx +++ b/spec/libsass-closed-issues/issue_2365.hrx @@ -9,7 +9,7 @@ a { } <===> error Error: Invalid CSS after "": expected selector, was "," - on line 4 of /sass/spec/libsass-issues/issue_2365/input.scss + on line 4 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,7 +18,7 @@ Error: expected selector. 4 | }, | ^ ' - /sass/spec/libsass-issues/issue_2365/input.scss 4:6 root stylesheet + input.scss 4:6 root stylesheet <===> error-libsass Error: Invalid CSS after " }": expected selector, was "," diff --git a/spec/libsass-closed-issues/issue_2369.hrx b/spec/libsass-closed-issues/issue_2369.hrx index 791c7811ac..523581e1b2 100644 --- a/spec/libsass-closed-issues/issue_2369.hrx +++ b/spec/libsass-closed-issues/issue_2369.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "@a(#{url(\#{": expected expression (e.g. 1px, bold), was "})}" - on line 1 of /sass/spec/libsass-issues/issue_2369/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,7 +12,7 @@ Error: Expected expression. 1 | @a(#{url(\#{})} | ^^ ' - /sass/spec/libsass-issues/issue_2369/input.scss 1:11 root stylesheet + input.scss 1:11 root stylesheet <===> error-libsass Error: Invalid CSS after "@a(#{url(\\#{}": expected expression (e.g. 1px, bold), was ")}" diff --git a/spec/libsass-closed-issues/issue_2371.hrx b/spec/libsass-closed-issues/issue_2371.hrx index 16aa89801f..1de746193d 100644 --- a/spec/libsass-closed-issues/issue_2371.hrx +++ b/spec/libsass-closed-issues/issue_2371.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "#{a==b}": expected "{", was "" - on line 2 of /sass/spec/libsass-issues/issue_2371/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: expected "{". 1 | #{a==b} | ^ ' - /sass/spec/libsass-issues/issue_2371/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2374.hrx b/spec/libsass-closed-issues/issue_2374.hrx index 24b83371ea..5156611f42 100644 --- a/spec/libsass-closed-issues/issue_2374.hrx +++ b/spec/libsass-closed-issues/issue_2374.hrx @@ -103,115 +103,115 @@ $colors: ( } <===> warning -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 7, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 7, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `yellow' in interpolation here. It may end up represented as #ffff00, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "yellow"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `red' in interpolation here. It may end up represented as #ff0000, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "red"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `red' in interpolation here. It may end up represented as #ff0000, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "red"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `red' in interpolation here. It may end up represented as #ff0000, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "red"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `blue' in interpolation here. It may end up represented as #0000ff, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "blue"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `blue' in interpolation here. It may end up represented as #0000ff, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "blue"). If you really want to use the color value here, use `"" + $name'. -WARNING on line 20, column 10 of /sass/spec/libsass-issues/issue_2374/input.scss: +WARNING on line 20, column 10 of input.scss: You probably don't mean to use the color value `blue' in interpolation here. It may end up represented as #0000ff, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "blue"). @@ -227,7 +227,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -238,7 +238,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -249,7 +249,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -260,7 +260,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -271,7 +271,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -282,7 +282,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -293,7 +293,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -304,7 +304,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -315,7 +315,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -326,7 +326,7 @@ If you really want to use the color value here, use '"" + $name'. 7 | .#{$name}-#{($i*100)} { background-color: lighten($color, $amount) }; | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 7:12 root stylesheet + input.scss 7:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -337,7 +337,7 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -348,7 +348,7 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet WARNING: You probably don't mean to use the color value yellow in interpolation here. It may end up represented as yellow, which will likely produce invalid CSS. @@ -359,7 +359,7 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet WARNING: You probably don't mean to use the color value red in interpolation here. It may end up represented as red, which will likely produce invalid CSS. @@ -370,7 +370,7 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet WARNING: You probably don't mean to use the color value red in interpolation here. It may end up represented as red, which will likely produce invalid CSS. @@ -381,7 +381,7 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet WARNING: You probably don't mean to use the color value red in interpolation here. It may end up represented as red, which will likely produce invalid CSS. @@ -392,7 +392,7 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet WARNING: You probably don't mean to use the color value blue in interpolation here. It may end up represented as blue, which will likely produce invalid CSS. @@ -403,7 +403,7 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet WARNING: You probably don't mean to use the color value blue in interpolation here. It may end up represented as blue, which will likely produce invalid CSS. @@ -414,7 +414,7 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet WARNING: You probably don't mean to use the color value blue in interpolation here. It may end up represented as blue, which will likely produce invalid CSS. @@ -425,6 +425,6 @@ If you really want to use the color value here, use '"" + $name'. 20 | .#{$name}-#{($i*100)} { | ^^^^^ ' - /sass/spec/libsass-issues/issue_2374/input.scss 20:12 root stylesheet + input.scss 20:12 root stylesheet <===> warning-libsass diff --git a/spec/libsass-closed-issues/issue_238760.hrx b/spec/libsass-closed-issues/issue_238760.hrx index 0af8d77656..f7216aa79f 100644 --- a/spec/libsass-closed-issues/issue_238760.hrx +++ b/spec/libsass-closed-issues/issue_238760.hrx @@ -3,7 +3,7 @@ $id: inspect((a#b:c)...) <===> error Error: Variable keyword argument map must have string keys. ("a" "#b") is not a string in (a #b: c). - on line 1 of /sass/spec/libsass-issues/issue_238760/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ a #b is not a string in (a #b: c). 1 | $id: inspect((a#b:c)...) | ^^^^^^^ ' - /sass/spec/libsass-issues/issue_238760/input.scss 1:14 root stylesheet + input.scss 1:14 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2446/error b/spec/libsass-closed-issues/issue_2446/error index daabcad334..ecac703ef4 100644 --- a/spec/libsass-closed-issues/issue_2446/error +++ b/spec/libsass-closed-issues/issue_2446/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\xE5" - on line 1 of /sass/spec/libsass-issues/issue_2446/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_2446/error-dart-sass b/spec/libsass-closed-issues/issue_2446/error-dart-sass index 2dc47e3c0c..03f720a616 100644 --- a/spec/libsass-closed-issues/issue_2446/error-dart-sass +++ b/spec/libsass-closed-issues/issue_2446/error-dart-sass @@ -3,4 +3,4 @@ Error: Invalid UTF-8. 1 | $�:D&(22#222222%0:/2222-2%22%222/2-2%22%2222-2%22%22)/22 | ^ ' - /sass/spec/libsass-issues/issue_2446/input.scss 1:2 root stylesheet + input.scss 1:2 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2446/error-libsass b/spec/libsass-closed-issues/issue_2446/error-libsass index 951a39c800..27ffa26512 100644 --- a/spec/libsass-closed-issues/issue_2446/error-libsass +++ b/spec/libsass-closed-issues/issue_2446/error-libsass @@ -1,4 +1,4 @@ Error: Invalid UTF-8 sequence - on line 1 of /sass/spec/libsass-issues/issue_2446/input.scss + on line 1 of input.scss >> $�:D&(22#222222%0:/2222-2%22%222/2-2%22%2222-2%22%22)/22 -^ diff --git a/spec/libsass-closed-issues/issue_2472.hrx b/spec/libsass-closed-issues/issue_2472.hrx index 0487028028..2d4e1ce228 100644 --- a/spec/libsass-closed-issues/issue_2472.hrx +++ b/spec/libsass-closed-issues/issue_2472.hrx @@ -48,7 +48,7 @@ in Sass 4.0. Use call(get-function("darken")) instead. 19 | call: call('darken', #102030, $arg...); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2472/input.scss 19:9 root stylesheet + input.scss 19:9 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("darken")) instead. @@ -57,8 +57,8 @@ in Sass 4.0. Use call(get-function("darken")) instead. 5 | @return call('darken', $color, $args...); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2472/input.scss 5:11 dark() - /sass/spec/libsass-issues/issue_2472/input.scss 20:13 root stylesheet + input.scss 5:11 dark() + input.scss 20:13 root stylesheet DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("darken")) instead. @@ -67,5 +67,5 @@ in Sass 4.0. Use call(get-function("darken")) instead. 11 | @return call('darken', $args...); | ^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2472/input.scss 11:11 dark2() - /sass/spec/libsass-issues/issue_2472/input.scss 21:14 root stylesheet + input.scss 11:11 dark2() + input.scss 21:14 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2482.hrx b/spec/libsass-closed-issues/issue_2482.hrx index ebe559a71b..b9029af80a 100644 --- a/spec/libsass-closed-issues/issue_2482.hrx +++ b/spec/libsass-closed-issues/issue_2482.hrx @@ -15,6 +15,6 @@ @include mixin(); <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 3 of /sass/spec/libsass-issues/issue_2482/input.scss, in `mixin' - from line 9 of /sass/spec/libsass-issues/issue_2482/input.scss + on line 3 of input.scss, in `mixin' + from line 9 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_2569.hrx b/spec/libsass-closed-issues/issue_2569.hrx index fffaca1a85..896645daa7 100644 --- a/spec/libsass-closed-issues/issue_2569.hrx +++ b/spec/libsass-closed-issues/issue_2569.hrx @@ -12,7 +12,7 @@ } <===> error Error: Functions can only contain variable declarations and control directives. - on line 5 of /sass/spec/libsass-issues/issue_2569/input.scss + on line 5 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -21,4 +21,4 @@ Error: @function rules may not contain declarations. 5 | opacity: 1; | ^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2569/input.scss 5:5 root stylesheet + input.scss 5:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_2779.hrx b/spec/libsass-closed-issues/issue_2779.hrx index bf07f38c25..6c1997cd62 100644 --- a/spec/libsass-closed-issues/issue_2779.hrx +++ b/spec/libsass-closed-issues/issue_2779.hrx @@ -15,7 +15,7 @@ Error: Error: Parent selectors aren't allowed here. 1 | @debug(selector-extend(".a .b", "&b", ndll)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2779/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet <===> error-libsass Error: Parent selectors aren't allowed here. diff --git a/spec/libsass-closed-issues/issue_308.hrx b/spec/libsass-closed-issues/issue_308.hrx index 5b04431426..3ebf1fe84c 100644 --- a/spec/libsass-closed-issues/issue_308.hrx +++ b/spec/libsass-closed-issues/issue_308.hrx @@ -24,7 +24,7 @@ $var: orange; } <===> warning -WARNING on line 7, column 2 of /sass/spec/libsass-issues/issue_308/input.scss: +WARNING on line 7, column 2 of input.scss: You probably don't mean to use the color value `orange' in interpolation here. It may end up represented as #ffa500, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "orange"). @@ -40,4 +40,4 @@ If you really want to use the color value here, use '"" + $var'. 7 | .#{$var} { | ^^^^ ' - /sass/spec/libsass-issues/issue_308/input.scss 7:4 root stylesheet + input.scss 7:4 root stylesheet diff --git a/spec/libsass-closed-issues/issue_442.hrx b/spec/libsass-closed-issues/issue_442.hrx index 8142a9b290..dff1a49fda 100644 --- a/spec/libsass-closed-issues/issue_442.hrx +++ b/spec/libsass-closed-issues/issue_442.hrx @@ -22,7 +22,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 1 of /sass/spec/libsass-issues/issue_442/input.scss: +DEPRECATION WARNING on line 1 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_628.hrx b/spec/libsass-closed-issues/issue_628.hrx index e481000159..d8cb2ce0c0 100644 --- a/spec/libsass-closed-issues/issue_628.hrx +++ b/spec/libsass-closed-issues/issue_628.hrx @@ -17,4 +17,4 @@ Error: Duplicate key. 7 | eta: 6, | ^^^ ' - /sass/spec/libsass-issues/issue_628/input.scss 7:5 root stylesheet + input.scss 7:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_673.hrx b/spec/libsass-closed-issues/issue_673.hrx index 7e64b04d8a..8a26e0a9cc 100644 --- a/spec/libsass-closed-issues/issue_673.hrx +++ b/spec/libsass-closed-issues/issue_673.hrx @@ -15,10 +15,10 @@ <===> error Error: You may not @extend an outer selector from within @media. You may only @extend selectors within the same directive. - From "@extend .example" on line 9 of /sass/spec/libsass-issues/issue_673/input.scss. + From "@extend .example" on line 9 of input.scss. <===> error-dart-sass -Error: From line 1, column 1 of /sass/spec/libsass-issues/issue_673/input.scss: +Error: From line 1, column 1 of input.scss: , 1 | .example { | ^^^^^^^^^ @@ -28,4 +28,4 @@ You may not @extend selectors across media queries. 9 | @extend .example; | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_673/input.scss 9:13 root stylesheet + input.scss 9:13 root stylesheet diff --git a/spec/libsass-closed-issues/issue_674.hrx b/spec/libsass-closed-issues/issue_674.hrx index eaf472ed7c..6bea56bfdb 100644 --- a/spec/libsass-closed-issues/issue_674.hrx +++ b/spec/libsass-closed-issues/issue_674.hrx @@ -33,7 +33,7 @@ Error: Invalid function name. 5 | @function url($src, $path:''){ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_674/input.scss 5:1 root stylesheet + input.scss 5:1 root stylesheet <===> output.css div { diff --git a/spec/libsass-closed-issues/issue_698.hrx b/spec/libsass-closed-issues/issue_698.hrx index 04d67a5fbb..60c79dc9cb 100644 --- a/spec/libsass-closed-issues/issue_698.hrx +++ b/spec/libsass-closed-issues/issue_698.hrx @@ -10,5 +10,5 @@ test { <===> error Error: Invalid null operation: ""foo" plus null". - on line 2 of /sass/spec/libsass-issues/issue_698/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-closed-issues/issue_712.hrx b/spec/libsass-closed-issues/issue_712.hrx index 3efcd8c0c7..dbe1eedf94 100644 --- a/spec/libsass-closed-issues/issue_712.hrx +++ b/spec/libsass-closed-issues/issue_712.hrx @@ -12,12 +12,12 @@ <===> error Error: You may not @extend an outer selector from within @media. You may only @extend selectors within the same directive. - From "@extend .foo" on line 7 of /sass/spec/libsass-issues/issue_712/input.scss. - on line 1 of /sass/spec/libsass-issues/issue_712/input.scss + From "@extend .foo" on line 7 of input.scss. + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass -Error: From line 1, column 1 of /sass/spec/libsass-issues/issue_712/input.scss: +Error: From line 1, column 1 of input.scss: , 1 | .foo { | ^^^^^ @@ -27,4 +27,4 @@ You may not @extend selectors across media queries. 7 | @extend .foo; | ^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_712/input.scss 7:5 root stylesheet + input.scss 7:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_713/and.hrx b/spec/libsass-closed-issues/issue_713/and.hrx index 297212afa0..fa3cdfbcaf 100644 --- a/spec/libsass-closed-issues/issue_713/and.hrx +++ b/spec/libsass-closed-issues/issue_713/and.hrx @@ -9,7 +9,7 @@ test { <===> error Error: Invalid function name "and". - on line of /sass/spec/libsass-issues/issue_713/and/input.scss + on line of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: Invalid function name. 1 | @function and() { | ^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_713/and/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_713/not.hrx b/spec/libsass-closed-issues/issue_713/not.hrx index a03fda3d0e..d3e050557e 100644 --- a/spec/libsass-closed-issues/issue_713/not.hrx +++ b/spec/libsass-closed-issues/issue_713/not.hrx @@ -9,7 +9,7 @@ test { <===> error Error: Invalid function name "not". - on line of /sass/spec/libsass-issues/issue_713/not/input.scss + on line of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: Invalid function name. 1 | @function not() { | ^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_713/not/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_713/or.hrx b/spec/libsass-closed-issues/issue_713/or.hrx index ac4058e635..a33c386286 100644 --- a/spec/libsass-closed-issues/issue_713/or.hrx +++ b/spec/libsass-closed-issues/issue_713/or.hrx @@ -9,7 +9,7 @@ test { <===> error Error: Invalid function name "or". - on line of /sass/spec/libsass-issues/issue_713/or/input.scss + on line of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: Invalid function name. 1 | @function or() { | ^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_713/or/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_759.hrx b/spec/libsass-closed-issues/issue_759.hrx index b59cf4c3c7..aa2901b88b 100644 --- a/spec/libsass-closed-issues/issue_759.hrx +++ b/spec/libsass-closed-issues/issue_759.hrx @@ -35,7 +35,7 @@ declare new variables. Consider adding `$a: null` at the top level. 1 | $a: 10px !global !default; | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_759/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$b: null` at the top level. @@ -44,7 +44,7 @@ declare new variables. Consider adding `$b: null` at the top level. 2 | $b: 20px !default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_759/input.scss 2:1 root stylesheet + input.scss 2:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$c: null` at the top level. @@ -53,7 +53,7 @@ declare new variables. Consider adding `$c: null` at the top level. 3 | $c: 30px !default !default !default !global !global !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_759/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$d: null` at the top level. @@ -62,7 +62,7 @@ declare new variables. Consider adding `$d: null` at the top level. 4 | $d: 40px !global !global !global !default !default !default; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_759/input.scss 4:1 root stylesheet + input.scss 4:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$e: null` at the top level. @@ -71,4 +71,4 @@ declare new variables. Consider adding `$e: null` at the top level. 5 | $e: 50px !global !default !global !default !global !default; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_759/input.scss 5:1 root stylesheet + input.scss 5:1 root stylesheet diff --git a/spec/libsass-closed-issues/issue_83.hrx b/spec/libsass-closed-issues/issue_83.hrx index 042a2d86dd..9d65dfa3ac 100644 --- a/spec/libsass-closed-issues/issue_83.hrx +++ b/spec/libsass-closed-issues/issue_83.hrx @@ -20,5 +20,5 @@ Error: Missing argument $color. 8 | | color: $color; 9 | \ } ' - /sass/spec/libsass-issues/issue_83/input.scss 7:3 colors() - /sass/spec/libsass-issues/issue_83/input.scss 7:3 root stylesheet + input.scss 7:3 colors() + input.scss 7:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_870.hrx b/spec/libsass-closed-issues/issue_870.hrx index 1f97b2ae26..f7b2a48715 100644 --- a/spec/libsass-closed-issues/issue_870.hrx +++ b/spec/libsass-closed-issues/issue_870.hrx @@ -50,7 +50,7 @@ $quoted-strings-ssv: "alpha" "beta" 'gamma' 'delta'; } <===> warning -DEPRECATION WARNING on line 9 of /sass/spec/libsass-issues/issue_870/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -58,7 +58,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/libsass-issues/issue_870/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-closed-issues/issue_871.hrx b/spec/libsass-closed-issues/issue_871.hrx index ab7a557fc1..bb4f7c5a15 100644 --- a/spec/libsass-closed-issues/issue_871.hrx +++ b/spec/libsass-closed-issues/issue_871.hrx @@ -7,7 +7,7 @@ Error: ".bar" failed to @extend ".foo". The selector ".foo" was not found. Use "@extend .foo !optional" if the extend should be able to fail. - on line 2 of /sass/spec/libsass-issues/issue_871/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Use "@extend .foo !optional" to avoid this error. 2 | @extend .foo; | ^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_871/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass-closed-issues/issue_945.hrx b/spec/libsass-closed-issues/issue_945.hrx index 175a97c967..c3bad0f5aa 100644 --- a/spec/libsass-closed-issues/issue_945.hrx +++ b/spec/libsass-closed-issues/issue_945.hrx @@ -6,7 +6,7 @@ <===> error Error: Invalid CSS after " d:": expected expression (e.g. 1px, bold), was "}" - on line 4 of /sass/spec/libsass-issues/issue_945/input.scss + on line 4 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: Expected expression. 3 | d: | ^ ' - /sass/spec/libsass-issues/issue_945/input.scss 3:5 root stylesheet + input.scss 3:5 root stylesheet diff --git a/spec/libsass-closed-issues/issue_948.hrx b/spec/libsass-closed-issues/issue_948.hrx index 1b772ebb99..7e2f750861 100644 --- a/spec/libsass-closed-issues/issue_948.hrx +++ b/spec/libsass-closed-issues/issue_948.hrx @@ -12,7 +12,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 1 of /sass/spec/libsass-issues/issue_948/input.scss: +DEPRECATION WARNING on line 1 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass-todo-issues/issue_1096.hrx b/spec/libsass-todo-issues/issue_1096.hrx index 1024bcfa67..4fa078c8bc 100644 --- a/spec/libsass-todo-issues/issue_1096.hrx +++ b/spec/libsass-todo-issues/issue_1096.hrx @@ -13,7 +13,7 @@ Error: Expected ". 4 | @import url("foo | ^ ' - /sass/spec/libsass-issues/issue_1096/input.scss 4:17 root stylesheet + input.scss 4:17 root stylesheet <===> output.css @import url("foobar"); @@ -21,6 +21,6 @@ Error: Expected ". @import url(foo bar); <===> warning -DEPRECATION WARNING on line 4, column 13 of /sass/spec/libsass-issues/issue_1096/input.scss: +DEPRECATION WARNING on line 4, column 13 of input.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. diff --git a/spec/libsass-todo-issues/issue_1694/quoted-right-dbl-paren.hrx b/spec/libsass-todo-issues/issue_1694/quoted-right-dbl-paren.hrx index cca516d25a..568a2baa3f 100644 --- a/spec/libsass-todo-issues/issue_1694/quoted-right-dbl-paren.hrx +++ b/spec/libsass-todo-issues/issue_1694/quoted-right-dbl-paren.hrx @@ -5,7 +5,7 @@ test { <===> error Error: Invalid CSS after "...ha(opacity=20\)": expected ";", was ");" - on line 2 of /sass/spec/libsass-issues/issue_1694/quoted-right-dbl-paren/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> output-dart-sass.css diff --git a/spec/libsass-todo-issues/issue_1694/quoted-right-paren.hrx b/spec/libsass-todo-issues/issue_1694/quoted-right-paren.hrx index f340c85ed9..5d0d019dce 100644 --- a/spec/libsass-todo-issues/issue_1694/quoted-right-paren.hrx +++ b/spec/libsass-todo-issues/issue_1694/quoted-right-paren.hrx @@ -9,7 +9,7 @@ Error: expected ")". 2 | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20\); | ^ ' - /sass/spec/libsass-issues/issue_1694/quoted-right-paren/input.scss 2:63 root stylesheet + input.scss 2:63 root stylesheet <===> output.css test { diff --git a/spec/libsass-todo-issues/issue_1720.hrx b/spec/libsass-todo-issues/issue_1720.hrx index a6ade04234..a76fb4f138 100644 --- a/spec/libsass-todo-issues/issue_1720.hrx +++ b/spec/libsass-todo-issues/issue_1720.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "}": expected ";", was "" - on line 4 of /sass/spec/libsass-issues/issue_1720/input.scss + on line 4 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: expected "}". 3 | } | ^ ' - /sass/spec/libsass-issues/issue_1720/input.scss 3:2 root stylesheet + input.scss 3:2 root stylesheet diff --git a/spec/libsass-todo-issues/issue_1732/invalid/ruleset.hrx b/spec/libsass-todo-issues/issue_1732/invalid/ruleset.hrx index 61820c4194..9fb58e78f2 100644 --- a/spec/libsass-todo-issues/issue_1732/invalid/ruleset.hrx +++ b/spec/libsass-todo-issues/issue_1732/invalid/ruleset.hrx @@ -3,7 +3,7 @@ color: green; <===> error Error: Invalid CSS after "color: green": expected "{", was ";" - on line 1 of /sass/spec/libsass-issues/issue_1732/invalid/ruleset/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: expected "{". 1 | color: green; | ^ ' - /sass/spec/libsass-issues/issue_1732/invalid/ruleset/input.scss 1:13 root stylesheet + input.scss 1:13 root stylesheet diff --git a/spec/libsass-todo-issues/issue_1801/simple-import-loop.hrx b/spec/libsass-todo-issues/issue_1801/simple-import-loop.hrx index d0956dae37..946426b9ab 100644 --- a/spec/libsass-todo-issues/issue_1801/simple-import-loop.hrx +++ b/spec/libsass-todo-issues/issue_1801/simple-import-loop.hrx @@ -5,10 +5,10 @@ @import 'susy'; <===> error -Error: An @import loop has been found: /sass/spec/libsass-issues/issue_1801/simple-import-loop/_susy.scss imports itself - on line 1 of /sass/spec/libsass-issues/issue_1801/simple-import-loop/_susy.scss - from line 1 of /sass/spec/libsass-issues/issue_1801/simple-import-loop/_susy.scss - from line 1 of /sass/spec/libsass-issues/issue_1801/simple-import-loop/input.scss +Error: An @import loop has been found: _susy.scss imports itself + on line 1 of _susy.scss + from line 1 of _susy.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,5 +17,5 @@ Error: This file is already being loaded. 1 | @import 'susy'; | ^^^^^^ ' - /sass/spec/libsass-issues/issue_1801/simple-import-loop/_susy.scss 1:9 @import - /sass/spec/libsass-issues/issue_1801/simple-import-loop/input.scss 1:9 root stylesheet + _susy.scss 1:9 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass-todo-issues/issue_2016/error b/spec/libsass-todo-issues/issue_2016/error index c7c83d9de5..d664676001 100644 --- a/spec/libsass-todo-issues/issue_2016/error +++ b/spec/libsass-todo-issues/issue_2016/error @@ -1,3 +1,3 @@ Error: Invalid CSS after "...pecific grammar": expected ")", was ". And this thin..." - on line 1 of /sass/spec/libsass-issues/issue_2016/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-issues/issue_2016/error-dart-sass b/spec/libsass-todo-issues/issue_2016/error-dart-sass index 183e7ab89a..8a53363356 100644 --- a/spec/libsass-todo-issues/issue_2016/error-dart-sass +++ b/spec/libsass-todo-issues/issue_2016/error-dart-sass @@ -3,4 +3,4 @@ Error: Expected identifier. 1 | $_: ___((Classes and IDs must follow a specific grammar. And this thing here doesn’t.)); | ^ ' - /sass/spec/libsass-issues/issue_2016/input.scss 1:57 root stylesheet + input.scss 1:57 root stylesheet diff --git a/spec/libsass-todo-issues/issue_2023/class-selector-id.hrx b/spec/libsass-todo-issues/issue_2023/class-selector-id.hrx index e98b02e892..7366053225 100644 --- a/spec/libsass-todo-issues/issue_2023/class-selector-id.hrx +++ b/spec/libsass-todo-issues/issue_2023/class-selector-id.hrx @@ -12,4 +12,4 @@ Error: Expected identifier. 1 | .3c{ | ^ ' - /sass/spec/libsass-issues/issue_2023/class-selector-id/input.scss 1:2 root stylesheet + input.scss 1:2 root stylesheet diff --git a/spec/libsass-todo-issues/issue_2023/class-selector-nr.hrx b/spec/libsass-todo-issues/issue_2023/class-selector-nr.hrx index 051c60cc2b..43998f6d49 100644 --- a/spec/libsass-todo-issues/issue_2023/class-selector-nr.hrx +++ b/spec/libsass-todo-issues/issue_2023/class-selector-nr.hrx @@ -12,4 +12,4 @@ Error: Expected identifier. 1 | .3{ | ^ ' - /sass/spec/libsass-issues/issue_2023/class-selector-nr/input.scss 1:2 root stylesheet + input.scss 1:2 root stylesheet diff --git a/spec/libsass-todo-issues/issue_2023/type-selector-id.hrx b/spec/libsass-todo-issues/issue_2023/type-selector-id.hrx index f551f6fb53..fdb03723a2 100644 --- a/spec/libsass-todo-issues/issue_2023/type-selector-id.hrx +++ b/spec/libsass-todo-issues/issue_2023/type-selector-id.hrx @@ -12,4 +12,4 @@ Error: expected selector. 1 | 1a{ | ^ ' - /sass/spec/libsass-issues/issue_2023/type-selector-id/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-todo-issues/issue_2023/type-selector-nr.hrx b/spec/libsass-todo-issues/issue_2023/type-selector-nr.hrx index ce16ac5f73..423b5ded26 100644 --- a/spec/libsass-todo-issues/issue_2023/type-selector-nr.hrx +++ b/spec/libsass-todo-issues/issue_2023/type-selector-nr.hrx @@ -12,4 +12,4 @@ Error: expected selector. 1 | 1{ | ^ ' - /sass/spec/libsass-issues/issue_2023/type-selector-nr/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-todo-issues/issue_2051.hrx b/spec/libsass-todo-issues/issue_2051.hrx index 9c24fdbb8e..11df4b4868 100644 --- a/spec/libsass-todo-issues/issue_2051.hrx +++ b/spec/libsass-todo-issues/issue_2051.hrx @@ -16,7 +16,7 @@ Error: ":global(.thing[disabled])" failed to @extend ".thing". The selector ".thing" was not found. Use "@extend .thing !optional" if the extend should be able to fail. - on line 6 of /sass/spec/libsass-issues/issue_2051/input.scss + on line 6 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -26,4 +26,4 @@ Use "@extend .thing !optional" to avoid this error. 6 | @extend .thing; | ^^^^^^^^^^^^^^ ' - /sass/spec/libsass-issues/issue_2051/input.scss 6:5 root stylesheet + input.scss 6:5 root stylesheet diff --git a/spec/libsass-todo-issues/issue_2082.hrx b/spec/libsass-todo-issues/issue_2082.hrx index 447f95bb65..20cd51188d 100644 --- a/spec/libsass-todo-issues/issue_2082.hrx +++ b/spec/libsass-todo-issues/issue_2082.hrx @@ -12,7 +12,7 @@ $class: $prefix#{"-"}#{$suffix}; } <===> error -DEPRECATION WARNING on line 3 of /sass/spec/libsass-issues/issue_2082/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -21,5 +21,5 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. Error: Invalid CSS after "": expected selector, was """-bar" - on line 5 of /sass/spec/libsass-issues/issue_2082/input.scss + on line 5 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-issues/issue_2175.hrx b/spec/libsass-todo-issues/issue_2175.hrx index 3a90b1c06a..7f3844efd9 100644 --- a/spec/libsass-todo-issues/issue_2175.hrx +++ b/spec/libsass-todo-issues/issue_2175.hrx @@ -5,7 +5,7 @@ a:nth-child() { <===> error Error: Invalid CSS after "a:nth-child(": expected An+B expression, was ")" - on line 2 of /sass/spec/libsass-issues/issue_2175/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: Expected "n". 1 | a:nth-child(){ | ^ ' - /sass/spec/libsass-issues/issue_2175/input.scss 1:13 root stylesheet + input.scss 1:13 root stylesheet diff --git a/spec/libsass-todo-issues/issue_221260.hrx b/spec/libsass-todo-issues/issue_221260.hrx index 9b0999823b..be08073f27 100644 --- a/spec/libsass-todo-issues/issue_221260.hrx +++ b/spec/libsass-todo-issues/issue_221260.hrx @@ -2,7 +2,7 @@ @H#{[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[} <===> error Error: Invalid CSS after "@H#{": expected expression (e.g. 1px, bold), was "[[[[[[[[[[[[[[[..." - on line 1 of /sass/spec/libsass-issues/issue_221260/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -11,4 +11,4 @@ Error: Expected expression. 1 | @H#{[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[} | ^ ' - /sass/spec/libsass-issues/issue_221260/input.scss 1:770 root stylesheet + input.scss 1:770 root stylesheet diff --git a/spec/libsass-todo-issues/issue_221264/error b/spec/libsass-todo-issues/issue_221264/error index 69855235e5..8caada4ba4 100644 --- a/spec/libsass-todo-issues/issue_221264/error +++ b/spec/libsass-todo-issues/issue_221264/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\xC0" - on line 1 of /sass/spec/libsass-issues/issue_221264/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-issues/issue_221264/error-dart-sass b/spec/libsass-todo-issues/issue_221264/error-dart-sass index 5a907ff432..f019eb05a4 100644 --- a/spec/libsass-todo-issues/issue_221264/error-dart-sass +++ b/spec/libsass-todo-issues/issue_221264/error-dart-sass @@ -3,4 +3,4 @@ Error: Invalid UTF-8. 1 | @if(f( 201J����������������������[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[���[[[[[[[[[[[[[[[[[[[[:[[D[[[[[[[[[[[��[[[[��[q[[[[[[[[[[[[;����������[[[[[[ | ^ ' - /sass/spec/libsass-issues/issue_221264/input.scss 1:12 root stylesheet + input.scss 1:12 root stylesheet diff --git a/spec/libsass-todo-issues/issue_221267/error b/spec/libsass-todo-issues/issue_221267/error index 8f0b14f7c0..a9f7d59bd9 100644 --- a/spec/libsass-todo-issues/issue_221267/error +++ b/spec/libsass-todo-issues/issue_221267/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\xAD" - on line 1 of /sass/spec/libsass-issues/issue_221267/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-issues/issue_221267/error-dart-sass b/spec/libsass-todo-issues/issue_221267/error-dart-sass index 91bf0d779c..7b04d62364 100644 --- a/spec/libsass-todo-issues/issue_221267/error-dart-sass +++ b/spec/libsass-todo-issues/issue_221267/error-dart-sass @@ -3,4 +3,4 @@ Error: Invalid UTF-8. 1 | @ph��#{I�wpl no�+H�c9ri2�ig�re2�ight==242-4, DdJ�-, o�t==-nqt n���2�e2��ght==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- ne2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- not no�+Hight==242- not no�+H�c9ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-+ not no�+H�c9ri=242-4, DdE�-, o�t==-nqt n�����me2�ight==242- noot no�+Hight==242- not no�+H�c�+X�c9ri2�ig�re2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- ne2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- not no�+Hight==242- not no�+H�c9ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-t==242- not no�+Hight!=242-+ not no�+H�c9ri=242-4, DdE�+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-, o�t==-nqt n�����me2�ight==242- noot no�+Hight==242- not no�+H�c�+X�c9ri2�ig�re2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- ne2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt242-4, DdE�-, o�t==-nqt n�����me2�ight==242- ne2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- not no�+Hight==242- not no�+H�c9ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-+ not no�+H�c9ri=242-4, DdE�-, o�t==-nqt n�����me2�ight==242- noot no�+Hight==242- not no�+H�c�+X�c9ri2�ig�re2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- ne2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- not no�+Hight==242- not no�����me2�ight==242- not no�+Hight==242- not no�+H�c9ri2�igh+H�c9ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-t==242- not no�+Hight!=242-+ not no�+H�c9ri=242-4, DdE�-, o�t==-nqt n�����me2�ight=6242- noot no�+Hight==242- not no�+H�c�+X�c9ri2�ig�re2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- ne2�ight==242-4, DdJ�-, o�t==-nqt n���2�ig�re2�ight==242-4, DdE�-, o�t==-nqt n�����me2�ight==242- not no�+Hight==242- not no�+H�c9ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-+ not no�+H�c9ri=242-4, DdE�-, o�t==-nqt n�����me2�ight==242- noot no�+Hight==242- not no�+H�c9ri2�ight==24Q, D��re2�ight==242- not n�����me2�ight==242- not no�+Hight==242- not no�+H�c9ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-+ not no�+H�c9ri=242-4, DdE�-, o�t==-nqt n�����me2�ight==242- noot no�+Hight==242- not no�+H�c9ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-+3not no�+H�c9ri=242-4, DdE�-, o�t==-nqt n�����me2�ight==29ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-+3not no�+H�c9ri=242-4+ not no�+H�c9ri=242-4, DdE�-, o�t==-nqt n�����me2�ight==242- noot no�+Hight==242- not no�+H�c9ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-+3not no�+H�c9ri=242-4, DdE�-, o�t==-nqt n�����me2�ight==29ri2�ight==24Q, D��re2�ight==242- not no�+Hight!=242-+3not no�+H�c9ri=242-4, DDE�-, o�t==-�qt n�����me2�ight==242- not2�ight==244, DdE4�}��t6li� | ^ ' - /sass/spec/libsass-issues/issue_221267/input.scss 1:4 root stylesheet + input.scss 1:4 root stylesheet diff --git a/spec/libsass-todo-issues/issue_221286/error b/spec/libsass-todo-issues/issue_221286/error index 767e266f74..324e9a900a 100644 --- a/spec/libsass-todo-issues/issue_221286/error +++ b/spec/libsass-todo-issues/issue_221286/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\xD2" - on line 1 of /sass/spec/libsass-issues/issue_221286/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-issues/issue_221286/error-dart-sass b/spec/libsass-todo-issues/issue_221286/error-dart-sass index f5c807c1211b008e8cee526dbd0f988a6e6db74f..5cabc6f1cbb342da227ed10383bd6228f05d8a56 100644 GIT binary patch delta 13 VcmdmdoT=wH(}s-2llvE|001uM26g}d delta 53 zcmeA<&b0YB(}s-2>iWfr#l`x?1*ysUIhjcyj&5dgacOF?KA4I(GBPx>Fw>u$u~-EF DMdcJd diff --git a/spec/libsass-todo-issues/issue_2295/error/basic.hrx b/spec/libsass-todo-issues/issue_2295/error/basic.hrx index e935ac450a..fcf6f9f838 100644 --- a/spec/libsass-todo-issues/issue_2295/error/basic.hrx +++ b/spec/libsass-todo-issues/issue_2295/error/basic.hrx @@ -7,8 +7,8 @@ display: none; } <===> error Error: Invalid CSS after "display: none": expected "{", was ";" - on line 1 of /sass/spec/libsass-issues/issue_2295/error/basic/include.scss - from line 2 of /sass/spec/libsass-issues/issue_2295/error/basic/input.scss + on line 1 of include.scss + from line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,5 +17,5 @@ Error: expected "{". 1 | display: none; | ^ ' - /sass/spec/libsass-issues/issue_2295/error/basic/include.scss 1:14 root stylesheet - /sass/spec/libsass-issues/issue_2295/error/basic/input.scss 2:11 root stylesheet + include.scss 1:14 root stylesheet + input.scss 2:11 root stylesheet diff --git a/spec/libsass-todo-issues/issue_2295/error/wrapped.hrx b/spec/libsass-todo-issues/issue_2295/error/wrapped.hrx index a76f963812..71f122536b 100644 --- a/spec/libsass-todo-issues/issue_2295/error/wrapped.hrx +++ b/spec/libsass-todo-issues/issue_2295/error/wrapped.hrx @@ -8,8 +8,8 @@ } <===> error Error: Properties are only allowed within rules, directives, mixin includes, or other properties. - on line 2 of /sass/spec/libsass-issues/issue_2295/error/wrapped/include.scss - from line 2 of /sass/spec/libsass-issues/issue_2295/error/wrapped/input.scss + on line 2 of include.scss + from line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,5 +18,5 @@ Error: expected "{". 2 | display: none; | ^ ' - /sass/spec/libsass-issues/issue_2295/error/wrapped/include.scss 2:16 root stylesheet - /sass/spec/libsass-issues/issue_2295/error/wrapped/input.scss 2:11 root stylesheet + include.scss 2:16 root stylesheet + input.scss 2:11 root stylesheet diff --git a/spec/libsass-todo-issues/issue_238764.hrx b/spec/libsass-todo-issues/issue_238764.hrx index f6a0f44466..807bc2bc4f 100644 --- a/spec/libsass-todo-issues/issue_238764.hrx +++ b/spec/libsass-todo-issues/issue_238764.hrx @@ -8,8 +8,8 @@ } <===> error Error: Invalid CSS after "": expected selector, was "@bar" - on line 2 of /sass/spec/libsass-issues/issue_238764/input.scss, in `bar' - from line 6 of /sass/spec/libsass-issues/issue_238764/input.scss + on line 2 of input.scss, in `bar' + from line 6 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,5 +18,5 @@ Error: expected selector. 2 | @at-root @bar{a: b} | ^ ' - /sass/spec/libsass-issues/issue_238764/input.scss 2:12 bar() - /sass/spec/libsass-issues/issue_238764/input.scss 6:3 root stylesheet + input.scss 2:12 bar() + input.scss 6:3 root stylesheet diff --git a/spec/libsass-todo-issues/issue_245442/error b/spec/libsass-todo-issues/issue_245442/error index 78046d4782..03281300c5 100644 --- a/spec/libsass-todo-issues/issue_245442/error +++ b/spec/libsass-todo-issues/issue_245442/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\xDF" - on line 1 of /sass/spec/libsass-issues/issue_245442/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-issues/issue_245442/error-dart-sass b/spec/libsass-todo-issues/issue_245442/error-dart-sass index ff631f827f..04225d265e 100644 --- a/spec/libsass-todo-issues/issue_245442/error-dart-sass +++ b/spec/libsass-todo-issues/issue_245442/error-dart-sass @@ -3,4 +3,4 @@ Error: Invalid UTF-8. 1 | j,\|.-������>>>g>>>>>>>>>>>>>>>>>�sd>>>>��mixin�o%nsend R��mixinAo,ns()j*AJ�xte{ | ^ ' - /sass/spec/libsass-issues/issue_245442/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet diff --git a/spec/libsass-todo-issues/issue_245443/error b/spec/libsass-todo-issues/issue_245443/error index fbdeeac17a..9f31517e0c 100644 --- a/spec/libsass-todo-issues/issue_245443/error +++ b/spec/libsass-todo-issues/issue_245443/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\x8A" - on line 1 of /sass/spec/libsass-issues/issue_245443/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-issues/issue_245443/error-dart-sass b/spec/libsass-todo-issues/issue_245443/error-dart-sass index 0d107ac65c..c82a5a53ce 100644 --- a/spec/libsass-todo-issues/issue_245443/error-dart-sass +++ b/spec/libsass-todo-issues/issue_245443/error-dart-sass @@ -3,4 +3,4 @@ Error: Invalid UTF-8. 1 | @mfu�n pue0���� {�.\|,& | ^ ' - /sass/spec/libsass-issues/issue_245443/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/libsass-todo-issues/issue_245446/error b/spec/libsass-todo-issues/issue_245446/error index 42f43c50cb..03281300c5 100644 --- a/spec/libsass-todo-issues/issue_245446/error +++ b/spec/libsass-todo-issues/issue_245446/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\xDF" - on line 1 of /sass/spec/libsass-issues/issue_245446/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-issues/issue_245446/error-dart-sass b/spec/libsass-todo-issues/issue_245446/error-dart-sass index f49ab195fd..cc953ba619 100644 --- a/spec/libsass-todo-issues/issue_245446/error-dart-sass +++ b/spec/libsass-todo-issues/issue_245446/error-dart-sass @@ -3,4 +3,4 @@ Error: Invalid UTF-8. 1 | j,\|.-��������mixin�o,ns()j*\|(tesR��mixi,ws)>J�{ | ^ ' - /sass/spec/libsass-issues/issue_245446/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet diff --git a/spec/libsass-todo-tests/errors/addition/alpha-channels.hrx b/spec/libsass-todo-tests/errors/addition/alpha-channels.hrx index 6fc4fff655..09470d2340 100644 --- a/spec/libsass-todo-tests/errors/addition/alpha-channels.hrx +++ b/spec/libsass-todo-tests/errors/addition/alpha-channels.hrx @@ -10,5 +10,5 @@ foo { } <===> error Error: Alpha channels must be equal: rgba(16, 16, 16, 0.5) + #aAa - on line 4 of /sass/spec/errors/addition/alpha-channels/input.scss + on line 4 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-tests/errors/subtraction/alpha-channels.hrx b/spec/libsass-todo-tests/errors/subtraction/alpha-channels.hrx index 129db2547c..60d61545a5 100644 --- a/spec/libsass-todo-tests/errors/subtraction/alpha-channels.hrx +++ b/spec/libsass-todo-tests/errors/subtraction/alpha-channels.hrx @@ -10,5 +10,5 @@ foo { } <===> error Error: Alpha channels must be equal: rgba(16, 16, 16, 0.5) - #aAa - on line 4 of /sass/spec/errors/subtraction/alpha-channels/input.scss + on line 4 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-tests/errors/unicode/invalid/after/error b/spec/libsass-todo-tests/errors/unicode/invalid/after/error index 337088151d..74fd1ee316 100644 --- a/spec/libsass-todo-tests/errors/unicode/invalid/after/error +++ b/spec/libsass-todo-tests/errors/unicode/invalid/after/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\xF6" - on line 1 of /sass/spec/errors/unicode/invalid/after/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-tests/errors/unicode/invalid/after/error-dart-sass b/spec/libsass-todo-tests/errors/unicode/invalid/after/error-dart-sass index 6ab9040e3c..50fbee991b 100644 --- a/spec/libsass-todo-tests/errors/unicode/invalid/after/error-dart-sass +++ b/spec/libsass-todo-tests/errors/unicode/invalid/after/error-dart-sass @@ -3,4 +3,4 @@ Error: Invalid UTF-8. 1 | foo{;�������� | ^ ' - /sass/spec/errors/unicode/invalid/after/input.scss 1:6 root stylesheet + input.scss 1:6 root stylesheet diff --git a/spec/libsass-todo-tests/errors/unicode/invalid/before/error b/spec/libsass-todo-tests/errors/unicode/invalid/before/error index 913e5e83ff..74fd1ee316 100644 --- a/spec/libsass-todo-tests/errors/unicode/invalid/before/error +++ b/spec/libsass-todo-tests/errors/unicode/invalid/before/error @@ -1,3 +1,3 @@ Error: Invalid UTF-8 character "\xF6" - on line 1 of /sass/spec/errors/unicode/invalid/before/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/libsass-todo-tests/errors/unicode/invalid/before/error-dart-sass b/spec/libsass-todo-tests/errors/unicode/invalid/before/error-dart-sass index 348fcc0768..87ce97d56e 100644 --- a/spec/libsass-todo-tests/errors/unicode/invalid/before/error-dart-sass +++ b/spec/libsass-todo-tests/errors/unicode/invalid/before/error-dart-sass @@ -3,4 +3,4 @@ Error: Invalid UTF-8. 1 | ��������{a:c | ^ ' - /sass/spec/errors/unicode/invalid/before/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass-todo-tests/extend-tests/200_test_extend_with_subject_transfers_subject_to_extender.hrx b/spec/libsass-todo-tests/extend-tests/200_test_extend_with_subject_transfers_subject_to_extender.hrx index 03e1190796..126c96d505 100644 --- a/spec/libsass-todo-tests/extend-tests/200_test_extend_with_subject_transfers_subject_to_extender.hrx +++ b/spec/libsass-todo-tests/extend-tests/200_test_extend_with_subject_transfers_subject_to_extender.hrx @@ -13,7 +13,7 @@ foo bar! baz, foo .bip .bap! baz, .bip foo .bap! baz { } <===> warning -DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/200_test_extend_with_subject_transfers_subject_to_extender/input.scss: +DEPRECATION WARNING on line 1, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: foo bar:has(baz) diff --git a/spec/libsass-todo-tests/extend-tests/201_test_extend_with_subject_transfers_subject_to_extender.hrx b/spec/libsass-todo-tests/extend-tests/201_test_extend_with_subject_transfers_subject_to_extender.hrx index 03b0dc4c1f..b22ff55fb8 100644 --- a/spec/libsass-todo-tests/extend-tests/201_test_extend_with_subject_transfers_subject_to_extender.hrx +++ b/spec/libsass-todo-tests/extend-tests/201_test_extend_with_subject_transfers_subject_to_extender.hrx @@ -13,7 +13,7 @@ foo.x bar.y! baz.z, foo.x .bip bar.bap! baz.z, .bip foo.x bar.bap! baz.z { } <===> warning -DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/201_test_extend_with_subject_transfers_subject_to_extender/input.scss: +DEPRECATION WARNING on line 1, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: foo.x bar.y:has(baz.z) diff --git a/spec/libsass-todo-tests/extend-tests/202_test_extend_with_subject_retains_subject_on_target.hrx b/spec/libsass-todo-tests/extend-tests/202_test_extend_with_subject_retains_subject_on_target.hrx index 5153e2a8f5..cb99aa98c0 100644 --- a/spec/libsass-todo-tests/extend-tests/202_test_extend_with_subject_retains_subject_on_target.hrx +++ b/spec/libsass-todo-tests/extend-tests/202_test_extend_with_subject_retains_subject_on_target.hrx @@ -13,7 +13,7 @@ } <===> warning -DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/202_test_extend_with_subject_retains_subject_on_target/input.scss: +DEPRECATION WARNING on line 1, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: .foo:has(.bar) diff --git a/spec/libsass-todo-tests/extend-tests/203_test_extend_with_subject_transfers_subject_to_target.hrx b/spec/libsass-todo-tests/extend-tests/203_test_extend_with_subject_transfers_subject_to_target.hrx index d66e6c0834..e543381d3c 100644 --- a/spec/libsass-todo-tests/extend-tests/203_test_extend_with_subject_transfers_subject_to_target.hrx +++ b/spec/libsass-todo-tests/extend-tests/203_test_extend_with_subject_transfers_subject_to_target.hrx @@ -8,7 +8,7 @@ Error: expected "{". 2 | .bip .bap! {@extend .foo} | ^ ' - /sass/spec/extend-tests/203_test_extend_with_subject_transfers_subject_to_target/input.scss 2:10 root stylesheet + input.scss 2:10 root stylesheet <===> output.css a.foo .bar, .bip a.bap! .bar { @@ -16,7 +16,7 @@ a.foo .bar, .bip a.bap! .bar { } <===> warning -DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/203_test_extend_with_subject_transfers_subject_to_target/input.scss: +DEPRECATION WARNING on line 2, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: .bip .bap diff --git a/spec/libsass-todo-tests/extend-tests/204_test_extend_with_subject_retains_subject_on_extender.hrx b/spec/libsass-todo-tests/extend-tests/204_test_extend_with_subject_retains_subject_on_extender.hrx index 1cf9788607..f89618fd6e 100644 --- a/spec/libsass-todo-tests/extend-tests/204_test_extend_with_subject_retains_subject_on_extender.hrx +++ b/spec/libsass-todo-tests/extend-tests/204_test_extend_with_subject_retains_subject_on_extender.hrx @@ -13,7 +13,7 @@ } <===> warning -DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/204_test_extend_with_subject_retains_subject_on_extender/input.scss: +DEPRECATION WARNING on line 2, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: .bip:has(.bap) diff --git a/spec/libsass-todo-tests/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject.hrx b/spec/libsass-todo-tests/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject.hrx index 352fedb8de..39bbd5e941 100644 --- a/spec/libsass-todo-tests/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject.hrx +++ b/spec/libsass-todo-tests/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject.hrx @@ -13,12 +13,12 @@ x! .bar { } <===> warning -DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject/input.scss: +DEPRECATION WARNING on line 1, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: x:has(.bar) -DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject/input.scss: +DEPRECATION WARNING on line 2, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: y:has(.bap) diff --git a/spec/libsass-todo-tests/scss-tests/046_test_parent_selector_with_subject.hrx b/spec/libsass-todo-tests/scss-tests/046_test_parent_selector_with_subject.hrx index 08ea2174ac..c84f499eff 100644 --- a/spec/libsass-todo-tests/scss-tests/046_test_parent_selector_with_subject.hrx +++ b/spec/libsass-todo-tests/scss-tests/046_test_parent_selector_with_subject.hrx @@ -20,12 +20,12 @@ bar foo bar.baz! .bip { } <===> warning -DEPRECATION WARNING on line 2, column 1 of /sass/spec/scss-tests/046_test_parent_selector_with_subject/input.scss: +DEPRECATION WARNING on line 2, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: bar &.baz:has(.bip) -DEPRECATION WARNING on line 5, column 1 of /sass/spec/scss-tests/046_test_parent_selector_with_subject/input.scss: +DEPRECATION WARNING on line 5, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: bar &.baz:has(.bip) diff --git a/spec/libsass-todo-tests/scss-tests/118_test_parent_selector_with_parent_and_subject.hrx b/spec/libsass-todo-tests/scss-tests/118_test_parent_selector_with_parent_and_subject.hrx index 1dc87b5ad8..753f704938 100644 --- a/spec/libsass-todo-tests/scss-tests/118_test_parent_selector_with_parent_and_subject.hrx +++ b/spec/libsass-todo-tests/scss-tests/118_test_parent_selector_with_parent_and_subject.hrx @@ -14,7 +14,7 @@ bar foo.baz! .bip { } <===> warning -DEPRECATION WARNING on line 3, column 1 of /sass/spec/scss-tests/118_test_parent_selector_with_parent_and_subject/input.scss: +DEPRECATION WARNING on line 3, column 1 of input.scss: The subject selector operator "!" is deprecated and will be removed in a future release. This operator has been replaced by ":has()" in the CSS spec. For example: bar &.baz:has(.bip) diff --git a/spec/libsass/arithmetic.hrx b/spec/libsass/arithmetic.hrx index 4139c4ec1b..b6106168a5 100644 --- a/spec/libsass/arithmetic.hrx +++ b/spec/libsass/arithmetic.hrx @@ -249,7 +249,7 @@ div { } <===> warning -DEPRECATION WARNING on line 12 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -257,7 +257,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -265,7 +265,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -273,7 +273,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -281,7 +281,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 91 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 91 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -289,7 +289,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 113 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 113 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -297,42 +297,42 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The operation `3 plus #111111` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 19 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 19 of input.scss: The operation `3 minus #111111` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 32 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 32 of input.scss: The operation `3 times #111111` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 49 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 49 of input.scss: The operation `3 div #111111` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 87 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 87 of input.scss: The operation `50% minus #111111` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 109 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 109 of input.scss: The operation `50% div #111111` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 130 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 130 of input.scss: The operation `20 div #abc` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 141 of /sass/spec/libsass/arithmetic/input.scss: +DEPRECATION WARNING on line 141 of input.scss: The operation `#abc div #111` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions diff --git a/spec/libsass/base-level-parent/imported/at-root-alone-itpl.hrx b/spec/libsass/base-level-parent/imported/at-root-alone-itpl.hrx index 39c609b39a..3872231de6 100644 --- a/spec/libsass/base-level-parent/imported/at-root-alone-itpl.hrx +++ b/spec/libsass/base-level-parent/imported/at-root-alone-itpl.hrx @@ -11,8 +11,8 @@ @import "include.scss"; <===> error Error: Invalid CSS after "": expected selector, was "" - on line 2 of /sass/spec/libsass/base-level-parent/imported/at-root-alone-itpl/include.scss - from line 1 of /sass/spec/libsass/base-level-parent/imported/at-root-alone-itpl/input.scss + on line 2 of include.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -21,5 +21,5 @@ Error: expected selector. 2 | { | ^ ' - /sass/spec/libsass/base-level-parent/imported/at-root-alone-itpl/include.scss 2:3 @import - /sass/spec/libsass/base-level-parent/imported/at-root-alone-itpl/input.scss 1:9 root stylesheet + include.scss 2:3 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass/base-level-parent/imported/at-root-alone.hrx b/spec/libsass/base-level-parent/imported/at-root-alone.hrx index 9f8ce77cf4..b90efd4f62 100644 --- a/spec/libsass/base-level-parent/imported/at-root-alone.hrx +++ b/spec/libsass/base-level-parent/imported/at-root-alone.hrx @@ -10,8 +10,8 @@ @import "include.scss"; <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 2 of /sass/spec/libsass/base-level-parent/imported/at-root-alone/include.scss - from line 1 of /sass/spec/libsass/base-level-parent/imported/at-root-alone/input.scss + on line 2 of include.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,5 +20,5 @@ Error: Top-level selectors may not contain the parent selector "&". 2 | & { | ^^ ' - /sass/spec/libsass/base-level-parent/imported/at-root-alone/include.scss 2:3 @import - /sass/spec/libsass/base-level-parent/imported/at-root-alone/input.scss 1:9 root stylesheet + include.scss 2:3 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass/base-level-parent/imported/at-root-postfix.hrx b/spec/libsass/base-level-parent/imported/at-root-postfix.hrx index 205c438b23..f133c869ab 100644 --- a/spec/libsass/base-level-parent/imported/at-root-postfix.hrx +++ b/spec/libsass/base-level-parent/imported/at-root-postfix.hrx @@ -10,8 +10,8 @@ @import "include.scss"; <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 2 of /sass/spec/libsass/base-level-parent/imported/at-root-postfix/include.scss - from line 1 of /sass/spec/libsass/base-level-parent/imported/at-root-postfix/input.scss + on line 2 of include.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,5 +20,5 @@ Error: Top-level selectors may not contain the parent selector "&". 2 | &post { | ^^^^^^ ' - /sass/spec/libsass/base-level-parent/imported/at-root-postfix/include.scss 2:3 @import - /sass/spec/libsass/base-level-parent/imported/at-root-postfix/input.scss 1:9 root stylesheet + include.scss 2:3 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass/base-level-parent/imported/at-root-prefix.hrx b/spec/libsass/base-level-parent/imported/at-root-prefix.hrx index fd0f785cdd..90feb162dc 100644 --- a/spec/libsass/base-level-parent/imported/at-root-prefix.hrx +++ b/spec/libsass/base-level-parent/imported/at-root-prefix.hrx @@ -12,8 +12,8 @@ Error: Invalid CSS after "pre": expected "{", was "&" "&" may only be used at the beginning of a compound selector. - on line 2 of /sass/spec/libsass/base-level-parent/imported/at-root-prefix/include.scss - from line 1 of /sass/spec/libsass/base-level-parent/imported/at-root-prefix/input.scss + on line 2 of include.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -22,5 +22,5 @@ Error: "&" may only used at the beginning of a compound selector. 2 | pre&{ | ^ ' - /sass/spec/libsass/base-level-parent/imported/at-root-prefix/include.scss 2:6 @import - /sass/spec/libsass/base-level-parent/imported/at-root-prefix/input.scss 1:9 root stylesheet + include.scss 2:6 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass/base-level-parent/imported/basic-alone-itpl.hrx b/spec/libsass/base-level-parent/imported/basic-alone-itpl.hrx index 27d1fc33c9..1967ad8777 100644 --- a/spec/libsass/base-level-parent/imported/basic-alone-itpl.hrx +++ b/spec/libsass/base-level-parent/imported/basic-alone-itpl.hrx @@ -9,8 +9,8 @@ @import "include.scss"; <===> error Error: Invalid CSS after "": expected selector, was "" - on line 1 of /sass/spec/libsass/base-level-parent/imported/basic-alone-itpl/include.scss - from line 1 of /sass/spec/libsass/base-level-parent/imported/basic-alone-itpl/input.scss + on line 1 of include.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,5 +19,5 @@ Error: expected selector. 1 | { | ^ ' - /sass/spec/libsass/base-level-parent/imported/basic-alone-itpl/include.scss 1:1 @import - /sass/spec/libsass/base-level-parent/imported/basic-alone-itpl/input.scss 1:9 root stylesheet + include.scss 1:1 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass/base-level-parent/imported/basic-alone.hrx b/spec/libsass/base-level-parent/imported/basic-alone.hrx index 0a12247c1f..db9ac22c09 100644 --- a/spec/libsass/base-level-parent/imported/basic-alone.hrx +++ b/spec/libsass/base-level-parent/imported/basic-alone.hrx @@ -9,8 +9,8 @@ @import "include.scss"; <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 1 of /sass/spec/libsass/base-level-parent/imported/basic-alone/include.scss - from line 1 of /sass/spec/libsass/base-level-parent/imported/basic-alone/input.scss + on line 1 of include.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,5 +19,5 @@ Error: Top-level selectors may not contain the parent selector "&". 1 | & { | ^^ ' - /sass/spec/libsass/base-level-parent/imported/basic-alone/include.scss 1:1 @import - /sass/spec/libsass/base-level-parent/imported/basic-alone/input.scss 1:9 root stylesheet + include.scss 1:1 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass/base-level-parent/imported/basic-postfix.hrx b/spec/libsass/base-level-parent/imported/basic-postfix.hrx index 5c9fb88ddb..89013b9380 100644 --- a/spec/libsass/base-level-parent/imported/basic-postfix.hrx +++ b/spec/libsass/base-level-parent/imported/basic-postfix.hrx @@ -8,8 +8,8 @@ @import "include.scss"; <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 1 of /sass/spec/libsass/base-level-parent/imported/basic-postfix/include.scss - from line 1 of /sass/spec/libsass/base-level-parent/imported/basic-postfix/input.scss + on line 1 of include.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,5 +18,5 @@ Error: Top-level selectors may not contain the parent selector "&". 1 | &post { | ^^^^^^ ' - /sass/spec/libsass/base-level-parent/imported/basic-postfix/include.scss 1:1 @import - /sass/spec/libsass/base-level-parent/imported/basic-postfix/input.scss 1:9 root stylesheet + include.scss 1:1 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass/base-level-parent/imported/basic-prefix.hrx b/spec/libsass/base-level-parent/imported/basic-prefix.hrx index c3283fc622..5982279c11 100644 --- a/spec/libsass/base-level-parent/imported/basic-prefix.hrx +++ b/spec/libsass/base-level-parent/imported/basic-prefix.hrx @@ -10,8 +10,8 @@ pre& { Error: Invalid CSS after "pre": expected "{", was "&" "&" may only be used at the beginning of a compound selector. - on line 1 of /sass/spec/libsass/base-level-parent/imported/basic-prefix/include.scss - from line 1 of /sass/spec/libsass/base-level-parent/imported/basic-prefix/input.scss + on line 1 of include.scss + from line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,5 +20,5 @@ Error: "&" may only used at the beginning of a compound selector. 1 | pre&{ | ^ ' - /sass/spec/libsass/base-level-parent/imported/basic-prefix/include.scss 1:4 @import - /sass/spec/libsass/base-level-parent/imported/basic-prefix/input.scss 1:9 root stylesheet + include.scss 1:4 @import + input.scss 1:9 root stylesheet diff --git a/spec/libsass/base-level-parent/nested/at-root-prefix.hrx b/spec/libsass/base-level-parent/nested/at-root-prefix.hrx index 844baa4bde..c0d8d5ca05 100644 --- a/spec/libsass/base-level-parent/nested/at-root-prefix.hrx +++ b/spec/libsass/base-level-parent/nested/at-root-prefix.hrx @@ -12,7 +12,7 @@ test{ Error: Invalid CSS after "pre": expected "{", was "&" "&" may only be used at the beginning of a compound selector. - on line 3 of /sass/spec/libsass/base-level-parent/nested/at-root-prefix/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -21,4 +21,4 @@ Error: "&" may only used at the beginning of a compound selector. 3 | pre&{ | ^ ' - /sass/spec/libsass/base-level-parent/nested/at-root-prefix/input.scss 3:8 root stylesheet + input.scss 3:8 root stylesheet diff --git a/spec/libsass/base-level-parent/nested/basic-prefix.hrx b/spec/libsass/base-level-parent/nested/basic-prefix.hrx index f7fcc80326..886a3f0d75 100644 --- a/spec/libsass/base-level-parent/nested/basic-prefix.hrx +++ b/spec/libsass/base-level-parent/nested/basic-prefix.hrx @@ -19,4 +19,4 @@ Error: "&" may only used at the beginning of a compound selector. 2 | pre&{ | ^ ' - /sass/spec/libsass/base-level-parent/nested/basic-prefix/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/libsass/base-level-parent/root/at-root-alone-itpl.hrx b/spec/libsass/base-level-parent/root/at-root-alone-itpl.hrx index 2b38244a7d..e8c109203c 100644 --- a/spec/libsass/base-level-parent/root/at-root-alone-itpl.hrx +++ b/spec/libsass/base-level-parent/root/at-root-alone-itpl.hrx @@ -9,7 +9,7 @@ <===> error Error: Invalid CSS after "": expected selector, was "" - on line 2 of /sass/spec/libsass/base-level-parent/root/at-root-alone-itpl/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: expected selector. 2 | { | ^ ' - /sass/spec/libsass/base-level-parent/root/at-root-alone-itpl/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass/base-level-parent/root/at-root-alone.hrx b/spec/libsass/base-level-parent/root/at-root-alone.hrx index dea2d6451b..f35aa24508 100644 --- a/spec/libsass/base-level-parent/root/at-root-alone.hrx +++ b/spec/libsass/base-level-parent/root/at-root-alone.hrx @@ -8,7 +8,7 @@ } <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 2 of /sass/spec/libsass/base-level-parent/root/at-root-alone/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: Top-level selectors may not contain the parent selector "&". 2 | & { | ^^ ' - /sass/spec/libsass/base-level-parent/root/at-root-alone/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass/base-level-parent/root/at-root-postfix.hrx b/spec/libsass/base-level-parent/root/at-root-postfix.hrx index b804575c08..f4c56dae1d 100644 --- a/spec/libsass/base-level-parent/root/at-root-postfix.hrx +++ b/spec/libsass/base-level-parent/root/at-root-postfix.hrx @@ -8,7 +8,7 @@ } <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 2 of /sass/spec/libsass/base-level-parent/root/at-root-postfix/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: Top-level selectors may not contain the parent selector "&". 2 | &post { | ^^^^^^ ' - /sass/spec/libsass/base-level-parent/root/at-root-postfix/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass/base-level-parent/root/at-root-prefix.hrx b/spec/libsass/base-level-parent/root/at-root-prefix.hrx index ba128fea97..0a39cda9aa 100644 --- a/spec/libsass/base-level-parent/root/at-root-prefix.hrx +++ b/spec/libsass/base-level-parent/root/at-root-prefix.hrx @@ -10,7 +10,7 @@ Error: Invalid CSS after "pre": expected "{", was "&" "&" may only be used at the beginning of a compound selector. - on line 2 of /sass/spec/libsass/base-level-parent/root/at-root-prefix/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: "&" may only used at the beginning of a compound selector. 2 | pre&{ | ^ ' - /sass/spec/libsass/base-level-parent/root/at-root-prefix/input.scss 2:6 root stylesheet + input.scss 2:6 root stylesheet diff --git a/spec/libsass/base-level-parent/root/basic-alone-itpl.hrx b/spec/libsass/base-level-parent/root/basic-alone-itpl.hrx index 43dcc6c484..b91a7f21c2 100644 --- a/spec/libsass/base-level-parent/root/basic-alone-itpl.hrx +++ b/spec/libsass/base-level-parent/root/basic-alone-itpl.hrx @@ -7,7 +7,7 @@ <===> error Error: Invalid CSS after "": expected selector, was "" - on line 1 of /sass/spec/libsass/base-level-parent/root/basic-alone-itpl/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: expected selector. 1 | { | ^ ' - /sass/spec/libsass/base-level-parent/root/basic-alone-itpl/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass/base-level-parent/root/basic-alone.hrx b/spec/libsass/base-level-parent/root/basic-alone.hrx index 7fea5f4c00..ef3dfe1e2f 100644 --- a/spec/libsass/base-level-parent/root/basic-alone.hrx +++ b/spec/libsass/base-level-parent/root/basic-alone.hrx @@ -7,7 +7,7 @@ <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 1 of /sass/spec/libsass/base-level-parent/root/basic-alone/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -16,4 +16,4 @@ Error: Top-level selectors may not contain the parent selector "&". 1 | & { | ^^ ' - /sass/spec/libsass/base-level-parent/root/basic-alone/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass/base-level-parent/root/basic-postfix.hrx b/spec/libsass/base-level-parent/root/basic-postfix.hrx index 9355a58616..cfb492cf2c 100644 --- a/spec/libsass/base-level-parent/root/basic-postfix.hrx +++ b/spec/libsass/base-level-parent/root/basic-postfix.hrx @@ -6,7 +6,7 @@ } <===> error Error: Base-level rules cannot contain the parent-selector-referencing character '&'. - on line 1 of /sass/spec/libsass/base-level-parent/root/basic-postfix/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: Top-level selectors may not contain the parent selector "&". 1 | &post { | ^^^^^^ ' - /sass/spec/libsass/base-level-parent/root/basic-postfix/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/libsass/base-level-parent/root/basic-prefix.hrx b/spec/libsass/base-level-parent/root/basic-prefix.hrx index 5bd7056119..0d6a89b706 100644 --- a/spec/libsass/base-level-parent/root/basic-prefix.hrx +++ b/spec/libsass/base-level-parent/root/basic-prefix.hrx @@ -8,7 +8,7 @@ pre& { Error: Invalid CSS after "pre": expected "{", was "&" "&" may only be used at the beginning of a compound selector. - on line 1 of /sass/spec/libsass/base-level-parent/root/basic-prefix/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: "&" may only used at the beginning of a compound selector. 1 | pre&{ | ^ ' - /sass/spec/libsass/base-level-parent/root/basic-prefix/input.scss 1:4 root stylesheet + input.scss 1:4 root stylesheet diff --git a/spec/libsass/color-names.hrx b/spec/libsass/color-names.hrx index 1b7bd97afc..02baad7de5 100644 --- a/spec/libsass/color-names.hrx +++ b/spec/libsass/color-names.hrx @@ -295,712 +295,712 @@ colors { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 2 of input.scss: The operation `#F0F8FF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 3 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 3 of input.scss: The operation `#FAEBD7 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 4 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 4 of input.scss: The operation `#00FFFF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 5 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 5 of input.scss: The operation `#7FFFD4 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 6 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The operation `#F0FFFF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 7 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The operation `#F5F5DC plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 8 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The operation `#FFE4C4 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 9 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The operation `#000000 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 10 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The operation `#FFEBCD plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 11 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The operation `#0000FF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 12 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The operation `#8A2BE2 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 13 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The operation `#A52A2A plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 14 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 14 of input.scss: The operation `#DEB887 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 15 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 15 of input.scss: The operation `#5F9EA0 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 16 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 16 of input.scss: The operation `#7FFF00 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 17 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 17 of input.scss: The operation `#D2691E plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 18 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 18 of input.scss: The operation `#FF7F50 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 19 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 19 of input.scss: The operation `#6495ED plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 20 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 20 of input.scss: The operation `#FFF8DC plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 21 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 21 of input.scss: The operation `#DC143C plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 22 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 22 of input.scss: The operation `#00FFFF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 23 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 23 of input.scss: The operation `#00008B plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 24 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 24 of input.scss: The operation `#008B8B plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 25 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 25 of input.scss: The operation `#B8860B plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 26 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 26 of input.scss: The operation `#A9A9A9 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 27 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 27 of input.scss: The operation `#006400 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 28 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 28 of input.scss: The operation `#BDB76B plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 29 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 29 of input.scss: The operation `#8B008B plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 30 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 30 of input.scss: The operation `#556B2F plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 31 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 31 of input.scss: The operation `#FF8C00 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 32 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 32 of input.scss: The operation `#9932CC plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 33 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 33 of input.scss: The operation `#8B0000 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 34 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 34 of input.scss: The operation `#E9967A plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 35 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 35 of input.scss: The operation `#8FBC8F plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 36 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 36 of input.scss: The operation `#483D8B plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 37 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 37 of input.scss: The operation `#2F4F4F plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 38 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The operation `#00CED1 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 39 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The operation `#9400D3 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 40 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The operation `#FF1493 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 41 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The operation `#00BFFF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 42 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The operation `#696969 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 43 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The operation `#1E90FF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 44 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The operation `#B22222 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 45 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The operation `#FFFAF0 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 46 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 46 of input.scss: The operation `#228B22 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 47 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 47 of input.scss: The operation `#FF00FF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 48 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 48 of input.scss: The operation `#DCDCDC plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 49 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 49 of input.scss: The operation `#F8F8FF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 50 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 50 of input.scss: The operation `#FFD700 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 51 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 51 of input.scss: The operation `#DAA520 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 52 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 52 of input.scss: The operation `#808080 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 53 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 53 of input.scss: The operation `#008000 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 54 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 54 of input.scss: The operation `#ADFF2F plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 55 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 55 of input.scss: The operation `#F0FFF0 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 56 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 56 of input.scss: The operation `#FF69B4 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 57 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 57 of input.scss: The operation `#CD5C5C plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 58 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 58 of input.scss: The operation `#4B0082 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 59 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 59 of input.scss: The operation `#FFFFF0 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 60 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 60 of input.scss: The operation `#F0E68C plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 61 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 61 of input.scss: The operation `#E6E6FA plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 62 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 62 of input.scss: The operation `#FFF0F5 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 63 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 63 of input.scss: The operation `#7CFC00 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 64 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 64 of input.scss: The operation `#FFFACD plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 65 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 65 of input.scss: The operation `#ADD8E6 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 66 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 66 of input.scss: The operation `#F08080 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 67 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 67 of input.scss: The operation `#E0FFFF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 68 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 68 of input.scss: The operation `#FAFAD2 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 69 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 69 of input.scss: The operation `#D3D3D3 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 70 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 70 of input.scss: The operation `#90EE90 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 71 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 71 of input.scss: The operation `#FFB6C1 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 72 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 72 of input.scss: The operation `#FFA07A plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 73 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 73 of input.scss: The operation `#20B2AA plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 74 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 74 of input.scss: The operation `#87CEFA plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 75 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 75 of input.scss: The operation `#778899 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 76 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 76 of input.scss: The operation `#B0C4DE plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 77 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 77 of input.scss: The operation `#FFFFE0 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 78 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 78 of input.scss: The operation `#00FF00 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 79 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 79 of input.scss: The operation `#32CD32 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 80 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 80 of input.scss: The operation `#FAF0E6 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 81 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 81 of input.scss: The operation `#FF00FF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 82 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 82 of input.scss: The operation `#800000 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 83 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 83 of input.scss: The operation `#66CDAA plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 84 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 84 of input.scss: The operation `#0000CD plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 85 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 85 of input.scss: The operation `#BA55D3 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 86 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 86 of input.scss: The operation `#9370DB plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 87 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 87 of input.scss: The operation `#3CB371 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 88 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 88 of input.scss: The operation `#7B68EE plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 89 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 89 of input.scss: The operation `#00FA9A plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 90 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 90 of input.scss: The operation `#48D1CC plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 91 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 91 of input.scss: The operation `#C71585 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 92 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 92 of input.scss: The operation `#191970 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 93 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 93 of input.scss: The operation `#F5FFFA plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 94 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 94 of input.scss: The operation `#FFE4E1 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 95 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 95 of input.scss: The operation `#FFE4B5 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 96 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 96 of input.scss: The operation `#FFDEAD plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 97 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 97 of input.scss: The operation `#000080 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 98 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 98 of input.scss: The operation `#FDF5E6 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 99 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 99 of input.scss: The operation `#808000 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 100 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 100 of input.scss: The operation `#6B8E23 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 101 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 101 of input.scss: The operation `#FFA500 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 102 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 102 of input.scss: The operation `#FF4500 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 103 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 103 of input.scss: The operation `#DA70D6 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 104 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 104 of input.scss: The operation `#EEE8AA plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 105 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 105 of input.scss: The operation `#98FB98 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 106 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 106 of input.scss: The operation `#AFEEEE plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 107 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 107 of input.scss: The operation `#DB7093 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 108 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 108 of input.scss: The operation `#FFEFD5 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 109 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 109 of input.scss: The operation `#FFDAB9 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 110 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 110 of input.scss: The operation `#CD853F plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 111 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 111 of input.scss: The operation `#FFC0CB plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 112 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 112 of input.scss: The operation `#DDA0DD plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 113 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 113 of input.scss: The operation `#B0E0E6 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 114 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 114 of input.scss: The operation `#800080 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 115 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 115 of input.scss: The operation `#FF0000 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 116 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 116 of input.scss: The operation `#BC8F8F plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 117 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 117 of input.scss: The operation `#4169E1 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 118 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 118 of input.scss: The operation `#8B4513 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 119 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 119 of input.scss: The operation `#FA8072 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 120 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 120 of input.scss: The operation `#F4A460 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 121 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 121 of input.scss: The operation `#2E8B57 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 122 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 122 of input.scss: The operation `#FFF5EE plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 123 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 123 of input.scss: The operation `#A0522D plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 124 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 124 of input.scss: The operation `#C0C0C0 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 125 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 125 of input.scss: The operation `#87CEEB plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 126 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 126 of input.scss: The operation `#6A5ACD plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 127 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 127 of input.scss: The operation `#708090 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 128 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 128 of input.scss: The operation `#FFFAFA plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 129 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 129 of input.scss: The operation `#00FF7F plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 130 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 130 of input.scss: The operation `#4682B4 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 131 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 131 of input.scss: The operation `#D2B48C plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 132 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 132 of input.scss: The operation `#008080 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 133 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 133 of input.scss: The operation `#D8BFD8 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 134 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 134 of input.scss: The operation `#FF6347 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 135 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 135 of input.scss: The operation `#40E0D0 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 136 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 136 of input.scss: The operation `#EE82EE plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 137 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 137 of input.scss: The operation `#F5DEB3 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 138 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 138 of input.scss: The operation `#FFFFFF plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 139 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 139 of input.scss: The operation `#F5F5F5 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 140 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 140 of input.scss: The operation `#FFFF00 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 141 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 141 of input.scss: The operation `#9ACD32 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 142 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 142 of input.scss: The operation `#663399 plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions -DEPRECATION WARNING on line 143 of /sass/spec/libsass/color-names/input.scss: +DEPRECATION WARNING on line 143 of input.scss: The operation `transparent plus 0` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions diff --git a/spec/libsass/debug-directive-nested/function.hrx b/spec/libsass/debug-directive-nested/function.hrx index 6f46a9aa6c..5055401fb9 100644 --- a/spec/libsass/debug-directive-nested/function.hrx +++ b/spec/libsass/debug-directive-nested/function.hrx @@ -17,9 +17,9 @@ a { <===> warning WARNING: test - on line 2 of /sass/spec/libsass/debug-directive-nested/function/input.scss + on line 2 of input.scss <===> warning-dart-sass WARNING: test - spec/libsass/debug-directive-nested/function/input.scss 2:3 c() - spec/libsass/debug-directive-nested/function/input.scss 8:8 root stylesheet + input.scss 2:3 c() + input.scss 8:8 root stylesheet diff --git a/spec/libsass/debug-directive-nested/inline.hrx b/spec/libsass/debug-directive-nested/inline.hrx index c83314c524..69f7107a11 100644 --- a/spec/libsass/debug-directive-nested/inline.hrx +++ b/spec/libsass/debug-directive-nested/inline.hrx @@ -8,7 +8,7 @@ a { <===> error Error: Illegal nesting: Only properties may be nested beneath properties. - on line 3 of /sass/spec/libsass/debug-directive-nested/inline/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> output-dart-sass.css diff --git a/spec/libsass/debug-directive-nested/mixin.hrx b/spec/libsass/debug-directive-nested/mixin.hrx index 218afaf0ff..5f14e93cfd 100644 --- a/spec/libsass/debug-directive-nested/mixin.hrx +++ b/spec/libsass/debug-directive-nested/mixin.hrx @@ -17,10 +17,10 @@ a { <===> warning WARNING: test - on line 2 of /sass/spec/libsass/debug-directive-nested/mixin/input.scss, in `c' - from line 8 of /sass/spec/libsass/debug-directive-nested/mixin/input.scss + on line 2 of input.scss, in `c' + from line 8 of input.scss <===> warning-dart-sass WARNING: test - spec/libsass/debug-directive-nested/mixin/input.scss 2:3 c() - spec/libsass/debug-directive-nested/mixin/input.scss 8:5 root stylesheet + input.scss 2:3 c() + input.scss 8:5 root stylesheet diff --git a/spec/libsass/delayed.hrx b/spec/libsass/delayed.hrx index 801960b83d..d8d331b3d0 100644 --- a/spec/libsass/delayed.hrx +++ b/spec/libsass/delayed.hrx @@ -100,14 +100,14 @@ span { <===> warning WARNING: 2/3 - on line 21 of /sass/spec/libsass/delayed/input.scss + on line 21 of input.scss WARNING: blah blah - on line 31 of /sass/spec/libsass/delayed/input.scss + on line 31 of input.scss <===> warning-dart-sass WARNING: 2/3 - spec/libsass/delayed/input.scss 21:3 root stylesheet + input.scss 21:3 root stylesheet WARNING: blah blah - spec/libsass/delayed/input.scss 31:1 root stylesheet + input.scss 31:1 root stylesheet diff --git a/spec/libsass/error-directive-nested/function.hrx b/spec/libsass/error-directive-nested/function.hrx index 834baac48c..a096d43973 100644 --- a/spec/libsass/error-directive-nested/function.hrx +++ b/spec/libsass/error-directive-nested/function.hrx @@ -12,7 +12,7 @@ a { <===> error Error: test - on line 2 of /sass/spec/libsass/error-directive-nested/function/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -21,5 +21,5 @@ Error: test 2 | @error test; | ^^^^^^^^^^^ ' - /sass/spec/libsass/error-directive-nested/function/input.scss 2:3 c() - /sass/spec/libsass/error-directive-nested/function/input.scss 8:8 root stylesheet + input.scss 2:3 c() + input.scss 8:8 root stylesheet diff --git a/spec/libsass/error-directive-nested/inline.hrx b/spec/libsass/error-directive-nested/inline.hrx index 99843b3cf1..910ec0c6cd 100644 --- a/spec/libsass/error-directive-nested/inline.hrx +++ b/spec/libsass/error-directive-nested/inline.hrx @@ -8,7 +8,7 @@ a { <===> error Error: Illegal nesting: Only properties may be nested beneath properties. - on line 3 of /sass/spec/libsass/error-directive-nested/inline/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -17,4 +17,4 @@ Error: test 3 | @error test; | ^^^^^^^^^^^ ' - /sass/spec/libsass/error-directive-nested/inline/input.scss 3:5 root stylesheet + input.scss 3:5 root stylesheet diff --git a/spec/libsass/error-directive-nested/mixin.hrx b/spec/libsass/error-directive-nested/mixin.hrx index 9f490cbc01..208df70185 100644 --- a/spec/libsass/error-directive-nested/mixin.hrx +++ b/spec/libsass/error-directive-nested/mixin.hrx @@ -12,8 +12,8 @@ a { <===> error Error: test - on line 2 of /sass/spec/libsass/error-directive-nested/mixin/input.scss, in `c' - from line 8 of /sass/spec/libsass/error-directive-nested/mixin/input.scss + on line 2 of input.scss, in `c' + from line 8 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -22,5 +22,5 @@ Error: test 2 | @error test; | ^^^^^^^^^^^ ' - /sass/spec/libsass/error-directive-nested/mixin/input.scss 2:3 c() - /sass/spec/libsass/error-directive-nested/mixin/input.scss 8:5 root stylesheet + input.scss 2:3 c() + input.scss 8:5 root stylesheet diff --git a/spec/libsass/inheritance.hrx b/spec/libsass/inheritance.hrx index 644ee68458..2a7d447574 100644 --- a/spec/libsass/inheritance.hrx +++ b/spec/libsass/inheritance.hrx @@ -143,6 +143,6 @@ hux, .bar.a { } <===> warning -DEPRECATION WARNING on line 28 of /sass/spec/libsass/inheritance/input.scss: +DEPRECATION WARNING on line 28 of input.scss: Extending a compound selector, mammal.quadruped, is deprecated and will not be supported in a future release. See http://bit.ly/ExtendCompound for details. diff --git a/spec/libsass/interpolated-function-call.hrx b/spec/libsass/interpolated-function-call.hrx index 6bb8ea181f..dc16d52509 100644 --- a/spec/libsass/interpolated-function-call.hrx +++ b/spec/libsass/interpolated-function-call.hrx @@ -16,7 +16,7 @@ div { } <===> warning -DEPRECATION WARNING on line 4 of /sass/spec/libsass/interpolated-function-call/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass/interpolated-urls.hrx b/spec/libsass/interpolated-urls.hrx index cecaeb7de5..1fe4662c2a 100644 --- a/spec/libsass/interpolated-urls.hrx +++ b/spec/libsass/interpolated-urls.hrx @@ -31,7 +31,7 @@ fudge { } <===> warning -DEPRECATION WARNING on line 3 of /sass/spec/libsass/interpolated-urls/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -39,7 +39,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/libsass/interpolated-urls/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/libsass/parent-selector/missing.hrx b/spec/libsass/parent-selector/missing.hrx index 5ea32aecef..798724cb91 100644 --- a/spec/libsass/parent-selector/missing.hrx +++ b/spec/libsass/parent-selector/missing.hrx @@ -47,6 +47,6 @@ Error: Top-level selectors may not contain the parent selector "&". 30 | body.immobile & { | ^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/parent-selector/missing/input.scss 30:5 @content - /sass/spec/libsass/parent-selector/missing/input.scss 22:9 grid-media-query() - /sass/spec/libsass/parent-selector/missing/input.scss 29:3 root stylesheet + input.scss 30:5 @content + input.scss 22:9 grid-media-query() + input.scss 29:3 root stylesheet diff --git a/spec/libsass/properties-in-media.hrx b/spec/libsass/properties-in-media.hrx index e08c638c90..9193fe15e6 100644 --- a/spec/libsass/properties-in-media.hrx +++ b/spec/libsass/properties-in-media.hrx @@ -18,7 +18,7 @@ Error: expected "{". 3 | color: red; | ^ ' - /sass/spec/libsass/properties-in-media/input.scss 3:13 root stylesheet + input.scss 3:13 root stylesheet <===> output.css @media only screen { diff --git a/spec/libsass/propsets.hrx b/spec/libsass/propsets.hrx index 7adedb287b..a5c507aaf5 100644 --- a/spec/libsass/propsets.hrx +++ b/spec/libsass/propsets.hrx @@ -100,8 +100,8 @@ d\ v a, sp\ n a { <===> warning WARNING: 5 - on line 28 of /sass/spec/libsass/propsets/input.scss + on line 28 of input.scss <===> warning-dart-sass WARNING: 5 - /sass/spec/libsass/propsets/input.scss 28:1 root stylesheet + input.scss 28:1 root stylesheet diff --git a/spec/libsass/selector-functions/selector-append-empty.hrx b/spec/libsass/selector-functions/selector-append-empty.hrx index abd3af437c..049f421536 100644 --- a/spec/libsass/selector-functions/selector-append-empty.hrx +++ b/spec/libsass/selector-functions/selector-append-empty.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: $selectors: At least one selector must be passed for `selector-append' - on line 2 of /sass/spec/libsass/selector-functions/selector-append-empty/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: $selectors: At least one selector must be passed. 2 | test-02: selector-append(); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/selector-functions/selector-append-empty/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet diff --git a/spec/libsass/selector-functions/selector-append-error-1.hrx b/spec/libsass/selector-functions/selector-append-error-1.hrx index 2827cff393..d925f99e16 100644 --- a/spec/libsass/selector-functions/selector-append-error-1.hrx +++ b/spec/libsass/selector-functions/selector-append-error-1.hrx @@ -9,7 +9,7 @@ foo { } <===> error Error: Can't append "*" to ".foo" for `selector-append' - on line 2 of /sass/spec/libsass/selector-functions/selector-append-error-1/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -18,4 +18,4 @@ Error: Can't append * to .foo. 2 | test-02: selector-append(".foo", "*"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/selector-functions/selector-append-error-1/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet diff --git a/spec/libsass/selector-functions/selector-append-error-2.hrx b/spec/libsass/selector-functions/selector-append-error-2.hrx index 04953e7345..77885147df 100644 --- a/spec/libsass/selector-functions/selector-append-error-2.hrx +++ b/spec/libsass/selector-functions/selector-append-error-2.hrx @@ -4,7 +4,7 @@ foo { } <===> error Error: Can't append "> .bar" to ".foo" for `selector-append' - on line 2 of /sass/spec/libsass/selector-functions/selector-append-error-2/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: Can't append > .bar to .foo. 2 | test-02: selector-append(".foo", ">.bar"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/selector-functions/selector-append-error-2/input.scss 2:12 root stylesheet + input.scss 2:12 root stylesheet diff --git a/spec/libsass/unquote.hrx b/spec/libsass/unquote.hrx index ef049d5bbc..72d4bcd126 100644 --- a/spec/libsass/unquote.hrx +++ b/spec/libsass/unquote.hrx @@ -13,7 +13,7 @@ Error: $string: 24 is not a string. 6 | e: unquote(23+1); | ^^^^^^^^^^^^^ ' - /sass/spec/libsass/unquote/input.scss 6:6 root stylesheet + input.scss 6:6 root stylesheet <===> output.css div { @@ -27,4 +27,4 @@ div { <===> warning DEPRECATION WARNING: Passing 24, a non-string value, to unquote() will be an error in future versions of Sass. - on line 6 of /sass/spec/libsass/unquote/input.scss + on line 6 of input.scss diff --git a/spec/libsass/variable-scoping/blead-global/expanding/at-root.hrx b/spec/libsass/variable-scoping/blead-global/expanding/at-root.hrx index f80cb5b96b..895dc34a73 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/at-root.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/at-root.hrx @@ -56,7 +56,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/at-root/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -65,4 +65,4 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 10| $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/at-root/input.scss 10:3 root stylesheet + input.scss 10:3 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/each.hrx b/spec/libsass/variable-scoping/blead-global/expanding/each.hrx index d569b21347..b140891587 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/each.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/each.hrx @@ -62,7 +62,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/each/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -71,4 +71,4 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 10| $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/each/input.scss 10:3 root stylesheet + input.scss 10:3 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/else.hrx b/spec/libsass/variable-scoping/blead-global/expanding/else.hrx index 62bd43afaf..2a46a16a0c 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/else.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/else.hrx @@ -62,7 +62,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/else/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -71,4 +71,4 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 13 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/else/input.scss 13:3 root stylesheet + input.scss 13:3 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/elseif.hrx b/spec/libsass/variable-scoping/blead-global/expanding/elseif.hrx index 2da808c800..c0ceb288c9 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/elseif.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/elseif.hrx @@ -62,7 +62,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/elseif/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -71,4 +71,4 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 13 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/elseif/input.scss 13:3 root stylesheet + input.scss 13:3 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/for.hrx b/spec/libsass/variable-scoping/blead-global/expanding/for.hrx index 5c80a15d5e..f0d82e0e08 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/for.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/for.hrx @@ -63,7 +63,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 4 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/for/input.scss 4:1 root stylesheet + input.scss 4:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -72,4 +72,4 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 11 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/for/input.scss 11:3 root stylesheet + input.scss 11:3 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/function.hrx b/spec/libsass/variable-scoping/blead-global/expanding/function.hrx index 1f86fdf3fb..c6d7a8d261 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/function.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/function.hrx @@ -70,7 +70,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 5 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/function/input.scss 5:1 root stylesheet + input.scss 5:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -79,5 +79,5 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 12 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/function/input.scss 12:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/expanding/function/input.scss 28:7 root stylesheet + input.scss 12:3 fn() + input.scss 28:7 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/if.hrx b/spec/libsass/variable-scoping/blead-global/expanding/if.hrx index 1c7df42a53..54f7f30bf8 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/if.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/if.hrx @@ -56,7 +56,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/if/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -65,4 +65,4 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 10| $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/if/input.scss 10:3 root stylesheet + input.scss 10:3 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/mixin.hrx b/spec/libsass/variable-scoping/blead-global/expanding/mixin.hrx index 390bf35020..2ec22fe4c5 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/mixin.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/mixin.hrx @@ -60,7 +60,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/mixin/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -69,5 +69,5 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 19 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/mixin/input.scss 19:3 set_variable_outer() - /sass/spec/libsass/variable-scoping/blead-global/expanding/mixin/input.scss 24:1 root stylesheet + input.scss 19:3 set_variable_outer() + input.scss 24:1 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/ruleset.hrx b/spec/libsass/variable-scoping/blead-global/expanding/ruleset.hrx index 1b4fa132db..b858e4de66 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/ruleset.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/ruleset.hrx @@ -56,7 +56,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/ruleset/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -65,4 +65,4 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 10| $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/ruleset/input.scss 10:3 root stylesheet + input.scss 10:3 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/expanding/while.hrx b/spec/libsass/variable-scoping/blead-global/expanding/while.hrx index d32ce94052..6840d31114 100644 --- a/spec/libsass/variable-scoping/blead-global/expanding/while.hrx +++ b/spec/libsass/variable-scoping/blead-global/expanding/while.hrx @@ -68,7 +68,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 5 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/while/input.scss 5:1 root stylesheet + input.scss 5:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -77,4 +77,4 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 12 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/expanding/while/input.scss 12:3 root stylesheet + input.scss 12:3 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/functional/each.hrx b/spec/libsass/variable-scoping/blead-global/functional/each.hrx index 7cb7967bcd..dc59214f06 100644 --- a/spec/libsass/variable-scoping/blead-global/functional/each.hrx +++ b/spec/libsass/variable-scoping/blead-global/functional/each.hrx @@ -81,7 +81,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -90,8 +90,8 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 11 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 11:5 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 29:7 root stylesheet + input.scss 11:5 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_implicit: null` at the top level. @@ -100,8 +100,8 @@ declare new variables. Consider adding `$check_implicit: null` at the top level. 22 | $check_implicit: $root_implicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 22:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 29:7 root stylesheet + input.scss 22:3 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_explicit: null` at the top level. @@ -110,8 +110,8 @@ declare new variables. Consider adding `$check_explicit: null` at the top level. 23 | $check_explicit: $root_explicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 23:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 29:7 root stylesheet + input.scss 23:3 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_default: null` at the top level. @@ -120,5 +120,5 @@ declare new variables. Consider adding `$check_default: null` at the top level. 24 | $check_default: $root_default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 24:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/each/input.scss 29:7 root stylesheet + input.scss 24:3 fn() + input.scss 29:7 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/functional/else.hrx b/spec/libsass/variable-scoping/blead-global/functional/else.hrx index 0d3ed15f09..be4f4d1e9a 100644 --- a/spec/libsass/variable-scoping/blead-global/functional/else.hrx +++ b/spec/libsass/variable-scoping/blead-global/functional/else.hrx @@ -87,7 +87,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -96,8 +96,8 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 14 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 14:5 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 35:7 root stylesheet + input.scss 14:5 fn() + input.scss 35:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_implicit: null` at the top level. @@ -106,8 +106,8 @@ declare new variables. Consider adding `$check_implicit: null` at the top level. 28 | $check_implicit: $root_implicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 28:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 35:7 root stylesheet + input.scss 28:3 fn() + input.scss 35:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_explicit: null` at the top level. @@ -116,8 +116,8 @@ declare new variables. Consider adding `$check_explicit: null` at the top level. 29 | $check_explicit: $root_explicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 29:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 35:7 root stylesheet + input.scss 29:3 fn() + input.scss 35:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_default: null` at the top level. @@ -126,5 +126,5 @@ declare new variables. Consider adding `$check_default: null` at the top level. 30 | $check_default: $root_default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 30:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/else/input.scss 35:7 root stylesheet + input.scss 30:3 fn() + input.scss 35:7 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/functional/elseif.hrx b/spec/libsass/variable-scoping/blead-global/functional/elseif.hrx index bca77cf2c6..6d24edf3fd 100644 --- a/spec/libsass/variable-scoping/blead-global/functional/elseif.hrx +++ b/spec/libsass/variable-scoping/blead-global/functional/elseif.hrx @@ -87,7 +87,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -96,8 +96,8 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 14 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 14:5 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 35:7 root stylesheet + input.scss 14:5 fn() + input.scss 35:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_implicit: null` at the top level. @@ -106,8 +106,8 @@ declare new variables. Consider adding `$check_implicit: null` at the top level. 28 | $check_implicit: $root_implicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 28:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 35:7 root stylesheet + input.scss 28:3 fn() + input.scss 35:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_explicit: null` at the top level. @@ -116,8 +116,8 @@ declare new variables. Consider adding `$check_explicit: null` at the top level. 29 | $check_explicit: $root_explicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 29:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 35:7 root stylesheet + input.scss 29:3 fn() + input.scss 35:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_default: null` at the top level. @@ -126,5 +126,5 @@ declare new variables. Consider adding `$check_default: null` at the top level. 30 | $check_default: $root_default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 30:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/elseif/input.scss 35:7 root stylesheet + input.scss 30:3 fn() + input.scss 35:7 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/functional/for.hrx b/spec/libsass/variable-scoping/blead-global/functional/for.hrx index c52ecd9965..fc1bca909e 100644 --- a/spec/libsass/variable-scoping/blead-global/functional/for.hrx +++ b/spec/libsass/variable-scoping/blead-global/functional/for.hrx @@ -81,7 +81,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -90,8 +90,8 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 11 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 11:5 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 29:7 root stylesheet + input.scss 11:5 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_implicit: null` at the top level. @@ -100,8 +100,8 @@ declare new variables. Consider adding `$check_implicit: null` at the top level. 22 | $check_implicit: $root_implicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 22:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 29:7 root stylesheet + input.scss 22:3 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_explicit: null` at the top level. @@ -110,8 +110,8 @@ declare new variables. Consider adding `$check_explicit: null` at the top level. 23 | $check_explicit: $root_explicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 23:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 29:7 root stylesheet + input.scss 23:3 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_default: null` at the top level. @@ -120,5 +120,5 @@ declare new variables. Consider adding `$check_default: null` at the top level. 24 | $check_default: $root_default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 24:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/for/input.scss 29:7 root stylesheet + input.scss 24:3 fn() + input.scss 29:7 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/functional/if.hrx b/spec/libsass/variable-scoping/blead-global/functional/if.hrx index 1b0e2530e9..f3f5b56270 100644 --- a/spec/libsass/variable-scoping/blead-global/functional/if.hrx +++ b/spec/libsass/variable-scoping/blead-global/functional/if.hrx @@ -81,7 +81,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 3 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -90,8 +90,8 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 11 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 11:5 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 29:7 root stylesheet + input.scss 11:5 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_implicit: null` at the top level. @@ -100,8 +100,8 @@ declare new variables. Consider adding `$check_implicit: null` at the top level. 22 | $check_implicit: $root_implicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 22:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 29:7 root stylesheet + input.scss 22:3 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_explicit: null` at the top level. @@ -110,8 +110,8 @@ declare new variables. Consider adding `$check_explicit: null` at the top level. 23 | $check_explicit: $root_explicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 23:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 29:7 root stylesheet + input.scss 23:3 fn() + input.scss 29:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_default: null` at the top level. @@ -120,5 +120,5 @@ declare new variables. Consider adding `$check_default: null` at the top level. 24 | $check_default: $root_default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 24:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/if/input.scss 29:7 root stylesheet + input.scss 24:3 fn() + input.scss 29:7 root stylesheet diff --git a/spec/libsass/variable-scoping/blead-global/functional/while.hrx b/spec/libsass/variable-scoping/blead-global/functional/while.hrx index 6cb0366229..8153791f02 100644 --- a/spec/libsass/variable-scoping/blead-global/functional/while.hrx +++ b/spec/libsass/variable-scoping/blead-global/functional/while.hrx @@ -87,7 +87,7 @@ declare new variables. Consider adding `$root_explicit: null` at the top level. 5 | $root_explicit: initial !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 5:1 root stylesheet + input.scss 5:1 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$local_explicit: null` at the top level. @@ -96,8 +96,8 @@ declare new variables. Consider adding `$local_explicit: null` at the top level. 13 | $local_explicit: outer !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 13:5 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 33:7 root stylesheet + input.scss 13:5 fn() + input.scss 33:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_implicit: null` at the top level. @@ -106,8 +106,8 @@ declare new variables. Consider adding `$check_implicit: null` at the top level. 26 | $check_implicit: $root_implicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 26:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 33:7 root stylesheet + input.scss 26:3 fn() + input.scss 33:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_explicit: null` at the top level. @@ -116,8 +116,8 @@ declare new variables. Consider adding `$check_explicit: null` at the top level. 27 | $check_explicit: $root_explicit !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 27:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 33:7 root stylesheet + input.scss 27:3 fn() + input.scss 33:7 root stylesheet DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables. Consider adding `$check_default: null` at the top level. @@ -126,5 +126,5 @@ declare new variables. Consider adding `$check_default: null` at the top level. 28 | $check_default: $root_default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 28:3 fn() - /sass/spec/libsass/variable-scoping/blead-global/functional/while/input.scss 33:7 root stylesheet + input.scss 28:3 fn() + input.scss 33:7 root stylesheet diff --git a/spec/libsass/variable-scoping/defaults-global-null.hrx b/spec/libsass/variable-scoping/defaults-global-null.hrx index df5ae13ab3..cedae14e7b 100644 --- a/spec/libsass/variable-scoping/defaults-global-null.hrx +++ b/spec/libsass/variable-scoping/defaults-global-null.hrx @@ -46,4 +46,4 @@ declare new variables. Consider adding `$foo: null` at the top level. 2 | $foo: null !default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/defaults-global-null/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass/variable-scoping/defaults-global.hrx b/spec/libsass/variable-scoping/defaults-global.hrx index 4e97e70d59..bc0740648a 100644 --- a/spec/libsass/variable-scoping/defaults-global.hrx +++ b/spec/libsass/variable-scoping/defaults-global.hrx @@ -40,4 +40,4 @@ declare new variables. Consider adding `$foo: null` at the top level. 2 | $foo: inner !default !global; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/defaults-global/input.scss 2:3 root stylesheet + input.scss 2:3 root stylesheet diff --git a/spec/libsass/variable-scoping/defaults.hrx b/spec/libsass/variable-scoping/defaults.hrx index 704e9d8ba9..8ee3b17fda 100644 --- a/spec/libsass/variable-scoping/defaults.hrx +++ b/spec/libsass/variable-scoping/defaults.hrx @@ -69,4 +69,4 @@ declare new variables. Consider adding `$n: null` at the top level. 6 | $n: 42 !global; | ^^^^^^^^^^^^^^ ' - /sass/spec/libsass/variable-scoping/defaults/input.scss 6:3 root stylesheet + input.scss 6:3 root stylesheet diff --git a/spec/libsass/warn-directive-nested/function.hrx b/spec/libsass/warn-directive-nested/function.hrx index 40ef150be2..5055401fb9 100644 --- a/spec/libsass/warn-directive-nested/function.hrx +++ b/spec/libsass/warn-directive-nested/function.hrx @@ -17,9 +17,9 @@ a { <===> warning WARNING: test - on line 2 of /sass/spec/libsass/warn-directive-nested/function/input.scss + on line 2 of input.scss <===> warning-dart-sass WARNING: test - spec/libsass/warn-directive-nested/function/input.scss 2:3 c() - spec/libsass/warn-directive-nested/function/input.scss 8:8 root stylesheet + input.scss 2:3 c() + input.scss 8:8 root stylesheet diff --git a/spec/libsass/warn-directive-nested/inline.hrx b/spec/libsass/warn-directive-nested/inline.hrx index 8bedcfb6f4..9231f6831a 100644 --- a/spec/libsass/warn-directive-nested/inline.hrx +++ b/spec/libsass/warn-directive-nested/inline.hrx @@ -8,7 +8,7 @@ a { <===> error Error: Illegal nesting: Only properties may be nested beneath properties. - on line 3 of /sass/spec/libsass/warn-directive-nested/inline/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> output-dart-sass.css @@ -18,5 +18,5 @@ a { <===> warning-dart-sass WARNING: test - spec/libsass/warn-directive-nested/inline/input.scss 3:5 root stylesheet + input.scss 3:5 root stylesheet diff --git a/spec/libsass/warn-directive-nested/mixin.hrx b/spec/libsass/warn-directive-nested/mixin.hrx index 188a43d220..5f14e93cfd 100644 --- a/spec/libsass/warn-directive-nested/mixin.hrx +++ b/spec/libsass/warn-directive-nested/mixin.hrx @@ -17,10 +17,10 @@ a { <===> warning WARNING: test - on line 2 of /sass/spec/libsass/warn-directive-nested/mixin/input.scss, in `c' - from line 8 of /sass/spec/libsass/warn-directive-nested/mixin/input.scss + on line 2 of input.scss, in `c' + from line 8 of input.scss <===> warning-dart-sass WARNING: test - spec/libsass/warn-directive-nested/mixin/input.scss 2:3 c() - spec/libsass/warn-directive-nested/mixin/input.scss 8:5 root stylesheet + input.scss 2:3 c() + input.scss 8:5 root stylesheet diff --git a/spec/misc/error-directive.hrx b/spec/misc/error-directive.hrx index 45b52c6b29..e7eb473784 100644 --- a/spec/misc/error-directive.hrx +++ b/spec/misc/error-directive.hrx @@ -3,7 +3,7 @@ <===> error Error: Buckle your seatbelt Dorothy, 'cause Kansas is going bye-bye - on line 1 of /sass/spec/misc/error-directive/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: "Buckle your seatbelt Dorothy, 'cause Kansas is going bye-bye" 1 | @error "Buckle your seatbelt Dorothy, 'cause Kansas is going bye-bye" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/misc/error-directive/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet diff --git a/spec/misc/warn-directive.hrx b/spec/misc/warn-directive.hrx index 669e32a70f..61410eeec8 100644 --- a/spec/misc/warn-directive.hrx +++ b/spec/misc/warn-directive.hrx @@ -9,8 +9,8 @@ h1 { <===> warning WARNING: Don't crash the ambulance, whatever you do - on line 2 of /sass/spec/misc/warn-directive/input.scss + on line 2 of input.scss <===> warning-dart-sass WARNING: Don't crash the ambulance, whatever you do - spec/misc/warn-directive/input.scss 2:1 root stylesheet + input.scss 2:1 root stylesheet diff --git a/spec/mixin/content/arguments/error/args.hrx b/spec/mixin/content/arguments/error/args.hrx index 59620bbdc7..e0f80c09cb 100644 --- a/spec/mixin/content/arguments/error/args.hrx +++ b/spec/mixin/content/arguments/error/args.hrx @@ -12,9 +12,9 @@ Error: Missing argument $arg1. 3 | @content; | ^^^^^^^^ ' - /sass/spec/mixin/content/arguments/error/args/none_passed/input.scss 3:3 @content - /sass/spec/mixin/content/arguments/error/args/none_passed/input.scss 3:3 mixin() - /sass/spec/mixin/content/arguments/error/args/none_passed/input.scss 6:1 root stylesheet + input.scss 3:3 @content + input.scss 3:3 mixin() + input.scss 6:1 root stylesheet <===> none_passed/error-libsass Error: Mixin @content is missing argument $arg1. @@ -40,9 +40,9 @@ Error: Only 0 arguments allowed, but 1 was passed. 3 | @content(value); | ^^^^^^^^^^^^^^^ ' - /sass/spec/mixin/content/arguments/error/args/none_expected/input.scss 3:3 @content - /sass/spec/mixin/content/arguments/error/args/none_expected/input.scss 3:3 mixin() - /sass/spec/mixin/content/arguments/error/args/none_expected/input.scss 6:1 root stylesheet + input.scss 3:3 @content + input.scss 3:3 mixin() + input.scss 6:1 root stylesheet <===> none_expected/error-libsass Error: wrong number of arguments (1 for 0) for `@content' @@ -69,9 +69,9 @@ Error: No argument named $invalid. 3 | @content($invalid: value); | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/mixin/content/arguments/error/args/named/input.scss 3:3 @content - /sass/spec/mixin/content/arguments/error/args/named/input.scss 3:3 mixin() - /sass/spec/mixin/content/arguments/error/args/named/input.scss 6:1 root stylesheet + input.scss 3:3 @content + input.scss 3:3 mixin() + input.scss 6:1 root stylesheet <===> named/error-libsass Error: Mixin @content has no parameter named $invalid @@ -98,9 +98,9 @@ Error: Missing argument $arg2. 3 | @content(1); | ^^^^^^^^^^^ ' - /sass/spec/mixin/content/arguments/error/args/too_few/input.scss 3:3 @content - /sass/spec/mixin/content/arguments/error/args/too_few/input.scss 3:3 mixin() - /sass/spec/mixin/content/arguments/error/args/too_few/input.scss 6:1 root stylesheet + input.scss 3:3 @content + input.scss 3:3 mixin() + input.scss 6:1 root stylesheet <===> too_few/error-libsass Error: Mixin @content is missing argument $arg2. @@ -126,9 +126,9 @@ Error: Only 2 arguments allowed, but 3 were passed. 3 | @content(1, 2, 3); | ^^^^^^^^^^^^^^^^^ ' - /sass/spec/mixin/content/arguments/error/args/too_many/input.scss 3:3 @content - /sass/spec/mixin/content/arguments/error/args/too_many/input.scss 3:3 mixin() - /sass/spec/mixin/content/arguments/error/args/too_many/input.scss 6:1 root stylesheet + input.scss 3:3 @content + input.scss 3:3 mixin() + input.scss 6:1 root stylesheet <===> too_many/error-libsass Error: wrong number of arguments (3 for 2) for `@content' diff --git a/spec/mixin/content/arguments/error/syntax.hrx b/spec/mixin/content/arguments/error/syntax.hrx index be403b19ad..92913f79bb 100644 --- a/spec/mixin/content/arguments/error/syntax.hrx +++ b/spec/mixin/content/arguments/error/syntax.hrx @@ -11,7 +11,7 @@ Error: Expected expression. 5 | @include mixin() using ($arg1: ) {} | ^ ' - /sass/spec/mixin/content/arguments/error/syntax/arglist/invalid/input.scss 5:32 root stylesheet + input.scss 5:32 root stylesheet <===> arglist/invalid/error-libsass Error: Invalid CSS after "...) using ($arg1:": expected expression (e.g. 1px, bold), was ") {}" @@ -35,7 +35,7 @@ Error: expected "(". 5 | @include mixin using {} | ^ ' - /sass/spec/mixin/content/arguments/error/syntax/arglist/missing/input.scss 5:22 root stylesheet + input.scss 5:22 root stylesheet <===> arglist/missing/error-libsass Error: Invalid CSS after "...ude mixin using": expected "(", was "{}" @@ -59,7 +59,7 @@ Error: expected "(". 5 | @include mixin using $arg1 {} | ^ ' - /sass/spec/mixin/content/arguments/error/syntax/arglist/missing_parens/input.scss 5:22 root stylesheet + input.scss 5:22 root stylesheet <===> arglist/missing_parens/error-libsass Error: Invalid CSS after "...ude mixin using": expected "(", was "$arg1 {}" @@ -83,7 +83,7 @@ Error: expected ";". 5 | @include mixin() () {} | ^ ' - /sass/spec/mixin/content/arguments/error/syntax/missing_using/input.scss 5:18 root stylesheet + input.scss 5:18 root stylesheet <===> missing_using/error-libsass Error: Invalid CSS after "@include mixin()": expected ";", was "() {}" @@ -107,7 +107,7 @@ Error: expected "{". 5 | @include mixin using (); | ^ ' - /sass/spec/mixin/content/arguments/error/syntax/missing_block/input.scss 5:24 root stylesheet + input.scss 5:24 root stylesheet <===> missing_block/error-libsass Error: Invalid CSS after "... mixin using ()": expected "{", was ";" diff --git a/spec/mixin/error/no_content.hrx b/spec/mixin/error/no_content.hrx index 3b6f87c344..24a5329f68 100644 --- a/spec/mixin/error/no_content.hrx +++ b/spec/mixin/error/no_content.hrx @@ -9,7 +9,7 @@ Error: Mixin doesn't accept a content block. 3 | @include no-content {} | ^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/mixin/error/no_content/input.scss 3:1 root stylesheet + input.scss 3:1 root stylesheet <===> error-libsass Error: Mixin "no-content" does not accept a content block. diff --git a/spec/output_styles/compact/basic/23_basic_value_interpolation/warning b/spec/output_styles/compact/basic/23_basic_value_interpolation/warning index 6792f34228..871a766f5e 100644 --- a/spec/output_styles/compact/basic/23_basic_value_interpolation/warning +++ b/spec/output_styles/compact/basic/23_basic_value_interpolation/warning @@ -1,9 +1,9 @@ -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compact/basic/23_basic_value_interpolation/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("123") -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/basic/23_basic_value_interpolation/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{12 + 111}") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1333/warning b/spec/output_styles/compact/libsass-closed-issues/issue_1333/warning index 795c63ea34..6cdb32ed4c 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1333/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1333/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/libsass-issues/issue_1333/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('#{baz()}" !important"') diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1396/warning b/spec/output_styles/compact/libsass-closed-issues/issue_1396/warning index c9d4fd9642..0d6e018f02 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1396/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1396/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compact/libsass-issues/issue_1396/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{foo "bar"}baz") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1413/warning b/spec/output_styles/compact/libsass-closed-issues/issue_1413/warning index b76086ac13..4b018a4cdb 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1413/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1413/warning @@ -1,175 +1,175 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"') -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"C') -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('AB"C"') -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{B "C"}") -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{"B" C "D" "E"}") -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"') -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"C') -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('AB"C"') -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{B "C"}") -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{"B" C "D" "E"}") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_152-4.0/error b/spec/output_styles/compact/libsass-closed-issues/issue_152-4.0/error index f0a3ce8708..18d6f2c240 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_152-4.0/error +++ b/spec/output_styles/compact/libsass-closed-issues/issue_152-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 mod 100%". - on line 5 of /sass/spec/output_styles/compact/libsass-issues/issue_152-4.0/input.scss + on line 5 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_152/warning b/spec/output_styles/compact/libsass-closed-issues/issue_152/warning index 2b8d595524..e687deb7bf 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_152/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_152/warning @@ -1,18 +1,18 @@ -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compact/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% 100%") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 % 100%") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 %100%") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1578/warning b/spec/output_styles/compact/libsass-closed-issues/issue_1578/warning index 85965a2b75..847902023b 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1578/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1578/warning @@ -1,2 +1,2 @@ -WARNING on line 4 of /sass/spec/output_styles/compact/libsass-issues/issue_1578/input.sass: +WARNING on line 4 of input.sass: This selector doesn't have any properties and will not be rendered. diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1709/warning b/spec/output_styles/compact/libsass-closed-issues/issue_1709/warning index 97bd3b6e6e..712e489c18 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1709/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1709/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/libsass-issues/issue_1709/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$prefix}#{$transition}") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/both-4.0/error b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/both-4.0/error index 5b24588ff5..bee9ce2288 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/both-4.0/error +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/both-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "2 times 2". - on line 23 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/both/warning b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/both/warning index 2ae7679ff3..0273588b6a 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/both/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/both/warning @@ -1,95 +1,95 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+ #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} +#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} + #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2}- #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2} - #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}*#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}* #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} *#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} * #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}%#{1% 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}% #{1% 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} %#{1 % 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} % #{1 % 2}") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/left-4.0/error b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/left-4.0/error index dab711fde5..0d427a010b 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/left-4.0/error +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/left-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "2 times 3". - on line 23 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/left/warning b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/left/warning index 8a14fed5eb..1ee11d1ee2 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/left/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/left/warning @@ -1,88 +1,88 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+ 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} +3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} + 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2} - 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}*3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}* 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} *3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} * 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}%3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}% 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} %3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} % 3") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/right-4.0/error b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/right-4.0/error index fae0e0f800..d752bb3696 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/right-4.0/error +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/right-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "3 times 2". - on line 23 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/right/warning b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/right/warning index 05e78df762..f8c60b517a 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/right/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_1739/interpolate/right/warning @@ -1,81 +1,81 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3+#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3+ #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 +#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 + #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3- #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 - #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3*#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3* #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 *#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 * #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 %#{1 % 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 % #{1 % 2}") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_308/warning b/spec/output_styles/compact/libsass-closed-issues/issue_308/warning index d99e5efc07..4756885f73 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_308/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_308/warning @@ -1,4 +1,4 @@ -WARNING on line 7, column 2 of /sass/spec/output_styles/compact/libsass-issues/issue_308/input.scss: +WARNING on line 7, column 2 of input.scss: You probably don't mean to use the color value `orange' in interpolation here. It may end up represented as #ffa500, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "orange"). diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_442/warning b/spec/output_styles/compact/libsass-closed-issues/issue_442/warning index 3a1e728caf..dae661248c 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_442/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_442/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 1 of /sass/spec/output_styles/compact/libsass-issues/issue_442/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 1 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{100 / 10}rem") diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_870/warning b/spec/output_styles/compact/libsass-closed-issues/issue_870/warning index 5ea027cd39..d91e56dc98 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_870/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_870/warning @@ -1,11 +1,11 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/libsass-issues/issue_870/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"["#{$quoted-strings-csv}"]"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/libsass-issues/issue_870/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"["#{$quoted-strings-ssv}"]"') diff --git a/spec/output_styles/compact/libsass-closed-issues/issue_948/warning b/spec/output_styles/compact/libsass-closed-issues/issue_948/warning index cc1842c623..e0fe2ad5c9 100644 --- a/spec/output_styles/compact/libsass-closed-issues/issue_948/warning +++ b/spec/output_styles/compact/libsass-closed-issues/issue_948/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 1 of /sass/spec/output_styles/compact/libsass-issues/issue_948/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 1 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 * 5}px") diff --git a/spec/output_styles/compact/libsass/arithmetic/warning b/spec/output_styles/compact/libsass/arithmetic/warning index a3affe61af..3816953217 100644 --- a/spec/output_styles/compact/libsass/arithmetic/warning +++ b/spec/output_styles/compact/libsass/arithmetic/warning @@ -1,39 +1,39 @@ -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 + un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 - un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compact/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 / un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/compact/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% + un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 91 of /sass/spec/output_styles/compact/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 91 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% - un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 113 of /sass/spec/output_styles/compact/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 113 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% / un}quo#{te("hello")}") diff --git a/spec/output_styles/compact/libsass/interpolated-function-call/warning b/spec/output_styles/compact/libsass/interpolated-function-call/warning index ef00b684f8..fe07afb8ef 100644 --- a/spec/output_styles/compact/libsass/interpolated-function-call/warning +++ b/spec/output_styles/compact/libsass/interpolated-function-call/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compact/libsass/interpolated-function-call/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$f}#{a, 1 + 2, c}") diff --git a/spec/output_styles/compact/libsass/interpolated-urls/warning b/spec/output_styles/compact/libsass/interpolated-urls/warning index 91df20512f..74f983ba67 100644 --- a/spec/output_styles/compact/libsass/interpolated-urls/warning +++ b/spec/output_styles/compact/libsass/interpolated-urls/warning @@ -1,11 +1,11 @@ -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/compact/libsass/interpolated-urls/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"url("#{$base_url}"img/beta.png)"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/libsass/interpolated-urls/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{blix "fludge"}#{hey now}123") diff --git a/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/warning b/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/warning index 491420595b..9c5bb15676 100644 --- a/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/warning +++ b/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/warning @@ -1,39 +1,39 @@ -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}literal") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('#{$input}"literal"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"literal"#{$input}') diff --git a/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/warning b/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/warning index 5d85ea424d..1b37e645fa 100644 --- a/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/warning +++ b/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/warning @@ -1,305 +1,305 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/output_styles/compact/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") diff --git a/spec/output_styles/compact/parser/operations/addition/numbers/pairs/warning b/spec/output_styles/compact/parser/operations/addition/numbers/pairs/warning index 408aa6eb1a..c30e17ee53 100644 --- a/spec/output_styles/compact/parser/operations/addition/numbers/pairs/warning +++ b/spec/output_styles/compact/parser/operations/addition/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") diff --git a/spec/output_styles/compact/parser/operations/addition/strings/pairs/warning b/spec/output_styles/compact/parser/operations/addition/strings/pairs/warning index a0141f67dd..f538bad175 100644 --- a/spec/output_styles/compact/parser/operations/addition/strings/pairs/warning +++ b/spec/output_styles/compact/parser/operations/addition/strings/pairs/warning @@ -1,333 +1,333 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal +interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+ interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal + interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" +interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+ interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" + interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" +litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+ litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" + litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp +lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+ lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp + lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/compact/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema + litlp_rschema") diff --git a/spec/output_styles/compact/parser/operations/division/dimensions/pairs/warning b/spec/output_styles/compact/parser/operations/division/dimensions/pairs/warning index bf5be14117..c859a0c47b 100644 --- a/spec/output_styles/compact/parser/operations/division/dimensions/pairs/warning +++ b/spec/output_styles/compact/parser/operations/division/dimensions/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compact/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") diff --git a/spec/output_styles/compact/parser/operations/division/numbers/pairs/warning b/spec/output_styles/compact/parser/operations/division/numbers/pairs/warning index e74f81280e..45ec752b6a 100644 --- a/spec/output_styles/compact/parser/operations/division/numbers/pairs/warning +++ b/spec/output_styles/compact/parser/operations/division/numbers/pairs/warning @@ -1,25 +1,25 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") diff --git a/spec/output_styles/compact/parser/operations/division/strings/pairs/warning b/spec/output_styles/compact/parser/operations/division/strings/pairs/warning index a186ee4884..437018ab30 100644 --- a/spec/output_styles/compact/parser/operations/division/strings/pairs/warning +++ b/spec/output_styles/compact/parser/operations/division/strings/pairs/warning @@ -1,53 +1,53 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") diff --git a/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/warning b/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/warning index b17172fbef..76bc299418 100644 --- a/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/warning +++ b/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/warning @@ -1,47 +1,47 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/warning b/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/warning index b9545aa31f..48a582bc36 100644 --- a/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/warning @@ -1,355 +1,355 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compact/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/warning b/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/warning index 7b4364921d..ea34f90a5c 100644 --- a/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/warning +++ b/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/warning @@ -1,31 +1,31 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/warning b/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/warning index 570c029858..0e3b8597af 100644 --- a/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/warning @@ -1,171 +1,171 @@ -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10%==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10%== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/warning b/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/warning index daf3fb1702..d7c7b65634 100644 --- a/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") diff --git a/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/warning b/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/warning index 0f9a6a3795..29646a589a 100644 --- a/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/warning @@ -1,333 +1,333 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal ==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal== interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal == interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"==interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" ==interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"== interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" == interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"==litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" ==litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"== litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" == litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp ==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp== lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp == lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/compact/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema == litlp_rschema") diff --git a/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs-4.0/error b/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs-4.0/error index d11f49660b..289a161427 100644 --- a/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs-4.0/error +++ b/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 gte 10". - on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/warning b/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/warning index ff5493dfc2..7de7f2ecb3 100644 --- a/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") diff --git a/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs-4.0/error b/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs-4.0/error index 8cef3ed3be..f8c5e490f6 100644 --- a/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs-4.0/error +++ b/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant gte interpolant". - on line 2 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/warning b/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/warning index 686a9c439b..ed6e5099cf 100644 --- a/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >= litlp_rschema") diff --git a/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs-4.0/error b/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs-4.0/error index 453bd98e3c..491163d3e8 100644 --- a/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs-4.0/error +++ b/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 gt 10". - on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/warning b/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/warning index 15b98bc989..a87637a81b 100644 --- a/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") diff --git a/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs-4.0/error b/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs-4.0/error index 10aaa875a8..32ff7656cc 100644 --- a/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs-4.0/error +++ b/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant gt interpolant". - on line 2 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/warning b/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/warning index 0a1f6dcc69..a756bb0d98 100644 --- a/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp> lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp > lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp > litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema > litlp_rschema") diff --git a/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs-4.0/error b/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs-4.0/error index 8f41470311..6d1825eb58 100644 --- a/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs-4.0/error +++ b/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 lte 10". - on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/warning b/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/warning index d9cdcaf3aa..d5e0f539d6 100644 --- a/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") diff --git a/spec/output_styles/compact/parser/operations/logic_le/strings/pairs-4.0/error b/spec/output_styles/compact/parser/operations/logic_le/strings/pairs-4.0/error index 47d1b9d95c..e70b54bb12 100644 --- a/spec/output_styles/compact/parser/operations/logic_le/strings/pairs-4.0/error +++ b/spec/output_styles/compact/parser/operations/logic_le/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant lte interpolant". - on line 2 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/warning b/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/warning index c1b62dd69a..3285224155 100644 --- a/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema <= litlp_rschema") diff --git a/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs-4.0/error b/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs-4.0/error index f9d6ac7998..59b558fe8a 100644 --- a/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs-4.0/error +++ b/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 lt 10". - on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/warning b/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/warning index e2411b9b6a..bcab691321 100644 --- a/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compact/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") diff --git a/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs-4.0/error b/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs-4.0/error index 7994c317b7..31f0136725 100644 --- a/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs-4.0/error +++ b/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant lt interpolant". - on line 2 of /sass/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs/warning b/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs/warning index 0e8274881d..551a55ab30 100644 --- a/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs/warning +++ b/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compact/parser/operations/logic_lt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant#{5% > 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compact/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a <#{5% < 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compact/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a >=#{5% >= 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compact/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a <=#{5% <= 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compact/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a !=#{5% != 2}") diff --git a/spec/output_styles/compact/types/warning b/spec/output_styles/compact/types/warning index 35b2b1619b..c914655f15 100644 --- a/spec/output_styles/compact/types/warning +++ b/spec/output_styles/compact/types/warning @@ -1,21 +1,21 @@ -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compact/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compact/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}px") -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compact/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#abc") -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compact/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("leng#{th(a b c d)}") diff --git a/spec/output_styles/compressed/basic/23_basic_value_interpolation/warning b/spec/output_styles/compressed/basic/23_basic_value_interpolation/warning index 6c70c7361a..871a766f5e 100644 --- a/spec/output_styles/compressed/basic/23_basic_value_interpolation/warning +++ b/spec/output_styles/compressed/basic/23_basic_value_interpolation/warning @@ -1,9 +1,9 @@ -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compressed/basic/23_basic_value_interpolation/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("123") -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/basic/23_basic_value_interpolation/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{12 + 111}") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1333/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_1333/warning index b7d047b653..6cdb32ed4c 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1333/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1333/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/libsass-issues/issue_1333/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('#{baz()}" !important"') diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1396/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_1396/warning index 4dcb04727c..0d6e018f02 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1396/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1396/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compressed/libsass-issues/issue_1396/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{foo "bar"}baz") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1413/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_1413/warning index 3c98666609..4b018a4cdb 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1413/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1413/warning @@ -1,175 +1,175 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"') -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"C') -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('AB"C"') -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{B "C"}") -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{"B" C "D" "E"}") -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"') -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"C') -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('AB"C"') -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{B "C"}") -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{"B" C "D" "E"}") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_152-4.0/error b/spec/output_styles/compressed/libsass-closed-issues/issue_152-4.0/error index 2870065d7d..18d6f2c240 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_152-4.0/error +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_152-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 mod 100%". - on line 5 of /sass/spec/output_styles/compressed/libsass-issues/issue_152-4.0/input.scss + on line 5 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_152/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_152/warning index 330556bc74..e687deb7bf 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_152/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_152/warning @@ -1,18 +1,18 @@ -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compressed/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% 100%") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 % 100%") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 %100%") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1578/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_1578/warning index 233afc7745..847902023b 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1578/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1578/warning @@ -1,2 +1,2 @@ -WARNING on line 4 of /sass/spec/output_styles/compressed/libsass-issues/issue_1578/input.sass: +WARNING on line 4 of input.sass: This selector doesn't have any properties and will not be rendered. diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1709/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_1709/warning index 00ccc04ee0..712e489c18 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1709/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1709/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/libsass-issues/issue_1709/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$prefix}#{$transition}") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/both-4.0/error b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/both-4.0/error index 785cdc9ba4..bee9ce2288 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/both-4.0/error +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/both-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "2 times 2". - on line 23 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/both/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/both/warning index e4b2bfaba9..0273588b6a 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/both/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/both/warning @@ -1,95 +1,95 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+ #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} +#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} + #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2}- #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2} - #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}*#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}* #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} *#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} * #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}%#{1% 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}% #{1% 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} %#{1 % 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} % #{1 % 2}") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/left-4.0/error b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/left-4.0/error index 0e865bdd74..0d427a010b 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/left-4.0/error +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/left-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "2 times 3". - on line 23 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/left/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/left/warning index e2de11b7c8..1ee11d1ee2 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/left/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/left/warning @@ -1,88 +1,88 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+ 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} +3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} + 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2} - 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}*3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}* 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} *3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} * 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}%3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}% 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} %3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} % 3") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/right-4.0/error b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/right-4.0/error index cd7af7f62a..d752bb3696 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/right-4.0/error +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/right-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "3 times 2". - on line 23 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/right/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/right/warning index b315756a2a..f8c60b517a 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/right/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_1739/interpolate/right/warning @@ -1,81 +1,81 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3+#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3+ #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 +#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 + #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3- #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 - #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3*#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3* #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 *#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 * #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 %#{1 % 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 % #{1 % 2}") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_308/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_308/warning index 0401bd58cd..4756885f73 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_308/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_308/warning @@ -1,4 +1,4 @@ -WARNING on line 7, column 2 of /sass/spec/output_styles/compressed/libsass-issues/issue_308/input.scss: +WARNING on line 7, column 2 of input.scss: You probably don't mean to use the color value `orange' in interpolation here. It may end up represented as #ffa500, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "orange"). diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_442/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_442/warning index 2b72bf2d55..dae661248c 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_442/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_442/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 1 of /sass/spec/output_styles/compressed/libsass-issues/issue_442/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 1 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{100 / 10}rem") diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_870/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_870/warning index a4d3171428..d91e56dc98 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_870/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_870/warning @@ -1,11 +1,11 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/libsass-issues/issue_870/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"["#{$quoted-strings-csv}"]"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/libsass-issues/issue_870/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"["#{$quoted-strings-ssv}"]"') diff --git a/spec/output_styles/compressed/libsass-closed-issues/issue_948/warning b/spec/output_styles/compressed/libsass-closed-issues/issue_948/warning index 1d24b92254..e0fe2ad5c9 100644 --- a/spec/output_styles/compressed/libsass-closed-issues/issue_948/warning +++ b/spec/output_styles/compressed/libsass-closed-issues/issue_948/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 1 of /sass/spec/output_styles/compressed/libsass-issues/issue_948/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 1 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 * 5}px") diff --git a/spec/output_styles/compressed/libsass/arithmetic/warning b/spec/output_styles/compressed/libsass/arithmetic/warning index 29960238b3..3816953217 100644 --- a/spec/output_styles/compressed/libsass/arithmetic/warning +++ b/spec/output_styles/compressed/libsass/arithmetic/warning @@ -1,39 +1,39 @@ -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 + un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 - un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compressed/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 / un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/compressed/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% + un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 91 of /sass/spec/output_styles/compressed/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 91 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% - un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 113 of /sass/spec/output_styles/compressed/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 113 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% / un}quo#{te("hello")}") diff --git a/spec/output_styles/compressed/libsass/interpolated-function-call/warning b/spec/output_styles/compressed/libsass/interpolated-function-call/warning index 1729ce607b..fe07afb8ef 100644 --- a/spec/output_styles/compressed/libsass/interpolated-function-call/warning +++ b/spec/output_styles/compressed/libsass/interpolated-function-call/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compressed/libsass/interpolated-function-call/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$f}#{a, 1 + 2, c}") diff --git a/spec/output_styles/compressed/libsass/interpolated-urls/warning b/spec/output_styles/compressed/libsass/interpolated-urls/warning index ee7839c42e..74f983ba67 100644 --- a/spec/output_styles/compressed/libsass/interpolated-urls/warning +++ b/spec/output_styles/compressed/libsass/interpolated-urls/warning @@ -1,11 +1,11 @@ -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/compressed/libsass/interpolated-urls/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"url("#{$base_url}"img/beta.png)"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/libsass/interpolated-urls/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{blix "fludge"}#{hey now}123") diff --git a/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/warning b/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/warning index 5a8fa26c14..9c5bb15676 100644 --- a/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/warning +++ b/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/warning @@ -1,39 +1,39 @@ -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}literal") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('#{$input}"literal"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"literal"#{$input}') diff --git a/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/warning b/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/warning index 87355c99a4..1b37e645fa 100644 --- a/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/warning @@ -1,305 +1,305 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/output_styles/compressed/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") diff --git a/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/warning b/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/warning index a3c09587ff..c30e17ee53 100644 --- a/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") diff --git a/spec/output_styles/compressed/parser/operations/addition/strings/pairs/warning b/spec/output_styles/compressed/parser/operations/addition/strings/pairs/warning index f0a9de6ef3..f538bad175 100644 --- a/spec/output_styles/compressed/parser/operations/addition/strings/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/addition/strings/pairs/warning @@ -1,333 +1,333 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal +interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+ interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal + interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" +interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+ interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" + interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" +litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+ litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" + litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp +lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+ lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp + lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/compressed/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema + litlp_rschema") diff --git a/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/warning b/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/warning index b3477c666b..c859a0c47b 100644 --- a/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compressed/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") diff --git a/spec/output_styles/compressed/parser/operations/division/numbers/pairs/warning b/spec/output_styles/compressed/parser/operations/division/numbers/pairs/warning index f1879154ca..45ec752b6a 100644 --- a/spec/output_styles/compressed/parser/operations/division/numbers/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/division/numbers/pairs/warning @@ -1,25 +1,25 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") diff --git a/spec/output_styles/compressed/parser/operations/division/strings/pairs/warning b/spec/output_styles/compressed/parser/operations/division/strings/pairs/warning index e0e45157d6..437018ab30 100644 --- a/spec/output_styles/compressed/parser/operations/division/strings/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/division/strings/pairs/warning @@ -1,53 +1,53 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") diff --git a/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/warning b/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/warning index 1e8594a86e..76bc299418 100644 --- a/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/warning +++ b/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/warning @@ -1,47 +1,47 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/warning index 051b4da472..48a582bc36 100644 --- a/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/warning @@ -1,355 +1,355 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/warning b/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/warning index 0cefad3632..ea34f90a5c 100644 --- a/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/warning +++ b/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/warning @@ -1,31 +1,31 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/warning index a3938b54d0..0e3b8597af 100644 --- a/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/warning @@ -1,171 +1,171 @@ -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10%==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10%== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/warning index cb04da54d0..d7c7b65634 100644 --- a/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") diff --git a/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/warning index 96a18dc62a..29646a589a 100644 --- a/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/warning @@ -1,333 +1,333 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal ==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal== interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal == interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"==interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" ==interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"== interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" == interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"==litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" ==litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"== litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" == litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp ==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp== lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp == lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/compressed/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema == litlp_rschema") diff --git a/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs-4.0/error b/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs-4.0/error index b41962dff1..289a161427 100644 --- a/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs-4.0/error +++ b/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 gte 10". - on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/warning index 16119ac3c5..7de7f2ecb3 100644 --- a/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") diff --git a/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs-4.0/error b/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs-4.0/error index 90f9c45d6e..f8c5e490f6 100644 --- a/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs-4.0/error +++ b/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant gte interpolant". - on line 2 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/warning index bf732f2332..ed6e5099cf 100644 --- a/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >= litlp_rschema") diff --git a/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs-4.0/error b/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs-4.0/error index 93afbb56f9..491163d3e8 100644 --- a/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs-4.0/error +++ b/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 gt 10". - on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/warning index 6486dedce9..a87637a81b 100644 --- a/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") diff --git a/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs-4.0/error b/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs-4.0/error index 8587deffc4..32ff7656cc 100644 --- a/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs-4.0/error +++ b/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant gt interpolant". - on line 2 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/warning index d214e8dc58..a756bb0d98 100644 --- a/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp> lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp > lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp > litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema > litlp_rschema") diff --git a/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs-4.0/error b/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs-4.0/error index 5f70f3da0d..6d1825eb58 100644 --- a/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs-4.0/error +++ b/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 lte 10". - on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/warning index 11a56feac5..d5e0f539d6 100644 --- a/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") diff --git a/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs-4.0/error b/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs-4.0/error index fc6d7cb51a..e70b54bb12 100644 --- a/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs-4.0/error +++ b/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant lte interpolant". - on line 2 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/warning index 69ac6fd154..3285224155 100644 --- a/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema <= litlp_rschema") diff --git a/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs-4.0/error b/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs-4.0/error index 19315635ca..59b558fe8a 100644 --- a/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs-4.0/error +++ b/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 lt 10". - on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/warning index 2ed8f35b5e..bcab691321 100644 --- a/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") diff --git a/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs-4.0/error b/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs-4.0/error index f0bcd01129..31f0136725 100644 --- a/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs-4.0/error +++ b/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant lt interpolant". - on line 2 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs/warning b/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs/warning index 21a877d790..551a55ab30 100644 --- a/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs/warning +++ b/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/compressed/parser/operations/logic_lt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant#{5% > 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/compressed/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a <#{5% < 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/compressed/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a >=#{5% >= 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/compressed/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a <=#{5% <= 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/compressed/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a !=#{5% != 2}") diff --git a/spec/output_styles/compressed/types/warning b/spec/output_styles/compressed/types/warning index 525f3509ab..c914655f15 100644 --- a/spec/output_styles/compressed/types/warning +++ b/spec/output_styles/compressed/types/warning @@ -1,21 +1,21 @@ -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/compressed/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/compressed/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}px") -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/compressed/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#abc") -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/compressed/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("leng#{th(a b c d)}") diff --git a/spec/output_styles/nested/basic/23_basic_value_interpolation/warning b/spec/output_styles/nested/basic/23_basic_value_interpolation/warning index b0b57156ed..871a766f5e 100644 --- a/spec/output_styles/nested/basic/23_basic_value_interpolation/warning +++ b/spec/output_styles/nested/basic/23_basic_value_interpolation/warning @@ -1,9 +1,9 @@ -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/nested/basic/23_basic_value_interpolation/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("123") -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/basic/23_basic_value_interpolation/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{12 + 111}") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1333/warning b/spec/output_styles/nested/libsass-closed-issues/issue_1333/warning index 9424e0ff6c..6cdb32ed4c 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1333/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1333/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/libsass-issues/issue_1333/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('#{baz()}" !important"') diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1396/warning b/spec/output_styles/nested/libsass-closed-issues/issue_1396/warning index 40055ad3a0..0d6e018f02 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1396/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1396/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/nested/libsass-issues/issue_1396/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{foo "bar"}baz") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1413/warning b/spec/output_styles/nested/libsass-closed-issues/issue_1413/warning index ba1904a3b6..4b018a4cdb 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1413/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1413/warning @@ -1,175 +1,175 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B"C"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"BC') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"A"B#{C "D"}') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"A" B}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{A "B"}C#{D "E"}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"') -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"C') -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('AB"C"') -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{B "C"}") -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{"B" C "D" "E"}") -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"') -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('A"B"C') -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('AB"C"') -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{B "C"}") -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("A#{"B" C "D" "E"}") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_152-4.0/error b/spec/output_styles/nested/libsass-closed-issues/issue_152-4.0/error index 82424eee7a..18d6f2c240 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_152-4.0/error +++ b/spec/output_styles/nested/libsass-closed-issues/issue_152-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 mod 100%". - on line 5 of /sass/spec/output_styles/nested/libsass-issues/issue_152-4.0/input.scss + on line 5 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_152/warning b/spec/output_styles/nested/libsass-closed-issues/issue_152/warning index 4554ba3302..e687deb7bf 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_152/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_152/warning @@ -1,18 +1,18 @@ -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/nested/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% 100%") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 % 100%") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/libsass-issues/issue_152/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 %100%") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1578/warning b/spec/output_styles/nested/libsass-closed-issues/issue_1578/warning index 0493297f91..847902023b 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1578/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1578/warning @@ -1,2 +1,2 @@ -WARNING on line 4 of /sass/spec/output_styles/nested/libsass-issues/issue_1578/input.sass: +WARNING on line 4 of input.sass: This selector doesn't have any properties and will not be rendered. diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1709/warning b/spec/output_styles/nested/libsass-closed-issues/issue_1709/warning index 96a132ea04..712e489c18 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1709/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1709/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/libsass-issues/issue_1709/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$prefix}#{$transition}") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/both-4.0/error b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/both-4.0/error index 64c5a615a4..bee9ce2288 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/both-4.0/error +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/both-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "2 times 2". - on line 23 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/both/warning b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/both/warning index 7e2a29af99..0273588b6a 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/both/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/both/warning @@ -1,95 +1,95 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+ #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} +#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} + #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2}- #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2} - #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}*#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}* #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} *#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} * #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}%#{1% 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}% #{1% 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} %#{1 % 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/both/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} % #{1 % 2}") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/left-4.0/error b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/left-4.0/error index ab7864fa73..0d427a010b 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/left-4.0/error +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/left-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "2 times 3". - on line 23 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/left/warning b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/left/warning index f44884c353..1ee11d1ee2 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/left/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/left/warning @@ -1,88 +1,88 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+ 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} +3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2} + 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 - 2} - 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}*3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2}* 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} *3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 * 2} * 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}%3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1% 2}% 3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} %3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/left/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 % 2} % 3") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/right-4.0/error b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/right-4.0/error index dc630cdd75..d752bb3696 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/right-4.0/error +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/right-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "3 times 2". - on line 23 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right-4.0/input.scss + on line 23 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/right/warning b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/right/warning index 82d147b282..f8c60b517a 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/right/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_1739/interpolate/right/warning @@ -1,81 +1,81 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3+#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3+ #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 +#{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 + #{1 + 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3- #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 - #{1 - 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3*#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3* #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 *#{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 * #{1 * 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 %#{1 % 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/libsass-issues/issue_1739/interpolate/right/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("3 % #{1 % 2}") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_308/warning b/spec/output_styles/nested/libsass-closed-issues/issue_308/warning index e2f2fcce40..4756885f73 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_308/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_308/warning @@ -1,4 +1,4 @@ -WARNING on line 7, column 2 of /sass/spec/output_styles/nested/libsass-issues/issue_308/input.scss: +WARNING on line 7, column 2 of input.scss: You probably don't mean to use the color value `orange' in interpolation here. It may end up represented as #ffa500, which will likely produce invalid CSS. Always quote color names when using them as strings (for example, "orange"). diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_442/warning b/spec/output_styles/nested/libsass-closed-issues/issue_442/warning index 33dd05324b..dae661248c 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_442/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_442/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 1 of /sass/spec/output_styles/nested/libsass-issues/issue_442/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 1 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{100 / 10}rem") diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_870/warning b/spec/output_styles/nested/libsass-closed-issues/issue_870/warning index 5d3d63fafd..d91e56dc98 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_870/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_870/warning @@ -1,11 +1,11 @@ -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/libsass-issues/issue_870/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"["#{$quoted-strings-csv}"]"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/libsass-issues/issue_870/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"["#{$quoted-strings-ssv}"]"') diff --git a/spec/output_styles/nested/libsass-closed-issues/issue_948/warning b/spec/output_styles/nested/libsass-closed-issues/issue_948/warning index 349767350b..e0fe2ad5c9 100644 --- a/spec/output_styles/nested/libsass-closed-issues/issue_948/warning +++ b/spec/output_styles/nested/libsass-closed-issues/issue_948/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 1 of /sass/spec/output_styles/nested/libsass-issues/issue_948/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 1 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 * 5}px") diff --git a/spec/output_styles/nested/libsass/arithmetic/warning b/spec/output_styles/nested/libsass/arithmetic/warning index affcfb639c..3816953217 100644 --- a/spec/output_styles/nested/libsass/arithmetic/warning +++ b/spec/output_styles/nested/libsass/arithmetic/warning @@ -1,39 +1,39 @@ -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 + un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 - un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/nested/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{3 / un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/nested/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% + un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 91 of /sass/spec/output_styles/nested/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 91 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% - un}quo#{te("hello")}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 113 of /sass/spec/output_styles/nested/libsass/arithmetic/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 113 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{50% / un}quo#{te("hello")}") diff --git a/spec/output_styles/nested/libsass/interpolated-function-call/warning b/spec/output_styles/nested/libsass/interpolated-function-call/warning index 6cff885eaf..fe07afb8ef 100644 --- a/spec/output_styles/nested/libsass/interpolated-function-call/warning +++ b/spec/output_styles/nested/libsass/interpolated-function-call/warning @@ -1,4 +1,4 @@ -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/nested/libsass/interpolated-function-call/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$f}#{a, 1 + 2, c}") diff --git a/spec/output_styles/nested/libsass/interpolated-urls/warning b/spec/output_styles/nested/libsass/interpolated-urls/warning index e709fbc9f7..74f983ba67 100644 --- a/spec/output_styles/nested/libsass/interpolated-urls/warning +++ b/spec/output_styles/nested/libsass/interpolated-urls/warning @@ -1,11 +1,11 @@ -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/nested/libsass/interpolated-urls/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"url("#{$base_url}"img/beta.png)"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/libsass/interpolated-urls/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{blix "fludge"}#{hey now}123") diff --git a/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/warning b/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/warning index bc552e6b7d..9c5bb15676 100644 --- a/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/warning +++ b/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/warning @@ -1,39 +1,39 @@ -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}literal") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('#{$input}"literal"') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{$input}#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal#{$input}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/interpolate/00_concatenation/unspaced/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"literal"#{$input}') diff --git a/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/warning b/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/warning index 7245348f7c..1b37e645fa 100644 --- a/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/warning +++ b/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/warning @@ -1,305 +1,305 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px + 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px +10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px+ 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/output_styles/nested/parser/operations/addition/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px + 10px") diff --git a/spec/output_styles/nested/parser/operations/addition/numbers/pairs/warning b/spec/output_styles/nested/parser/operations/addition/numbers/pairs/warning index 393daa31cb..c30e17ee53 100644 --- a/spec/output_styles/nested/parser/operations/addition/numbers/pairs/warning +++ b/spec/output_styles/nested/parser/operations/addition/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 + 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 +10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10+ 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/addition/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 + 10") diff --git a/spec/output_styles/nested/parser/operations/addition/strings/pairs/warning b/spec/output_styles/nested/parser/operations/addition/strings/pairs/warning index fe5b523a9b..f538bad175 100644 --- a/spec/output_styles/nested/parser/operations/addition/strings/pairs/warning +++ b/spec/output_styles/nested/parser/operations/addition/strings/pairs/warning @@ -1,333 +1,333 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal +interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+ interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal + interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" +interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+ interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" + interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" + lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" +litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"+ litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" + litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp +lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+ lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp + lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp + litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema+litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema +litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema+ litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/nested/parser/operations/addition/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema + litlp_rschema") diff --git a/spec/output_styles/nested/parser/operations/division/dimensions/pairs/warning b/spec/output_styles/nested/parser/operations/division/dimensions/pairs/warning index e952ceeef7..c859a0c47b 100644 --- a/spec/output_styles/nested/parser/operations/division/dimensions/pairs/warning +++ b/spec/output_styles/nested/parser/operations/division/dimensions/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/nested/parser/operations/division/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px / 10}px") diff --git a/spec/output_styles/nested/parser/operations/division/numbers/pairs/warning b/spec/output_styles/nested/parser/operations/division/numbers/pairs/warning index 7073f8b26f..45ec752b6a 100644 --- a/spec/output_styles/nested/parser/operations/division/numbers/pairs/warning +++ b/spec/output_styles/nested/parser/operations/division/numbers/pairs/warning @@ -1,25 +1,25 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/division/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 / 1}0") diff --git a/spec/output_styles/nested/parser/operations/division/strings/pairs/warning b/spec/output_styles/nested/parser/operations/division/strings/pairs/warning index ab52011041..437018ab30 100644 --- a/spec/output_styles/nested/parser/operations/division/strings/pairs/warning +++ b/spec/output_styles/nested/parser/operations/division/strings/pairs/warning @@ -1,53 +1,53 @@ -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/division/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" / lschema_}ritlp") diff --git a/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/warning b/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/warning index d280883f93..76bc299418 100644 --- a/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/warning +++ b/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/warning @@ -1,47 +1,47 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs-4.0/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/warning b/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/warning index 8ffbd4a3d4..48a582bc36 100644 --- a/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/warning @@ -1,355 +1,355 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 1}0px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10px == 10}px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == 10px") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/nested/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/warning b/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/warning index 521dd7ce64..ea34f90a5c 100644 --- a/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/warning +++ b/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/warning @@ -1,31 +1,31 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs-4.0/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/warning b/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/warning index b1ead4a96a..0e3b8597af 100644 --- a/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/warning @@ -1,171 +1,171 @@ -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10%==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10%== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10% == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10px == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#AAA == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl ==itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl== itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("itpl == itpl") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/warning b/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/warning index fe9980597f..d7c7b65634 100644 --- a/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 == 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 ==10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10== 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_eq/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 == 10") diff --git a/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/warning b/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/warning index 1033c350a6..29646a589a 100644 --- a/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/warning @@ -1,333 +1,333 @@ -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal ==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal== interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal == interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{literal == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("literal == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"==interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" ==interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"== interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" == interpolant') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{"quoted" == lschema_}ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"==litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" ==litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted"== litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote('"quoted" == litlp_rschema') You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp ==lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp== lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp == lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp == litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema ==litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema== litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/output_styles/nested/parser/operations/logic_eq/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema == litlp_rschema") diff --git a/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs-4.0/error b/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs-4.0/error index 6f9e4c5d42..289a161427 100644 --- a/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs-4.0/error +++ b/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 gte 10". - on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/warning b/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/warning index 9a0857c1c9..7de7f2ecb3 100644 --- a/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 >= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_ge/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >= 10") diff --git a/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs-4.0/error b/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs-4.0/error index 6709a41cc6..f8c5e490f6 100644 --- a/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs-4.0/error +++ b/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant gte interpolant". - on line 2 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/warning b/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/warning index 44d772dbb3..ed6e5099cf 100644 --- a/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_ge/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >= litlp_rschema") diff --git a/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs-4.0/error b/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs-4.0/error index 5700440b27..491163d3e8 100644 --- a/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs-4.0/error +++ b/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 gt 10". - on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/warning b/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/warning index a36dccd3b9..a87637a81b 100644 --- a/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 > 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10>10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 >10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10> 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_gt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 > 10") diff --git a/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs-4.0/error b/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs-4.0/error index f16690c882..32ff7656cc 100644 --- a/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs-4.0/error +++ b/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant gt interpolant". - on line 2 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/warning b/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/warning index 9c006357ac..a756bb0d98 100644 --- a/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant > litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp> lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp > lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp > litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema>litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema >litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema> litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_gt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema > litlp_rschema") diff --git a/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs-4.0/error b/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs-4.0/error index e178dd5316..6d1825eb58 100644 --- a/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs-4.0/error +++ b/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 lte 10". - on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/warning b/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/warning index 4b513915c2..d5e0f539d6 100644 --- a/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 <= 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <=10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<= 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_le/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <= 10") diff --git a/spec/output_styles/nested/parser/operations/logic_le/strings/pairs-4.0/error b/spec/output_styles/nested/parser/operations/logic_le/strings/pairs-4.0/error index 00d1af7e71..e70b54bb12 100644 --- a/spec/output_styles/nested/parser/operations/logic_le/strings/pairs-4.0/error +++ b/spec/output_styles/nested/parser/operations/logic_le/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant lte interpolant". - on line 2 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/warning b/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/warning index 199b131cd1..3285224155 100644 --- a/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= interpolant") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant <= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <=lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <= lschema_ritlp") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("lschema_ritlp <= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema<=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema <=litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema<= litlp_rschema") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_le/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("litlp_rschema <= litlp_rschema") diff --git a/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs-4.0/error b/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs-4.0/error index a1761ab308..59b558fe8a 100644 --- a/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs-4.0/error +++ b/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "10 lt 10". - on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs-4.0/input.scss + on line 6 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/warning b/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/warning index 942579a5d8..bcab691321 100644 --- a/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/warning @@ -1,249 +1,249 @@ -DEPRECATION WARNING on line 6 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{10 < 1}0") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10<10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 <10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10< 10") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/output_styles/nested/parser/operations/logic_lt/numbers/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("10 < 10") diff --git a/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs-4.0/error b/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs-4.0/error index cf057b84d6..31f0136725 100644 --- a/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs-4.0/error +++ b/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs-4.0/error @@ -1,3 +1,3 @@ Error: Undefined operation: "interpolant lt interpolant". - on line 2 of /sass/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs-4.0/input.scss + on line 2 of input.scss Use --trace for backtrace. diff --git a/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs/warning b/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs/warning index 20f4a01c47..551a55ab30 100644 --- a/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs/warning +++ b/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs/warning @@ -1,165 +1,165 @@ -DEPRECATION WARNING on line 2 of /sass/spec/output_styles/nested/parser/operations/logic_lt/strings/pairs/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("interpolant#{5% > 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/output_styles/nested/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a <#{5% < 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/output_styles/nested/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a >=#{5% >= 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/output_styles/nested/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a <=#{5% <= 2}") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/output_styles/nested/scss/interpolation-operators-precedence/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("a !=#{5% != 2}") diff --git a/spec/output_styles/nested/types/warning b/spec/output_styles/nested/types/warning index f3c48df663..c914655f15 100644 --- a/spec/output_styles/nested/types/warning +++ b/spec/output_styles/nested/types/warning @@ -1,21 +1,21 @@ -DEPRECATION WARNING on line 28 of /sass/spec/output_styles/nested/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}+3") You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/output_styles/nested/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}px") -DEPRECATION WARNING on line 20 of /sass/spec/output_styles/nested/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#abc") -DEPRECATION WARNING on line 22 of /sass/spec/output_styles/nested/types/input.scss: #{} interpolation near operators will be simplified +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("leng#{th(a b c d)}") diff --git a/spec/parser/and_and.hrx b/spec/parser/and_and.hrx index 8975bb4efd..ab720acee7 100644 --- a/spec/parser/and_and.hrx +++ b/spec/parser/and_and.hrx @@ -9,9 +9,13 @@ } <===> warning -WARNING on line 2, column 15 of /sass/spec/parser/and_and/input.scss: +WARNING on line 2, column 15 of input.scss: In Sass, "&&" means two copies of the parent selector. You probably want to use "and" instead. , 2 | value: true && false; | ^^ ' + +<===> warning-libsass +WARNING on line 2, column 15 of /sass/spec/parser/and_and/input.scss: +In Sass, "&&" means two copies of the parent selector. You probably want to use "and" instead. diff --git a/spec/parser/arglists/can-end-with-comma/error-call-1.hrx b/spec/parser/arglists/can-end-with-comma/error-call-1.hrx index 9290b52d09..dee0c04dce 100644 --- a/spec/parser/arglists/can-end-with-comma/error-call-1.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-call-1.hrx @@ -6,7 +6,7 @@ <===> error Error: Invalid CSS after "...comma-error($a,": expected ")", was ",$b);" - on line 3 of /sass/spec/parser/arglists/can-end-with-comma/error-call-1/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: expected ")". 3 | e: double-comma-error($a,,$b); | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-call-1/input.scss 3:28 root stylesheet + input.scss 3:28 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-call-2.hrx b/spec/parser/arglists/can-end-with-comma/error-call-2.hrx index 5d85b9a137..896ec362bd 100644 --- a/spec/parser/arglists/can-end-with-comma/error-call-2.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-call-2.hrx @@ -6,7 +6,7 @@ <===> error Error: Invalid CSS after "...ma-error($a,$b,": expected ")", was ",);" - on line 3 of /sass/spec/parser/arglists/can-end-with-comma/error-call-2/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: expected ")". 3 | a: double-comma-error($a,$b,,); | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-call-2/input.scss 3:31 root stylesheet + input.scss 3:31 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-call-3.hrx b/spec/parser/arglists/can-end-with-comma/error-call-3.hrx index 526fe1233a..27164cb7ed 100644 --- a/spec/parser/arglists/can-end-with-comma/error-call-3.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-call-3.hrx @@ -6,7 +6,7 @@ <===> error Error: Invalid CSS after "...rminated($a,$b,": expected ")", was ";" - on line 3 of /sass/spec/parser/arglists/can-end-with-comma/error-call-3/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: expected ")". 3 | a: incorrectly-terminated($a,$b,; | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-call-3/input.scss 3:35 root stylesheet + input.scss 3:35 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-function-1.hrx b/spec/parser/arglists/can-end-with-comma/error-function-1.hrx index cd469ab144..4b9dee0731 100644 --- a/spec/parser/arglists/can-end-with-comma/error-function-1.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-function-1.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "...comma-error($a,": expected variable (e.g. $foo), was ",$b) {" - on line 2 of /sass/spec/parser/arglists/can-end-with-comma/error-function-1/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: expected ")". 2 | @function double-comma-error($a,,$b) { | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-function-1/input.scss 2:33 root stylesheet + input.scss 2:33 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-function-2.hrx b/spec/parser/arglists/can-end-with-comma/error-function-2.hrx index 50f48a1a37..65fec144c5 100644 --- a/spec/parser/arglists/can-end-with-comma/error-function-2.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-function-2.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "...ma-error($a,$b,": expected variable (e.g. $foo), was ",) {" - on line 2 of /sass/spec/parser/arglists/can-end-with-comma/error-function-2/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: expected ")". 2 | @function double-comma-error($a,$b,,) { | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-function-2/input.scss 2:36 root stylesheet + input.scss 2:36 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-function-3.hrx b/spec/parser/arglists/can-end-with-comma/error-function-3.hrx index 583085c9c2..dd76c27d94 100644 --- a/spec/parser/arglists/can-end-with-comma/error-function-3.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-function-3.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "...n-error($a,$b, ": expected variable (e.g. $foo), was "{" - on line 2 of /sass/spec/parser/arglists/can-end-with-comma/error-function-3/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,10 +14,10 @@ Error: expected ")". 2 | @function missing-paren-error($a,$b, { | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-function-3/input.scss 2:38 root stylesheet + input.scss 2:38 root stylesheet <===> error-libsass Error: Invalid CSS after "...en-error($a,$b,": expected variable (e.g. $foo), was "{" - on line 2 of spec/parser/arglists/can-end-with-comma/error-function-3/input.scss + on line 2 of input.scss >> @function missing-paren-error($a,$b, { -----------------------------------^ diff --git a/spec/parser/arglists/can-end-with-comma/error-include-1.hrx b/spec/parser/arglists/can-end-with-comma/error-include-1.hrx index f0feffb4f8..78f607e486 100644 --- a/spec/parser/arglists/can-end-with-comma/error-include-1.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-include-1.hrx @@ -6,7 +6,7 @@ <===> error Error: Invalid CSS after "...comma-error($a,": expected ")", was ",$b);" - on line 3 of /sass/spec/parser/arglists/can-end-with-comma/error-include-1/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: expected ")". 3 | @include double-comma-error($a,,$b); | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-include-1/input.scss 3:34 root stylesheet + input.scss 3:34 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-include-2.hrx b/spec/parser/arglists/can-end-with-comma/error-include-2.hrx index ad7888ebc9..c93b351411 100644 --- a/spec/parser/arglists/can-end-with-comma/error-include-2.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-include-2.hrx @@ -6,7 +6,7 @@ <===> error Error: Invalid CSS after "...ma-error($a,$b,": expected ")", was ",);" - on line 3 of /sass/spec/parser/arglists/can-end-with-comma/error-include-2/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: expected ")". 3 | @include double-comma-error($a,$b,,); | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-include-2/input.scss 3:37 root stylesheet + input.scss 3:37 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-include-3.hrx b/spec/parser/arglists/can-end-with-comma/error-include-3.hrx index e9e6581d78..551a374814 100644 --- a/spec/parser/arglists/can-end-with-comma/error-include-3.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-include-3.hrx @@ -6,7 +6,7 @@ <===> error Error: Invalid CSS after "...rminated($a,$b,": expected ")", was ";" - on line 3 of /sass/spec/parser/arglists/can-end-with-comma/error-include-3/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -15,4 +15,4 @@ Error: expected ")". 3 | @include incorrectly-terminated($a,$b,; | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-include-3/input.scss 3:41 root stylesheet + input.scss 3:41 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-mixin-1.hrx b/spec/parser/arglists/can-end-with-comma/error-mixin-1.hrx index 6a58f01e22..c63d8ae967 100644 --- a/spec/parser/arglists/can-end-with-comma/error-mixin-1.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-mixin-1.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "...comma-error($a,": expected variable (e.g. $foo), was ",$b) {" - on line 2 of /sass/spec/parser/arglists/can-end-with-comma/error-mixin-1/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: expected ")". 2 | @mixin double-comma-error($a,,$b) { | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-mixin-1/input.scss 2:30 root stylesheet + input.scss 2:30 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-mixin-2.hrx b/spec/parser/arglists/can-end-with-comma/error-mixin-2.hrx index 82571d0ae3..a4159b71cb 100644 --- a/spec/parser/arglists/can-end-with-comma/error-mixin-2.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-mixin-2.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "...ma-error($a,$b,": expected variable (e.g. $foo), was ",) {" - on line 2 of /sass/spec/parser/arglists/can-end-with-comma/error-mixin-2/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: expected ")". 2 | @mixin double-comma-error($a,$b,,) { | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-mixin-2/input.scss 2:33 root stylesheet + input.scss 2:33 root stylesheet diff --git a/spec/parser/arglists/can-end-with-comma/error-mixin-3.hrx b/spec/parser/arglists/can-end-with-comma/error-mixin-3.hrx index 76bd162420..d6f3f20ee4 100644 --- a/spec/parser/arglists/can-end-with-comma/error-mixin-3.hrx +++ b/spec/parser/arglists/can-end-with-comma/error-mixin-3.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "...n-error($a,$b, ": expected variable (e.g. $foo), was "{" - on line 2 of /sass/spec/parser/arglists/can-end-with-comma/error-mixin-3/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,10 +14,10 @@ Error: expected ")". 2 | @mixin missing-paren-error($a,$b, { | ^ ' - /sass/spec/parser/arglists/can-end-with-comma/error-mixin-3/input.scss 2:35 root stylesheet + input.scss 2:35 root stylesheet <===> error-libsass Error: Invalid CSS after "...en-error($a,$b,": expected variable (e.g. $foo), was "{" - on line 2 of spec/parser/arglists/can-end-with-comma/error-mixin-3/input.scss + on line 2 of input.scss >> @mixin missing-paren-error($a,$b, { --------------------------------^ diff --git a/spec/parser/interpolate/00_concatenation/unspaced.hrx b/spec/parser/interpolate/00_concatenation/unspaced.hrx index aab8a994fd..8096feb4ff 100644 --- a/spec/parser/interpolate/00_concatenation/unspaced.hrx +++ b/spec/parser/interpolate/00_concatenation/unspaced.hrx @@ -89,7 +89,7 @@ $input: literal; } <===> warning -DEPRECATION WARNING on line 8 of /sass/spec/parser/interpolate/00_concatenation/unspaced/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -97,7 +97,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/interpolate/00_concatenation/unspaced/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -105,7 +105,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/interpolate/00_concatenation/unspaced/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -113,7 +113,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/interpolate/00_concatenation/unspaced/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -121,7 +121,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/interpolate/00_concatenation/unspaced/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -129,7 +129,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/interpolate/00_concatenation/unspaced/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/interpolate/44_selector/colon_twice_todo.hrx b/spec/parser/interpolate/44_selector/colon_twice_todo.hrx index 0b9380a3a1..95227c449d 100644 --- a/spec/parser/interpolate/44_selector/colon_twice_todo.hrx +++ b/spec/parser/interpolate/44_selector/colon_twice_todo.hrx @@ -10,7 +10,7 @@ test { <===> error Error: Invalid CSS after " filter: progid": expected ";", was ":DXImageTransfo..." - on line 2 of /sass/spec/parser/interpolate/44_selector/colon_twice/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -19,4 +19,4 @@ Error: expected "(". 2 | filter: progid:DXImageTransform.Microsoft.#{Alpha(opacity=20)}; | ^ ' - /sass/spec/parser/interpolate/44_selector/colon_twice/input.scss 2:45 root stylesheet + input.scss 2:45 root stylesheet diff --git a/spec/parser/interpolate/44_selector/todo_single_escape/11_escaped_interpolated_value.hrx b/spec/parser/interpolate/44_selector/todo_single_escape/11_escaped_interpolated_value.hrx index 9311757f5d..f81b147da9 100644 --- a/spec/parser/interpolate/44_selector/todo_single_escape/11_escaped_interpolated_value.hrx +++ b/spec/parser/interpolate/44_selector/todo_single_escape/11_escaped_interpolated_value.hrx @@ -4,7 +4,7 @@ $key: 'bar'; <===> error Error: Invalid CSS after ".test11": expected selector, was "@bar" - on line 2 of /sass/spec/parser/interpolate/44_selector/single_escape/11_escaped_interpolated_value/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: expected selector. 2 | .test11@bar{ content: '1.1'; } | ^ ' - /sass/spec/parser/interpolate/44_selector/single_escape/11_escaped_interpolated_value/input.scss 2:8 root stylesheet + input.scss 2:8 root stylesheet diff --git a/spec/parser/interpolate/44_selector/todo_single_escape/21_escaped_interpolated_variable.hrx b/spec/parser/interpolate/44_selector/todo_single_escape/21_escaped_interpolated_variable.hrx index 124caf0e45..fae83b3cab 100644 --- a/spec/parser/interpolate/44_selector/todo_single_escape/21_escaped_interpolated_variable.hrx +++ b/spec/parser/interpolate/44_selector/todo_single_escape/21_escaped_interpolated_variable.hrx @@ -5,7 +5,7 @@ $suffix1: '\@#{$key}'; <===> error Error: Invalid CSS after ".test21": expected selector, was "@bar" - on line 3 of /sass/spec/parser/interpolate/44_selector/single_escape/21_escaped_interpolated_variable/input.scss + on line 3 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: expected selector. 3 | .test21@bar{ content: '2.1'; } | ^ ' - /sass/spec/parser/interpolate/44_selector/single_escape/21_escaped_interpolated_variable/input.scss 3:8 root stylesheet + input.scss 3:8 root stylesheet diff --git a/spec/parser/interpolate/44_selector/todo_single_escape/31_escaped_literal.hrx b/spec/parser/interpolate/44_selector/todo_single_escape/31_escaped_literal.hrx index b4b005fc51..9e9f73cf48 100644 --- a/spec/parser/interpolate/44_selector/todo_single_escape/31_escaped_literal.hrx +++ b/spec/parser/interpolate/44_selector/todo_single_escape/31_escaped_literal.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after ".test31": expected selector, was "@baz" - on line 1 of /sass/spec/parser/interpolate/44_selector/single_escape/31_escaped_literal/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: expected selector. 1 | .test31@baz{ content: '3.1'; } | ^ ' - /sass/spec/parser/interpolate/44_selector/single_escape/31_escaped_literal/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/parser/malformed_expressions/at-debug/incomplete-expression.hrx b/spec/parser/malformed_expressions/at-debug/incomplete-expression.hrx index 5b8b2c4aaa..a17349f186 100644 --- a/spec/parser/malformed_expressions/at-debug/incomplete-expression.hrx +++ b/spec/parser/malformed_expressions/at-debug/incomplete-expression.hrx @@ -10,4 +10,4 @@ Error: expected ")". 1 | @debug("foo"; | ^ ' - /sass/spec/parser/malformed_expressions/at-debug/incomplete-expression/input.scss 1:13 root stylesheet + input.scss 1:13 root stylesheet diff --git a/spec/parser/malformed_expressions/at-debug/no-argument.hrx b/spec/parser/malformed_expressions/at-debug/no-argument.hrx index f2b06c4ed9..f0aa80346c 100644 --- a/spec/parser/malformed_expressions/at-debug/no-argument.hrx +++ b/spec/parser/malformed_expressions/at-debug/no-argument.hrx @@ -10,4 +10,4 @@ Error: Expected expression. 1 | @debug; | ^ ' - /sass/spec/parser/malformed_expressions/at-debug/no-argument/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet diff --git a/spec/parser/malformed_expressions/at-error/incomplete-expression.hrx b/spec/parser/malformed_expressions/at-error/incomplete-expression.hrx index ae1f3efefc..ee2c6858ec 100644 --- a/spec/parser/malformed_expressions/at-error/incomplete-expression.hrx +++ b/spec/parser/malformed_expressions/at-error/incomplete-expression.hrx @@ -10,4 +10,4 @@ Error: expected ")". 1 | @error("foo"; | ^ ' - /sass/spec/parser/malformed_expressions/at-error/incomplete-expression/input.scss 1:13 root stylesheet + input.scss 1:13 root stylesheet diff --git a/spec/parser/malformed_expressions/at-error/no-argument.hrx b/spec/parser/malformed_expressions/at-error/no-argument.hrx index 33f471de0f..db29841c82 100644 --- a/spec/parser/malformed_expressions/at-error/no-argument.hrx +++ b/spec/parser/malformed_expressions/at-error/no-argument.hrx @@ -10,4 +10,4 @@ Error: Expected expression. 1 | @error; | ^ ' - /sass/spec/parser/malformed_expressions/at-error/no-argument/input.scss 1:7 root stylesheet + input.scss 1:7 root stylesheet diff --git a/spec/parser/malformed_expressions/at-warn/incomplete-expression.hrx b/spec/parser/malformed_expressions/at-warn/incomplete-expression.hrx index 68eca1b6b4..f5b950ae02 100644 --- a/spec/parser/malformed_expressions/at-warn/incomplete-expression.hrx +++ b/spec/parser/malformed_expressions/at-warn/incomplete-expression.hrx @@ -10,4 +10,4 @@ Error: expected ")". 1 | @warn("foo"; | ^ ' - /sass/spec/parser/malformed_expressions/at-warn/incomplete-expression/input.scss 1:12 root stylesheet + input.scss 1:12 root stylesheet diff --git a/spec/parser/malformed_expressions/at-warn/no-argument.hrx b/spec/parser/malformed_expressions/at-warn/no-argument.hrx index a66b3e6d48..a2f290775a 100644 --- a/spec/parser/malformed_expressions/at-warn/no-argument.hrx +++ b/spec/parser/malformed_expressions/at-warn/no-argument.hrx @@ -10,4 +10,4 @@ Error: Expected expression. 1 | @warn; | ^ ' - /sass/spec/parser/malformed_expressions/at-warn/no-argument/input.scss 1:6 root stylesheet + input.scss 1:6 root stylesheet diff --git a/spec/parser/operations/addition/dimensions/pairs.hrx b/spec/parser/operations/addition/dimensions/pairs.hrx index 78932c52a6..bc9223769a 100644 --- a/spec/parser/operations/addition/dimensions/pairs.hrx +++ b/spec/parser/operations/addition/dimensions/pairs.hrx @@ -181,7 +181,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -381,7 +381,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -389,7 +389,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -397,7 +397,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -405,7 +405,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -413,7 +413,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -421,7 +421,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -429,7 +429,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -437,7 +437,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -445,7 +445,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -453,7 +453,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -461,7 +461,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -469,7 +469,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -477,7 +477,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -485,7 +485,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -493,7 +493,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -501,7 +501,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -509,7 +509,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -517,7 +517,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -525,7 +525,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/parser/operations/addition/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/addition/numbers/pairs.hrx b/spec/parser/operations/addition/numbers/pairs.hrx index 59f58e6486..29859afa4a 100644 --- a/spec/parser/operations/addition/numbers/pairs.hrx +++ b/spec/parser/operations/addition/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/addition/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/addition/strings/pairs.hrx b/spec/parser/operations/addition/strings/pairs.hrx index 2175dee615..bc2d911df0 100644 --- a/spec/parser/operations/addition/strings/pairs.hrx +++ b/spec/parser/operations/addition/strings/pairs.hrx @@ -133,7 +133,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -381,7 +381,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -389,7 +389,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -397,7 +397,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -405,7 +405,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -413,7 +413,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -421,7 +421,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -429,7 +429,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -437,7 +437,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -445,7 +445,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -453,7 +453,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -461,7 +461,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -469,7 +469,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -477,7 +477,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -485,7 +485,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -493,7 +493,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -501,7 +501,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -509,7 +509,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/parser/operations/addition/strings/pairs/input.scss: +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/division/dimensions/pairs.hrx b/spec/parser/operations/division/dimensions/pairs.hrx index 396500a2b4..767a35904c 100644 --- a/spec/parser/operations/division/dimensions/pairs.hrx +++ b/spec/parser/operations/division/dimensions/pairs.hrx @@ -181,7 +181,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/division/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/division/numbers/pairs.hrx b/spec/parser/operations/division/numbers/pairs.hrx index de04cd2ae8..b371431894 100644 --- a/spec/parser/operations/division/numbers/pairs.hrx +++ b/spec/parser/operations/division/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/division/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/division/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/division/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/division/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/division/strings/pairs.hrx b/spec/parser/operations/division/strings/pairs.hrx index d90966c1cd..1e7c6d98d3 100644 --- a/spec/parser/operations/division/strings/pairs.hrx +++ b/spec/parser/operations/division/strings/pairs.hrx @@ -133,7 +133,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/division/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/division/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/division/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/division/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/division/strings/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/division/strings/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/division/strings/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/division/strings/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_eq/dimensions/pairs.hrx b/spec/parser/operations/logic_eq/dimensions/pairs.hrx index a9ce12efff..7ce61b2239 100644 --- a/spec/parser/operations/logic_eq/dimensions/pairs.hrx +++ b/spec/parser/operations/logic_eq/dimensions/pairs.hrx @@ -181,7 +181,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -381,7 +381,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -389,7 +389,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -397,7 +397,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -405,7 +405,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -413,7 +413,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -421,7 +421,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -429,7 +429,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -437,7 +437,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -445,7 +445,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -453,7 +453,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -461,7 +461,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -469,7 +469,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -477,7 +477,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -485,7 +485,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -493,7 +493,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -501,7 +501,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -509,7 +509,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -517,7 +517,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -525,7 +525,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -533,50 +533,50 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/logic_eq/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The result of `10px == 10` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/parser/operations/logic_eq/mixed/pairs.hrx b/spec/parser/operations/logic_eq/mixed/pairs.hrx index 2ac241e131..6e4aeb36c5 100644 --- a/spec/parser/operations/logic_eq/mixed/pairs.hrx +++ b/spec/parser/operations/logic_eq/mixed/pairs.hrx @@ -133,7 +133,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,34 +293,34 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 == 10%` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_eq/mixed/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The result of `10 == 10px` will be `false` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/parser/operations/logic_eq/numbers/pairs.hrx b/spec/parser/operations/logic_eq/numbers/pairs.hrx index d31ca87420..cfea32264e 100644 --- a/spec/parser/operations/logic_eq/numbers/pairs.hrx +++ b/spec/parser/operations/logic_eq/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_eq/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_eq/strings/pairs.hrx b/spec/parser/operations/logic_eq/strings/pairs.hrx index 55f0820157..19c5414364 100644 --- a/spec/parser/operations/logic_eq/strings/pairs.hrx +++ b/spec/parser/operations/logic_eq/strings/pairs.hrx @@ -133,7 +133,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -381,7 +381,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -389,7 +389,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -397,7 +397,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -405,7 +405,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -413,7 +413,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -421,7 +421,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -429,7 +429,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -437,7 +437,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -445,7 +445,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -453,7 +453,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -461,7 +461,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -469,7 +469,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -477,7 +477,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -485,7 +485,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -493,7 +493,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -501,7 +501,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -509,7 +509,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/parser/operations/logic_eq/strings/pairs/input.scss: +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_ge/numbers/pairs.hrx b/spec/parser/operations/logic_ge/numbers/pairs.hrx index d876dd72f7..fb8298f8ba 100644 --- a/spec/parser/operations/logic_ge/numbers/pairs.hrx +++ b/spec/parser/operations/logic_ge/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_ge/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_ge/strings/pairs.hrx b/spec/parser/operations/logic_ge/strings/pairs.hrx index 7867e5a82c..53d247705c 100644 --- a/spec/parser/operations/logic_ge/strings/pairs.hrx +++ b/spec/parser/operations/logic_ge/strings/pairs.hrx @@ -61,7 +61,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -69,7 +69,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -77,7 +77,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -85,7 +85,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -93,7 +93,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_ge/strings/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_gt/numbers/pairs.hrx b/spec/parser/operations/logic_gt/numbers/pairs.hrx index 6f4a3c8971..7b4b90a2ac 100644 --- a/spec/parser/operations/logic_gt/numbers/pairs.hrx +++ b/spec/parser/operations/logic_gt/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_gt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_gt/strings/pairs.hrx b/spec/parser/operations/logic_gt/strings/pairs.hrx index caeda8e8af..b0898b2fd4 100644 --- a/spec/parser/operations/logic_gt/strings/pairs.hrx +++ b/spec/parser/operations/logic_gt/strings/pairs.hrx @@ -61,7 +61,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -69,7 +69,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -77,7 +77,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -85,7 +85,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -93,7 +93,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_gt/strings/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_le/numbers/pairs.hrx b/spec/parser/operations/logic_le/numbers/pairs.hrx index b5c413604e..4168d33f1d 100644 --- a/spec/parser/operations/logic_le/numbers/pairs.hrx +++ b/spec/parser/operations/logic_le/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_le/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_le/strings/pairs.hrx b/spec/parser/operations/logic_le/strings/pairs.hrx index 501ae59922..4f0b25fb57 100644 --- a/spec/parser/operations/logic_le/strings/pairs.hrx +++ b/spec/parser/operations/logic_le/strings/pairs.hrx @@ -61,7 +61,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -69,7 +69,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -77,7 +77,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -85,7 +85,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -93,7 +93,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_le/strings/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_lt/numbers/pairs.hrx b/spec/parser/operations/logic_lt/numbers/pairs.hrx index 182940a78b..17956fc3db 100644 --- a/spec/parser/operations/logic_lt/numbers/pairs.hrx +++ b/spec/parser/operations/logic_lt/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_lt/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_lt/strings/pairs.hrx b/spec/parser/operations/logic_lt/strings/pairs.hrx index 517c03ec2e..242b332ae6 100644 --- a/spec/parser/operations/logic_lt/strings/pairs.hrx +++ b/spec/parser/operations/logic_lt/strings/pairs.hrx @@ -61,7 +61,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -69,7 +69,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -77,7 +77,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -85,7 +85,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -93,7 +93,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_lt/strings/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_ne/dimensions/pairs.hrx b/spec/parser/operations/logic_ne/dimensions/pairs.hrx index 2c9021499a..9fce9d60eb 100644 --- a/spec/parser/operations/logic_ne/dimensions/pairs.hrx +++ b/spec/parser/operations/logic_ne/dimensions/pairs.hrx @@ -181,7 +181,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -381,7 +381,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -389,7 +389,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -397,7 +397,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -405,7 +405,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -413,7 +413,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -421,7 +421,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -429,7 +429,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -437,7 +437,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -445,7 +445,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -453,7 +453,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -461,7 +461,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -469,7 +469,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 74 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 74 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -477,7 +477,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 75 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 75 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -485,7 +485,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 76 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 76 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -493,7 +493,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -501,7 +501,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 78 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 78 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -509,7 +509,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 79 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 79 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -517,7 +517,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 80 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 80 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -525,7 +525,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -533,50 +533,50 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 != 10px` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 != 10px` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 != 10px` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 != 10px` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: The result of `10px != 10` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: The result of `10px != 10` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: The result of `10px != 10` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: The result of `10px != 10` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: The result of `10px != 10` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: The result of `10px != 10` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: The result of `10px != 10` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/logic_ne/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: The result of `10px != 10` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/parser/operations/logic_ne/mixed/pairs.hrx b/spec/parser/operations/logic_ne/mixed/pairs.hrx index 0e6d8f12f1..337689aa39 100644 --- a/spec/parser/operations/logic_ne/mixed/pairs.hrx +++ b/spec/parser/operations/logic_ne/mixed/pairs.hrx @@ -133,7 +133,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,34 +293,34 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: The result of `10 != 10%` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: The result of `10 != 10%` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: The result of `10 != 10%` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: The result of `10 != 10%` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: The result of `10 != 10px` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: The result of `10 != 10px` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: The result of `10 != 10px` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_ne/mixed/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: The result of `10 != 10px` will be `true` in future releases of Sass. Unitless numbers will no longer be equal to the same numbers with units. diff --git a/spec/parser/operations/logic_ne/numbers/pairs.hrx b/spec/parser/operations/logic_ne/numbers/pairs.hrx index 7a67a706fb..71a8325dab 100644 --- a/spec/parser/operations/logic_ne/numbers/pairs.hrx +++ b/spec/parser/operations/logic_ne/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_ne/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/logic_ne/strings/pairs.hrx b/spec/parser/operations/logic_ne/strings/pairs.hrx index 3f9d5683ed..4c1a67b83a 100644 --- a/spec/parser/operations/logic_ne/strings/pairs.hrx +++ b/spec/parser/operations/logic_ne/strings/pairs.hrx @@ -133,7 +133,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -381,7 +381,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -389,7 +389,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -397,7 +397,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -405,7 +405,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -413,7 +413,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -421,7 +421,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 50 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 50 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -429,7 +429,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 51 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 51 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -437,7 +437,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 52 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 52 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -445,7 +445,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -453,7 +453,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 54 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 54 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -461,7 +461,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 55 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 55 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -469,7 +469,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -477,7 +477,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -485,7 +485,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 58 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 58 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -493,7 +493,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 59 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 59 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -501,7 +501,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 60 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 60 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -509,7 +509,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/parser/operations/logic_ne/strings/pairs/input.scss: +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/modulo/numbers/pairs.hrx b/spec/parser/operations/modulo/numbers/pairs.hrx index cd22f617a5..be51c751d0 100644 --- a/spec/parser/operations/modulo/numbers/pairs.hrx +++ b/spec/parser/operations/modulo/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/modulo/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/modulo/strings/pairs.hrx b/spec/parser/operations/modulo/strings/pairs.hrx index 3b36720f37..4c2eb252d3 100644 --- a/spec/parser/operations/modulo/strings/pairs.hrx +++ b/spec/parser/operations/modulo/strings/pairs.hrx @@ -61,7 +61,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -69,7 +69,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -77,7 +77,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -85,7 +85,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -93,7 +93,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/modulo/strings/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/multiply/numbers/pairs.hrx b/spec/parser/operations/multiply/numbers/pairs.hrx index 4e02ee7358..54fcb6f8ce 100644 --- a/spec/parser/operations/multiply/numbers/pairs.hrx +++ b/spec/parser/operations/multiply/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 27 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 27 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 31 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 31 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 35 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 35 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -349,7 +349,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -357,7 +357,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 39 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 39 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -365,7 +365,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -373,7 +373,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/multiply/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/multiply/strings/pairs.hrx b/spec/parser/operations/multiply/strings/pairs.hrx index b32eacf22d..6af2979f1e 100644 --- a/spec/parser/operations/multiply/strings/pairs.hrx +++ b/spec/parser/operations/multiply/strings/pairs.hrx @@ -61,7 +61,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -69,7 +69,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -77,7 +77,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -85,7 +85,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -93,7 +93,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 11 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 11 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 15 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 15 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 19 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 19 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 23 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 23 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/multiply/strings/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/subtract/dimensions/pairs.hrx b/spec/parser/operations/subtract/dimensions/pairs.hrx index 228a5ee939..286ba4ea65 100644 --- a/spec/parser/operations/subtract/dimensions/pairs.hrx +++ b/spec/parser/operations/subtract/dimensions/pairs.hrx @@ -181,7 +181,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 24 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 24 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -277,7 +277,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -285,7 +285,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -293,7 +293,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -301,7 +301,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -309,7 +309,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -317,7 +317,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -325,7 +325,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -333,7 +333,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 77 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 77 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -341,7 +341,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 81 of /sass/spec/parser/operations/subtract/dimensions/pairs/input.scss: +DEPRECATION WARNING on line 81 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/subtract/numbers/pairs.hrx b/spec/parser/operations/subtract/numbers/pairs.hrx index e87b44489b..d20a307a2f 100644 --- a/spec/parser/operations/subtract/numbers/pairs.hrx +++ b/spec/parser/operations/subtract/numbers/pairs.hrx @@ -93,7 +93,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 8 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -101,7 +101,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -109,7 +109,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -117,7 +117,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 12 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 12 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -125,7 +125,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -133,7 +133,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 20 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/subtract/numbers/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/parser/operations/subtract/strings/pairs.hrx b/spec/parser/operations/subtract/strings/pairs.hrx index 9fca63adf6..9464d8c82d 100644 --- a/spec/parser/operations/subtract/strings/pairs.hrx +++ b/spec/parser/operations/subtract/strings/pairs.hrx @@ -133,7 +133,7 @@ foo { } <===> warning -DEPRECATION WARNING on line 13 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -141,7 +141,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -149,7 +149,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -157,7 +157,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 28 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -165,7 +165,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -173,7 +173,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 32 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 32 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -181,7 +181,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -189,7 +189,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 36 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 36 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -197,7 +197,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -205,7 +205,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 40 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 40 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -213,7 +213,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -221,7 +221,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -229,7 +229,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 48 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 48 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -237,7 +237,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 49 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 49 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -245,7 +245,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 53 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 53 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -253,7 +253,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 56 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 56 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -261,7 +261,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 57 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 57 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -269,7 +269,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 61 of /sass/spec/parser/operations/subtract/strings/pairs/input.scss: +DEPRECATION WARNING on line 61 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/sass/bem.hrx b/spec/sass/bem.hrx index 1e0fb6f6d7..28f09b53ce 100644 --- a/spec/sass/bem.hrx +++ b/spec/sass/bem.hrx @@ -24,27 +24,27 @@ } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/sass/bem/input.sass: +DEPRECATION WARNING on line 2 of input.sass: Old-style properties like ":margin" are deprecated and will be an error in future versions of Sass. Use "margin: " instead. -DEPRECATION WARNING on line 3 of /sass/spec/sass/bem/input.sass: +DEPRECATION WARNING on line 3 of input.sass: Old-style properties like ":bottom 32px" are deprecated and will be an error in future versions of Sass. Use "bottom: 32px" instead. -DEPRECATION WARNING on line 4 of /sass/spec/sass/bem/input.sass: +DEPRECATION WARNING on line 4 of input.sass: Old-style properties like ":foobar" are deprecated and will be an error in future versions of Sass. Use "foobar: " instead. -DEPRECATION WARNING on line 5 of /sass/spec/sass/bem/input.sass: +DEPRECATION WARNING on line 5 of input.sass: Old-style properties like ":bar 1px" are deprecated and will be an error in future versions of Sass. Use "bar: 1px" instead. -DEPRECATION WARNING on line 6 of /sass/spec/sass/bem/input.sass: +DEPRECATION WARNING on line 6 of input.sass: Old-style properties like ":baz 2px" are deprecated and will be an error in future versions of Sass. Use "baz: 2px" instead. -DEPRECATION WARNING on line 7 of /sass/spec/sass/bem/input.sass: +DEPRECATION WARNING on line 7 of input.sass: Old-style properties like ":hover" are deprecated and will be an error in future versions of Sass. Use "hover: " instead. -DEPRECATION WARNING on line 8 of /sass/spec/sass/bem/input.sass: +DEPRECATION WARNING on line 8 of input.sass: Old-style properties like ":baz 3px" are deprecated and will be an error in future versions of Sass. Use "baz: 3px" instead. -DEPRECATION WARNING on line 9 of /sass/spec/sass/bem/input.sass: +DEPRECATION WARNING on line 9 of input.sass: Old-style properties like ":end 4px" are deprecated and will be an error in future versions of Sass. Use "end: 4px" instead. diff --git a/spec/sass/indentation.hrx b/spec/sass/indentation.hrx index 8a1fea4520..c3b66a5805 100644 --- a/spec/sass/indentation.hrx +++ b/spec/sass/indentation.hrx @@ -103,4 +103,4 @@ Error: Inconsistent indentation, expected 4 spaces. 3 | d: e | ^ ' - /sass/spec/sass/indentation/error/inconsistent/input.sass 3:1 root stylesheet + input.sass 3:1 root stylesheet diff --git a/spec/sass/semicolon/at_rule.hrx b/spec/sass/semicolon/at_rule.hrx index c5cdd4d771..dabb0bd909 100644 --- a/spec/sass/semicolon/at_rule.hrx +++ b/spec/sass/semicolon/at_rule.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "value": expected newline, was ";" - on line 1 of /sass/spec/sass/semicolon/at_rule/input.sass + on line 1 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: semicolons aren't allowed in the indented syntax. 1 | @rule value; | ^ ' - /sass/spec/sass/semicolon/at_rule/input.sass 1:12 root stylesheet + input.sass 1:12 root stylesheet diff --git a/spec/sass/semicolon/content.hrx b/spec/sass/semicolon/content.hrx index d629a89fce..75d8f03a93 100644 --- a/spec/sass/semicolon/content.hrx +++ b/spec/sass/semicolon/content.hrx @@ -4,7 +4,7 @@ <===> error Error: Invalid CSS after "@content": expected newline, was ";" - on line 1 of /sass/spec/sass/semicolon/content/input.sass + on line 1 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: semicolons aren't allowed in the indented syntax. 2 | @content; | ^ ' - /sass/spec/sass/semicolon/content/input.sass 2:11 root stylesheet + input.sass 2:11 root stylesheet diff --git a/spec/sass/semicolon/debug.hrx b/spec/sass/semicolon/debug.hrx index d03523dbab..23572bd688 100644 --- a/spec/sass/semicolon/debug.hrx +++ b/spec/sass/semicolon/debug.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "value": expected expression (e.g. 1px, bold), was ";" - on line 1 of /sass/spec/sass/semicolon/debug/input.sass + on line 1 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: semicolons aren't allowed in the indented syntax. 1 | @debug value; | ^ ' - /sass/spec/sass/semicolon/debug/input.sass 1:13 root stylesheet + input.sass 1:13 root stylesheet diff --git a/spec/sass/semicolon/declaration.hrx b/spec/sass/semicolon/declaration.hrx index 1fa4247536..5a6ca6c044 100644 --- a/spec/sass/semicolon/declaration.hrx +++ b/spec/sass/semicolon/declaration.hrx @@ -4,7 +4,7 @@ a <===> error Error: Invalid CSS after "c": expected expression (e.g. 1px, bold), was ";" - on line 2 of /sass/spec/sass/semicolon/declaration/input.sass + on line 2 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: semicolons aren't allowed in the indented syntax. 2 | b: c; | ^ ' - /sass/spec/sass/semicolon/declaration/input.sass 2:7 root stylesheet + input.sass 2:7 root stylesheet diff --git a/spec/sass/semicolon/error.hrx b/spec/sass/semicolon/error.hrx index b2198f30b2..483e408138 100644 --- a/spec/sass/semicolon/error.hrx +++ b/spec/sass/semicolon/error.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "value": expected expression (e.g. 1px, bold), was ";" - on line 1 of /sass/spec/sass/semicolon/error/input.sass + on line 1 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: semicolons aren't allowed in the indented syntax. 1 | @error value; | ^ ' - /sass/spec/sass/semicolon/error/input.sass 1:13 root stylesheet + input.sass 1:13 root stylesheet diff --git a/spec/sass/semicolon/import.hrx b/spec/sass/semicolon/import.hrx index 60e54ef98c..bfef468368 100644 --- a/spec/sass/semicolon/import.hrx +++ b/spec/sass/semicolon/import.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "url("foo")": expected media query list, was ";" - on line 1 of /sass/spec/sass/semicolon/import/input.sass + on line 1 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: semicolons aren't allowed in the indented syntax. 1 | @import url("foo"); | ^ ' - /sass/spec/sass/semicolon/import/input.sass 1:19 root stylesheet + input.sass 1:19 root stylesheet diff --git a/spec/sass/semicolon/include.hrx b/spec/sass/semicolon/include.hrx index 190dd3229d..6df4280969 100644 --- a/spec/sass/semicolon/include.hrx +++ b/spec/sass/semicolon/include.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "": expected expression (e.g. 1px, bold), was ";" - on line 1 of /sass/spec/sass/semicolon/include/input.sass + on line 1 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: semicolons aren't allowed in the indented syntax. 1 | @include foo; | ^ ' - /sass/spec/sass/semicolon/include/input.sass 1:13 root stylesheet + input.sass 1:13 root stylesheet diff --git a/spec/sass/semicolon/return.hrx b/spec/sass/semicolon/return.hrx index e0bfc213d8..9ca525c53b 100644 --- a/spec/sass/semicolon/return.hrx +++ b/spec/sass/semicolon/return.hrx @@ -4,7 +4,7 @@ <===> error Error: Invalid CSS after "value": expected expression (e.g. 1px, bold), was ";" - on line 2 of /sass/spec/sass/semicolon/return/input.sass + on line 2 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: semicolons aren't allowed in the indented syntax. 2 | @return value; | ^ ' - /sass/spec/sass/semicolon/return/input.sass 2:16 root stylesheet + input.sass 2:16 root stylesheet diff --git a/spec/sass/semicolon/variable.hrx b/spec/sass/semicolon/variable.hrx index 79bedc333d..cf71c27e9d 100644 --- a/spec/sass/semicolon/variable.hrx +++ b/spec/sass/semicolon/variable.hrx @@ -3,7 +3,7 @@ $var: value; <===> error Error: Invalid CSS after "value": expected expression (e.g. 1px, bold), was ";" - on line 1 of /sass/spec/sass/semicolon/variable/input.sass + on line 1 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: semicolons aren't allowed in the indented syntax. 1 | $var: value; | ^ ' - /sass/spec/sass/semicolon/variable/input.sass 1:12 root stylesheet + input.sass 1:12 root stylesheet diff --git a/spec/sass/semicolon/warn.hrx b/spec/sass/semicolon/warn.hrx index 557f30170c..ac229e5b02 100644 --- a/spec/sass/semicolon/warn.hrx +++ b/spec/sass/semicolon/warn.hrx @@ -3,7 +3,7 @@ <===> error Error: Invalid CSS after "value": expected expression (e.g. 1px, bold), was ";" - on line 1 of /sass/spec/sass/semicolon/warn/input.sass + on line 1 of input.sass Use --trace for backtrace. <===> error-dart-sass @@ -12,4 +12,4 @@ Error: semicolons aren't allowed in the indented syntax. 1 | @warn value; | ^ ' - /sass/spec/sass/semicolon/warn/input.sass 1:12 root stylesheet + input.sass 1:12 root stylesheet diff --git a/spec/sass/var-args/error.hrx b/spec/sass/var-args/error.hrx index 80c5289a65..bcdfe6e610 100644 --- a/spec/sass/var-args/error.hrx +++ b/spec/sass/var-args/error.hrx @@ -15,8 +15,8 @@ Error: Only 3 arguments allowed, but 4 were passed. 8 | @include bar(a, c d e...); | ^^^^^^^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/sass/var-args/error/input.scss 8:3 bar() - /sass/spec/sass/var-args/error/input.scss 8:3 root stylesheet + input.scss 8:3 bar() + input.scss 8:3 root stylesheet <===> output.css div { @@ -27,5 +27,5 @@ div { <===> warning WARNING: Mixin bar takes 3 arguments but 4 were passed. - on line 8 of /sass/spec/sass/var-args/error/input.scss + on line 8 of input.scss This will be an error in future versions of Sass. diff --git a/spec/sass_4_0/color_arithmetic/addition/color_color.hrx b/spec/sass_4_0/color_arithmetic/addition/color_color.hrx index 02a20b7216..1b2228a2cb 100644 --- a/spec/sass_4_0/color_arithmetic/addition/color_color.hrx +++ b/spec/sass_4_0/color_arithmetic/addition/color_color.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc + #123". 1 | $v: #abc + #123; | ^^^^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/addition/color_color/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/addition/color_number.hrx b/spec/sass_4_0/color_arithmetic/addition/color_number.hrx index 4993b72328..6acb1b2efc 100644 --- a/spec/sass_4_0/color_arithmetic/addition/color_number.hrx +++ b/spec/sass_4_0/color_arithmetic/addition/color_number.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc + 1". 1 | $v: #abc + 1; | ^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/addition/color_number/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/addition/number_color.hrx b/spec/sass_4_0/color_arithmetic/addition/number_color.hrx index 21f9555673..f71a05a2f3 100644 --- a/spec/sass_4_0/color_arithmetic/addition/number_color.hrx +++ b/spec/sass_4_0/color_arithmetic/addition/number_color.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "1 + #123". 1 | $v: 1 + #123; | ^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/addition/number_color/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/division/color_color.hrx b/spec/sass_4_0/color_arithmetic/division/color_color.hrx index d8dfe971b0..dfaa33b1ee 100644 --- a/spec/sass_4_0/color_arithmetic/division/color_color.hrx +++ b/spec/sass_4_0/color_arithmetic/division/color_color.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc / #123". 1 | $v: #abc / #123; | ^^^^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/division/color_color/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/division/color_number.hrx b/spec/sass_4_0/color_arithmetic/division/color_number.hrx index 1d43686eb1..dba5237e36 100644 --- a/spec/sass_4_0/color_arithmetic/division/color_number.hrx +++ b/spec/sass_4_0/color_arithmetic/division/color_number.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc / 1". 1 | $v: #abc / 1; | ^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/division/color_number/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/modulo/color_color.hrx b/spec/sass_4_0/color_arithmetic/modulo/color_color.hrx index 2d013e1866..67da0e2824 100644 --- a/spec/sass_4_0/color_arithmetic/modulo/color_color.hrx +++ b/spec/sass_4_0/color_arithmetic/modulo/color_color.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc % #123". 1 | $v: #abc % #123; | ^^^^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/modulo/color_color/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/modulo/color_number.hrx b/spec/sass_4_0/color_arithmetic/modulo/color_number.hrx index e109f9c8f4..e7379c366f 100644 --- a/spec/sass_4_0/color_arithmetic/modulo/color_number.hrx +++ b/spec/sass_4_0/color_arithmetic/modulo/color_number.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc % 1". 1 | $v: #abc % 1; | ^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/modulo/color_number/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/multiplication/color_color.hrx b/spec/sass_4_0/color_arithmetic/multiplication/color_color.hrx index b8b6c2eaec..5afc0bc80c 100644 --- a/spec/sass_4_0/color_arithmetic/multiplication/color_color.hrx +++ b/spec/sass_4_0/color_arithmetic/multiplication/color_color.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc * #123". 1 | $v: #abc * #123; | ^^^^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/multiplication/color_color/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/multiplication/color_number.hrx b/spec/sass_4_0/color_arithmetic/multiplication/color_number.hrx index c5ac8cf979..c329ac77d9 100644 --- a/spec/sass_4_0/color_arithmetic/multiplication/color_number.hrx +++ b/spec/sass_4_0/color_arithmetic/multiplication/color_number.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc * 1". 1 | $v: #abc * 1; | ^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/multiplication/color_number/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/multiplication/number_color.hrx b/spec/sass_4_0/color_arithmetic/multiplication/number_color.hrx index 1c6e2443d5..9f530db46b 100644 --- a/spec/sass_4_0/color_arithmetic/multiplication/number_color.hrx +++ b/spec/sass_4_0/color_arithmetic/multiplication/number_color.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "1 * #123". 1 | $v: 1 * #123; | ^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/multiplication/number_color/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/subtraction/color_color.hrx b/spec/sass_4_0/color_arithmetic/subtraction/color_color.hrx index 3d54833595..85479f0f32 100644 --- a/spec/sass_4_0/color_arithmetic/subtraction/color_color.hrx +++ b/spec/sass_4_0/color_arithmetic/subtraction/color_color.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc - #123". 1 | $v: #abc - #123; | ^^^^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/subtraction/color_color/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/sass_4_0/color_arithmetic/subtraction/color_number.hrx b/spec/sass_4_0/color_arithmetic/subtraction/color_number.hrx index c38390d046..1459937717 100644 --- a/spec/sass_4_0/color_arithmetic/subtraction/color_number.hrx +++ b/spec/sass_4_0/color_arithmetic/subtraction/color_number.hrx @@ -7,4 +7,4 @@ Error: Undefined operation "#abc - 1". 1 | $v: #abc - 1; | ^^^^^^^^ ' - /sass/spec/sass_4_0/color_arithmetic/subtraction/color_number/input.scss 1:5 root stylesheet + input.scss 1:5 root stylesheet diff --git a/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator.hrx b/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator.hrx index 1974ecfdf7..37378c75c9 100644 --- a/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator.hrx +++ b/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator.hrx @@ -16,8 +16,8 @@ $c: c; } <===> warning -DEPRECATION WARNING on line 4, column 9 of /sass/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator/input.scss: +DEPRECATION WARNING on line 4, column 9 of input.scss: The reference combinator /a/ is deprecated and will be removed in a future release. -DEPRECATION WARNING on line 4, column 20 of /sass/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator/input.scss: +DEPRECATION WARNING on line 4, column 20 of input.scss: The reference combinator /b|c/ is deprecated and will be removed in a future release. diff --git a/spec/scss/feature-queries/without-query.hrx b/spec/scss/feature-queries/without-query.hrx index 39a198c2e8..4bdfcf1e68 100644 --- a/spec/scss/feature-queries/without-query.hrx +++ b/spec/scss/feature-queries/without-query.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "@supports ": expected @supports condition (e.g. (display: flexbox)), was "{" - on line 1 of /sass/spec/scss/feature-queries/without-query/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: Expected "not". 1 | @supports { | ^ ' - /sass/spec/scss/feature-queries/without-query/input.scss 1:11 root stylesheet + input.scss 1:11 root stylesheet diff --git a/spec/scss/interpolation-operators-precedence-4.0.hrx b/spec/scss/interpolation-operators-precedence-4.0.hrx index 6aa78d43e4..cc33c994d0 100644 --- a/spec/scss/interpolation-operators-precedence-4.0.hrx +++ b/spec/scss/interpolation-operators-precedence-4.0.hrx @@ -63,4 +63,4 @@ Error: Undefined operation "a * 5%". 13 | c04: (#{a} *5.0% + 2); | ^^^^^^^^^^ ' - /sass/spec/scss/interpolation-operators-precedence-4.0/input.scss 13:9 root stylesheet + input.scss 13:9 root stylesheet diff --git a/spec/scss/interpolation-operators-precedence.hrx b/spec/scss/interpolation-operators-precedence.hrx index 44a58672be..e2aa15b792 100644 --- a/spec/scss/interpolation-operators-precedence.hrx +++ b/spec/scss/interpolation-operators-precedence.hrx @@ -107,7 +107,7 @@ } <===> warning -DEPRECATION WARNING on line 2 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 2 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -115,7 +115,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 3 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 3 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -123,7 +123,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 4 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 4 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -131,7 +131,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 5 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 5 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -139,7 +139,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 6 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 6 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -147,7 +147,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 7 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 7 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -155,7 +155,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 8 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 8 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -163,7 +163,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 9 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 9 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -171,7 +171,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 10 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 10 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -179,7 +179,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 13 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 13 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -187,7 +187,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 14 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 14 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -195,7 +195,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 17 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 17 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -203,7 +203,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 18 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 18 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -211,7 +211,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 21 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 21 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -219,7 +219,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 22 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -227,7 +227,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 25 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 25 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -235,7 +235,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 26 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 26 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -243,7 +243,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 29 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 29 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -251,7 +251,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 30 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 30 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -259,7 +259,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 33 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 33 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -267,7 +267,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 34 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 34 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -275,7 +275,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 37 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 37 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -283,7 +283,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 38 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 38 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -291,7 +291,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 41 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 41 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -299,7 +299,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 42 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 42 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -307,7 +307,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 43 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 43 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -315,7 +315,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 44 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 44 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -323,7 +323,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 45 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 45 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -331,7 +331,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 46 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 46 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -339,7 +339,7 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 47 of /sass/spec/scss/interpolation-operators-precedence/input.scss: +DEPRECATION WARNING on line 47 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: diff --git a/spec/scss/while_without_condition.hrx b/spec/scss/while_without_condition.hrx index e677f77e95..724720e640 100644 --- a/spec/scss/while_without_condition.hrx +++ b/spec/scss/while_without_condition.hrx @@ -5,7 +5,7 @@ <===> error Error: Invalid CSS after "@while ": expected expression (e.g. 1px, bold), was "{" - on line 1 of /sass/spec/scss/while_without_condition/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -14,4 +14,4 @@ Error: Expected expression. 1 | @while { | ^ ' - /sass/spec/scss/while_without_condition/input.scss 1:8 root stylesheet + input.scss 1:8 root stylesheet diff --git a/spec/test.scss b/spec/test.scss new file mode 100644 index 0000000000..e0182cb91b --- /dev/null +++ b/spec/test.scss @@ -0,0 +1 @@ +a{b:c} diff --git a/spec/types.hrx b/spec/types.hrx index 80fb7edb5a..aba3b47bfc 100644 --- a/spec/types.hrx +++ b/spec/types.hrx @@ -66,7 +66,7 @@ div { } <===> warning -DEPRECATION WARNING on line 28 of /sass/spec/types/input.scss: +DEPRECATION WARNING on line 28 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: @@ -74,25 +74,25 @@ To preserve the current behavior, use quotes: You can use the sass-convert command to automatically fix most cases. -DEPRECATION WARNING on line 16 of /sass/spec/types/input.scss: +DEPRECATION WARNING on line 16 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#{1 + 2}px") -DEPRECATION WARNING on line 20 of /sass/spec/types/input.scss: +DEPRECATION WARNING on line 20 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("#abc") -DEPRECATION WARNING on line 22 of /sass/spec/types/input.scss: +DEPRECATION WARNING on line 22 of input.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes: unquote("leng#{th(a b c d)}") -DEPRECATION WARNING on line 26 of /sass/spec/types/input.scss: +DEPRECATION WARNING on line 26 of input.scss: The operation `aqua plus #000000` is deprecated and will be an error in future versions. Consider using Sass's color functions instead. https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions diff --git a/spec/values/maps/duplicate-keys.hrx b/spec/values/maps/duplicate-keys.hrx index 405082544e..88c9b84217 100644 --- a/spec/values/maps/duplicate-keys.hrx +++ b/spec/values/maps/duplicate-keys.hrx @@ -11,7 +11,7 @@ $map: ( <===> error Error: Duplicate key "eta" in map (eta: 5, eta: 6). - on line 5 of /sass/spec/values/maps/duplicate-keys/input.scss + on line 5 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -20,4 +20,4 @@ Error: Duplicate key. 7 | eta: 6, | ^^^ ' - /sass/spec/values/maps/duplicate-keys/input.scss 7:5 root stylesheet + input.scss 7:5 root stylesheet diff --git a/spec/values/maps/errors.hrx b/spec/values/maps/errors.hrx index 67bae56300..f330adc176 100644 --- a/spec/values/maps/errors.hrx +++ b/spec/values/maps/errors.hrx @@ -4,7 +4,7 @@ test { baz: $map; } <===> error Error: (foo: bar) isn't a valid CSS value. - on line 2 of /sass/spec/values/maps/errors/input.scss + on line 2 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -13,4 +13,4 @@ Error: (foo: bar) isn't a valid CSS value. 2 | test { baz: $map; } | ^^^^ ' - /sass/spec/values/maps/errors/input.scss 2:13 root stylesheet + input.scss 2:13 root stylesheet diff --git a/spec/values/maps/invalid-key.hrx b/spec/values/maps/invalid-key.hrx index 3b2dc548a0..1ba36d3e04 100644 --- a/spec/values/maps/invalid-key.hrx +++ b/spec/values/maps/invalid-key.hrx @@ -3,7 +3,7 @@ $id: inspect((a,b:c)...) <===> error Error: Invalid CSS after "$id: inspect((a,b": expected ")", was ":c)...)" - on line 1 of /sass/spec/values/maps/invalid-key/input.scss + on line 1 of input.scss Use --trace for backtrace. <===> error-dart-sass @@ -12,9 +12,9 @@ Error: expected ")". 1 | $id: inspect((a,b:c)...) | ^ ' - /sass/spec/values/maps/invalid-key/input.scss 1:18 root stylesheet + input.scss 1:18 root stylesheet <===> error-libsass Error: Invalid CSS after "$id: inspect((a,b:": expected ")", was "c)...)" - on line 1 of /sass/spec/values/maps/invalid-key/input.scss + on line 1 of input.scss Use --trace for backtrace. diff --git a/spec/variables.hrx b/spec/variables.hrx index 78e0f0cfd1..e09b348603 100644 --- a/spec/variables.hrx +++ b/spec/variables.hrx @@ -22,7 +22,7 @@ declare new variables. Consider adding `$var: null` at the top level. 1 | $var: value !global; | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/variables/global/first_declaration/top_level/input.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet <===> ================================================================================ @@ -43,4 +43,4 @@ declare new variables. Consider adding `$var: null` at the top level. 1 | x {$var: value !global} | ^^^^^^^^^^^^^^^^^^^ ' - /sass/spec/variables/global/first_declaration/nested/input.scss 1:4 root stylesheet + input.scss 1:4 root stylesheet