|
1 |
| -DEPRECATION WARNING on line 2 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
2 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 1 | +DEPRECATION WARNING on line 2 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 2 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 3 | +To preserve the current behavior, use quotes: |
3 | 4 |
|
4 | 5 | unquote('"A"B')
|
5 | 6 |
|
6 | 7 | You can use the sass-convert command to automatically fix most cases.
|
7 | 8 |
|
8 |
| -DEPRECATION WARNING on line 4 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
9 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 9 | +DEPRECATION WARNING on line 4 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 10 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 11 | +To preserve the current behavior, use quotes: |
10 | 12 |
|
11 | 13 | unquote('"A"B"C"')
|
12 | 14 |
|
13 | 15 | You can use the sass-convert command to automatically fix most cases.
|
14 | 16 |
|
15 |
| -DEPRECATION WARNING on line 7 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
16 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 17 | +DEPRECATION WARNING on line 7 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 18 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 19 | +To preserve the current behavior, use quotes: |
17 | 20 |
|
18 | 21 | unquote('"A"BC')
|
19 | 22 |
|
20 | 23 | You can use the sass-convert command to automatically fix most cases.
|
21 | 24 |
|
22 |
| -DEPRECATION WARNING on line 9 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
23 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 25 | +DEPRECATION WARNING on line 9 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 26 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 27 | +To preserve the current behavior, use quotes: |
24 | 28 |
|
25 | 29 | unquote('"A"B#{C "D"}')
|
26 | 30 |
|
27 | 31 | You can use the sass-convert command to automatically fix most cases.
|
28 | 32 |
|
29 |
| -DEPRECATION WARNING on line 10 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
30 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
31 |
| - |
32 |
| - unquote("#{"A" B}C#{D "E"}") |
33 |
| - |
34 |
| -You can use the sass-convert command to automatically fix most cases. |
35 |
| - |
36 |
| -DEPRECATION WARNING on line 11 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
37 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 33 | +DEPRECATION WARNING on line 11 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 34 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 35 | +To preserve the current behavior, use quotes: |
38 | 36 |
|
39 | 37 | unquote("#{A "B"}C#{D "E"}")
|
40 | 38 |
|
41 | 39 | You can use the sass-convert command to automatically fix most cases.
|
42 | 40 |
|
43 |
| -DEPRECATION WARNING on line 16 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
44 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 41 | +DEPRECATION WARNING on line 16 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 42 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 43 | +To preserve the current behavior, use quotes: |
45 | 44 |
|
46 | 45 | unquote('"A"B')
|
47 | 46 |
|
48 | 47 | You can use the sass-convert command to automatically fix most cases.
|
49 | 48 |
|
50 |
| -DEPRECATION WARNING on line 18 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
51 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 49 | +DEPRECATION WARNING on line 18 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 50 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 51 | +To preserve the current behavior, use quotes: |
52 | 52 |
|
53 | 53 | unquote('"A"B"C"')
|
54 | 54 |
|
55 | 55 | You can use the sass-convert command to automatically fix most cases.
|
56 | 56 |
|
57 |
| -DEPRECATION WARNING on line 21 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
58 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 57 | +DEPRECATION WARNING on line 21 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 58 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 59 | +To preserve the current behavior, use quotes: |
59 | 60 |
|
60 | 61 | unquote('"A"BC')
|
61 | 62 |
|
62 | 63 | You can use the sass-convert command to automatically fix most cases.
|
63 | 64 |
|
64 |
| -DEPRECATION WARNING on line 23 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
65 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 65 | +DEPRECATION WARNING on line 23 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 66 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 67 | +To preserve the current behavior, use quotes: |
66 | 68 |
|
67 | 69 | unquote('"A"B#{C "D"}')
|
68 | 70 |
|
69 | 71 | You can use the sass-convert command to automatically fix most cases.
|
70 | 72 |
|
71 |
| -DEPRECATION WARNING on line 24 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
72 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
73 |
| - |
74 |
| - unquote("#{"A" B}C#{D "E"}") |
75 |
| - |
76 |
| -You can use the sass-convert command to automatically fix most cases. |
77 |
| - |
78 |
| -DEPRECATION WARNING on line 25 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
79 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 73 | +DEPRECATION WARNING on line 25 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 74 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 75 | +To preserve the current behavior, use quotes: |
80 | 76 |
|
81 | 77 | unquote("#{A "B"}C#{D "E"}")
|
82 | 78 |
|
83 | 79 | You can use the sass-convert command to automatically fix most cases.
|
84 | 80 |
|
85 |
| -DEPRECATION WARNING on line 30 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
86 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 81 | +DEPRECATION WARNING on line 30 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 82 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 83 | +To preserve the current behavior, use quotes: |
87 | 84 |
|
88 | 85 | unquote('"A"B')
|
89 | 86 |
|
90 | 87 | You can use the sass-convert command to automatically fix most cases.
|
91 | 88 |
|
92 |
| -DEPRECATION WARNING on line 32 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
93 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 89 | +DEPRECATION WARNING on line 32 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 90 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 91 | +To preserve the current behavior, use quotes: |
94 | 92 |
|
95 | 93 | unquote('"A"B"C"')
|
96 | 94 |
|
97 | 95 | You can use the sass-convert command to automatically fix most cases.
|
98 | 96 |
|
99 |
| -DEPRECATION WARNING on line 35 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
100 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 97 | +DEPRECATION WARNING on line 35 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 98 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 99 | +To preserve the current behavior, use quotes: |
101 | 100 |
|
102 | 101 | unquote('"A"BC')
|
103 | 102 |
|
104 | 103 | You can use the sass-convert command to automatically fix most cases.
|
105 | 104 |
|
106 |
| -DEPRECATION WARNING on line 37 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
107 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 105 | +DEPRECATION WARNING on line 37 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 106 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 107 | +To preserve the current behavior, use quotes: |
108 | 108 |
|
109 | 109 | unquote('"A"B#{C "D"}')
|
110 | 110 |
|
111 | 111 | You can use the sass-convert command to automatically fix most cases.
|
112 | 112 |
|
113 |
| -DEPRECATION WARNING on line 38 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
114 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
115 |
| - |
116 |
| - unquote("#{"A" B}C#{D "E"}") |
117 |
| - |
118 |
| -You can use the sass-convert command to automatically fix most cases. |
119 |
| - |
120 |
| -DEPRECATION WARNING on line 39 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
121 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 113 | +DEPRECATION WARNING on line 39 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 114 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 115 | +To preserve the current behavior, use quotes: |
122 | 116 |
|
123 | 117 | unquote("#{A "B"}C#{D "E"}")
|
124 | 118 |
|
125 | 119 | You can use the sass-convert command to automatically fix most cases.
|
126 | 120 |
|
127 |
| -DEPRECATION WARNING on line 17 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
128 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 121 | +DEPRECATION WARNING on line 17 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 122 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 123 | +To preserve the current behavior, use quotes: |
129 | 124 |
|
130 | 125 | unquote('A"B"')
|
131 | 126 |
|
132 |
| -DEPRECATION WARNING on line 19 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
133 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 127 | +DEPRECATION WARNING on line 19 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 128 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 129 | +To preserve the current behavior, use quotes: |
134 | 130 |
|
135 | 131 | unquote('A"B"C')
|
136 | 132 |
|
137 |
| -DEPRECATION WARNING on line 20 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
138 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 133 | +DEPRECATION WARNING on line 20 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 134 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 135 | +To preserve the current behavior, use quotes: |
139 | 136 |
|
140 | 137 | unquote('AB"C"')
|
141 | 138 |
|
142 |
| -DEPRECATION WARNING on line 22 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
143 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 139 | +DEPRECATION WARNING on line 22 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 140 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 141 | +To preserve the current behavior, use quotes: |
144 | 142 |
|
145 | 143 | unquote("A#{B "C"}")
|
146 | 144 |
|
147 |
| -DEPRECATION WARNING on line 26 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
148 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 145 | +DEPRECATION WARNING on line 24 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 146 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 147 | +To preserve the current behavior, use quotes: |
| 148 | + |
| 149 | + unquote("#{"A" B}C#{D "E"}") |
| 150 | + |
| 151 | +DEPRECATION WARNING on line 26 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 152 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 153 | +To preserve the current behavior, use quotes: |
149 | 154 |
|
150 | 155 | unquote("A#{"B" C "D" "E"}")
|
151 | 156 |
|
152 |
| -DEPRECATION WARNING on line 31 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
153 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 157 | +DEPRECATION WARNING on line 31 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 158 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 159 | +To preserve the current behavior, use quotes: |
154 | 160 |
|
155 | 161 | unquote('A"B"')
|
156 | 162 |
|
157 |
| -DEPRECATION WARNING on line 33 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
158 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 163 | +DEPRECATION WARNING on line 33 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 164 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 165 | +To preserve the current behavior, use quotes: |
159 | 166 |
|
160 | 167 | unquote('A"B"C')
|
161 | 168 |
|
162 |
| -DEPRECATION WARNING on line 34 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
163 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 169 | +DEPRECATION WARNING on line 34 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 170 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 171 | +To preserve the current behavior, use quotes: |
164 | 172 |
|
165 | 173 | unquote('AB"C"')
|
166 | 174 |
|
167 |
| -DEPRECATION WARNING on line 36 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
168 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 175 | +DEPRECATION WARNING on line 36 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 176 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 177 | +To preserve the current behavior, use quotes: |
169 | 178 |
|
170 | 179 | unquote("A#{B "C"}")
|
171 | 180 |
|
172 |
| -DEPRECATION WARNING on line 40 of /sass/spec/libsass-issues/issue_1413/input.scss: #{} interpolation near operators will be simplified |
173 |
| -in a future version of Sass. To preserve the current behavior, use quotes: |
| 181 | +DEPRECATION WARNING on line 38 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 182 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 183 | +To preserve the current behavior, use quotes: |
| 184 | + |
| 185 | + unquote("#{"A" B}C#{D "E"}") |
| 186 | + |
| 187 | +DEPRECATION WARNING on line 40 of /sass/spec/libsass-issues/issue_1413/input.scss: |
| 188 | +#{} interpolation near operators will be simplified in a future version of Sass. |
| 189 | +To preserve the current behavior, use quotes: |
174 | 190 |
|
175 | 191 | unquote("A#{"B" C "D" "E"}")
|
0 commit comments