|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
| 3 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (dart-sass) (sass): css 1`] = ` |
| 4 | +"@charset \\"UTF-8\\"; |
| 5 | +body { |
| 6 | + font: 100% Helvetica, sans-serif; |
| 7 | + color: #333; |
| 8 | +} |
| 9 | +
|
| 10 | +nav ul { |
| 11 | + margin: 0; |
| 12 | + padding: 0; |
| 13 | + list-style: none; |
| 14 | +} |
| 15 | +nav li { |
| 16 | + display: inline-block; |
| 17 | +} |
| 18 | +nav a { |
| 19 | + display: block; |
| 20 | + padding: 6px 12px; |
| 21 | + text-decoration: none; |
| 22 | +} |
| 23 | +
|
| 24 | +.box { |
| 25 | + -webkit-border-radius: 10px; |
| 26 | + -moz-border-radius: 10px; |
| 27 | + -ms-border-radius: 10px; |
| 28 | + border-radius: 10px; |
| 29 | +} |
| 30 | +
|
| 31 | +.message, .warning, .error, .success { |
| 32 | + border: 1px solid #ccc; |
| 33 | + padding: 10px; |
| 34 | + color: #333; |
| 35 | +} |
| 36 | +
|
| 37 | +.success { |
| 38 | + border-color: green; |
| 39 | +} |
| 40 | +
|
| 41 | +.error { |
| 42 | + border-color: red; |
| 43 | +} |
| 44 | +
|
| 45 | +.warning { |
| 46 | + border-color: yellow; |
| 47 | +} |
| 48 | +
|
| 49 | +.foo:before { |
| 50 | + content: \\"\\"; |
| 51 | +} |
| 52 | +
|
| 53 | +.bar:before { |
| 54 | + content: \\"∑\\"; |
| 55 | +}" |
| 56 | +`; |
| 57 | + |
| 58 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (dart-sass) (sass): errors 1`] = `Array []`; |
| 59 | + |
| 60 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (dart-sass) (sass): warnings 1`] = `Array []`; |
| 61 | + |
| 62 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (dart-sass) (scss): css 1`] = ` |
| 63 | +"@charset \\"UTF-8\\"; |
| 64 | +body { |
| 65 | + font: 100% Helvetica, sans-serif; |
| 66 | + color: #333; |
| 67 | +} |
| 68 | +
|
| 69 | +nav ul { |
| 70 | + margin: 0; |
| 71 | + padding: 0; |
| 72 | + list-style: none; |
| 73 | +} |
| 74 | +nav li { |
| 75 | + display: inline-block; |
| 76 | +} |
| 77 | +nav a { |
| 78 | + display: block; |
| 79 | + padding: 6px 12px; |
| 80 | + text-decoration: none; |
| 81 | +} |
| 82 | +
|
| 83 | +.box { |
| 84 | + -webkit-border-radius: 10px; |
| 85 | + -moz-border-radius: 10px; |
| 86 | + -ms-border-radius: 10px; |
| 87 | + border-radius: 10px; |
| 88 | +} |
| 89 | +
|
| 90 | +.foo:before { |
| 91 | + content: \\"\\"; |
| 92 | +} |
| 93 | +
|
| 94 | +.bar:before { |
| 95 | + content: \\"∑\\"; |
| 96 | +}" |
| 97 | +`; |
| 98 | + |
| 99 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (dart-sass) (scss): errors 1`] = `Array []`; |
| 100 | + |
| 101 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (dart-sass) (scss): warnings 1`] = `Array []`; |
| 102 | + |
| 103 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (node-sass) (sass): css 1`] = ` |
| 104 | +"@charset \\"UTF-8\\"; |
| 105 | +body { |
| 106 | + font: 100% Helvetica, sans-serif; |
| 107 | + color: #333; } |
| 108 | +
|
| 109 | +nav ul { |
| 110 | + margin: 0; |
| 111 | + padding: 0; |
| 112 | + list-style: none; } |
| 113 | +
|
| 114 | +nav li { |
| 115 | + display: inline-block; } |
| 116 | +
|
| 117 | +nav a { |
| 118 | + display: block; |
| 119 | + padding: 6px 12px; |
| 120 | + text-decoration: none; } |
| 121 | +
|
| 122 | +.box { |
| 123 | + -webkit-border-radius: 10px; |
| 124 | + -moz-border-radius: 10px; |
| 125 | + -ms-border-radius: 10px; |
| 126 | + border-radius: 10px; } |
| 127 | +
|
| 128 | +.message, .success, .error, .warning { |
| 129 | + border: 1px solid #ccc; |
| 130 | + padding: 10px; |
| 131 | + color: #333; } |
| 132 | +
|
| 133 | +.success { |
| 134 | + border-color: green; } |
| 135 | +
|
| 136 | +.error { |
| 137 | + border-color: red; } |
| 138 | +
|
| 139 | +.warning { |
| 140 | + border-color: yellow; } |
| 141 | +
|
| 142 | +.foo:before { |
| 143 | + content: \\"\\"; } |
| 144 | +
|
| 145 | +.bar:before { |
| 146 | + content: \\"∑\\"; } |
| 147 | +" |
| 148 | +`; |
| 149 | + |
| 150 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (node-sass) (sass): errors 1`] = `Array []`; |
| 151 | + |
| 152 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (node-sass) (sass): warnings 1`] = `Array []`; |
| 153 | + |
| 154 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (node-sass) (scss): css 1`] = ` |
| 155 | +"@charset \\"UTF-8\\"; |
| 156 | +body { |
| 157 | + font: 100% Helvetica, sans-serif; |
| 158 | + color: #333; } |
| 159 | +
|
| 160 | +nav ul { |
| 161 | + margin: 0; |
| 162 | + padding: 0; |
| 163 | + list-style: none; } |
| 164 | +
|
| 165 | +nav li { |
| 166 | + display: inline-block; } |
| 167 | +
|
| 168 | +nav a { |
| 169 | + display: block; |
| 170 | + padding: 6px 12px; |
| 171 | + text-decoration: none; } |
| 172 | +
|
| 173 | +.box { |
| 174 | + -webkit-border-radius: 10px; |
| 175 | + -moz-border-radius: 10px; |
| 176 | + -ms-border-radius: 10px; |
| 177 | + border-radius: 10px; } |
| 178 | +
|
| 179 | +.foo:before { |
| 180 | + content: \\"\\"; } |
| 181 | +
|
| 182 | +.bar:before { |
| 183 | + content: \\"∑\\"; } |
| 184 | +" |
| 185 | +`; |
| 186 | + |
| 187 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (node-sass) (scss): errors 1`] = `Array []`; |
| 188 | + |
| 189 | +exports[`sassOptions option should don't use the "fibers" package when the "fiber" option is "false" (node-sass) (scss): warnings 1`] = `Array []`; |
| 190 | + |
| 191 | +exports[`sassOptions option should use the "fibers" package if it is possible (dart-sass) (sass): css 1`] = ` |
| 192 | +"@charset \\"UTF-8\\"; |
| 193 | +body { |
| 194 | + font: 100% Helvetica, sans-serif; |
| 195 | + color: #333; |
| 196 | +} |
| 197 | +
|
| 198 | +nav ul { |
| 199 | + margin: 0; |
| 200 | + padding: 0; |
| 201 | + list-style: none; |
| 202 | +} |
| 203 | +nav li { |
| 204 | + display: inline-block; |
| 205 | +} |
| 206 | +nav a { |
| 207 | + display: block; |
| 208 | + padding: 6px 12px; |
| 209 | + text-decoration: none; |
| 210 | +} |
| 211 | +
|
| 212 | +.box { |
| 213 | + -webkit-border-radius: 10px; |
| 214 | + -moz-border-radius: 10px; |
| 215 | + -ms-border-radius: 10px; |
| 216 | + border-radius: 10px; |
| 217 | +} |
| 218 | +
|
| 219 | +.message, .warning, .error, .success { |
| 220 | + border: 1px solid #ccc; |
| 221 | + padding: 10px; |
| 222 | + color: #333; |
| 223 | +} |
| 224 | +
|
| 225 | +.success { |
| 226 | + border-color: green; |
| 227 | +} |
| 228 | +
|
| 229 | +.error { |
| 230 | + border-color: red; |
| 231 | +} |
| 232 | +
|
| 233 | +.warning { |
| 234 | + border-color: yellow; |
| 235 | +} |
| 236 | +
|
| 237 | +.foo:before { |
| 238 | + content: \\"\\"; |
| 239 | +} |
| 240 | +
|
| 241 | +.bar:before { |
| 242 | + content: \\"∑\\"; |
| 243 | +}" |
| 244 | +`; |
| 245 | + |
| 246 | +exports[`sassOptions option should use the "fibers" package if it is possible (dart-sass) (sass): errors 1`] = `Array []`; |
| 247 | + |
| 248 | +exports[`sassOptions option should use the "fibers" package if it is possible (dart-sass) (sass): warnings 1`] = `Array []`; |
| 249 | + |
| 250 | +exports[`sassOptions option should use the "fibers" package if it is possible (dart-sass) (scss): css 1`] = ` |
| 251 | +"@charset \\"UTF-8\\"; |
| 252 | +body { |
| 253 | + font: 100% Helvetica, sans-serif; |
| 254 | + color: #333; |
| 255 | +} |
| 256 | +
|
| 257 | +nav ul { |
| 258 | + margin: 0; |
| 259 | + padding: 0; |
| 260 | + list-style: none; |
| 261 | +} |
| 262 | +nav li { |
| 263 | + display: inline-block; |
| 264 | +} |
| 265 | +nav a { |
| 266 | + display: block; |
| 267 | + padding: 6px 12px; |
| 268 | + text-decoration: none; |
| 269 | +} |
| 270 | +
|
| 271 | +.box { |
| 272 | + -webkit-border-radius: 10px; |
| 273 | + -moz-border-radius: 10px; |
| 274 | + -ms-border-radius: 10px; |
| 275 | + border-radius: 10px; |
| 276 | +} |
| 277 | +
|
| 278 | +.foo:before { |
| 279 | + content: \\"\\"; |
| 280 | +} |
| 281 | +
|
| 282 | +.bar:before { |
| 283 | + content: \\"∑\\"; |
| 284 | +}" |
| 285 | +`; |
| 286 | + |
| 287 | +exports[`sassOptions option should use the "fibers" package if it is possible (dart-sass) (scss): errors 1`] = `Array []`; |
| 288 | + |
| 289 | +exports[`sassOptions option should use the "fibers" package if it is possible (dart-sass) (scss): warnings 1`] = `Array []`; |
| 290 | + |
| 291 | +exports[`sassOptions option should use the "fibers" package if it is possible (node-sass) (sass): css 1`] = ` |
| 292 | +"@charset \\"UTF-8\\"; |
| 293 | +body { |
| 294 | + font: 100% Helvetica, sans-serif; |
| 295 | + color: #333; } |
| 296 | +
|
| 297 | +nav ul { |
| 298 | + margin: 0; |
| 299 | + padding: 0; |
| 300 | + list-style: none; } |
| 301 | +
|
| 302 | +nav li { |
| 303 | + display: inline-block; } |
| 304 | +
|
| 305 | +nav a { |
| 306 | + display: block; |
| 307 | + padding: 6px 12px; |
| 308 | + text-decoration: none; } |
| 309 | +
|
| 310 | +.box { |
| 311 | + -webkit-border-radius: 10px; |
| 312 | + -moz-border-radius: 10px; |
| 313 | + -ms-border-radius: 10px; |
| 314 | + border-radius: 10px; } |
| 315 | +
|
| 316 | +.message, .success, .error, .warning { |
| 317 | + border: 1px solid #ccc; |
| 318 | + padding: 10px; |
| 319 | + color: #333; } |
| 320 | +
|
| 321 | +.success { |
| 322 | + border-color: green; } |
| 323 | +
|
| 324 | +.error { |
| 325 | + border-color: red; } |
| 326 | +
|
| 327 | +.warning { |
| 328 | + border-color: yellow; } |
| 329 | +
|
| 330 | +.foo:before { |
| 331 | + content: \\"\\"; } |
| 332 | +
|
| 333 | +.bar:before { |
| 334 | + content: \\"∑\\"; } |
| 335 | +" |
| 336 | +`; |
| 337 | + |
| 338 | +exports[`sassOptions option should use the "fibers" package if it is possible (node-sass) (sass): errors 1`] = `Array []`; |
| 339 | + |
| 340 | +exports[`sassOptions option should use the "fibers" package if it is possible (node-sass) (sass): warnings 1`] = `Array []`; |
| 341 | + |
| 342 | +exports[`sassOptions option should use the "fibers" package if it is possible (node-sass) (scss): css 1`] = ` |
| 343 | +"@charset \\"UTF-8\\"; |
| 344 | +body { |
| 345 | + font: 100% Helvetica, sans-serif; |
| 346 | + color: #333; } |
| 347 | +
|
| 348 | +nav ul { |
| 349 | + margin: 0; |
| 350 | + padding: 0; |
| 351 | + list-style: none; } |
| 352 | +
|
| 353 | +nav li { |
| 354 | + display: inline-block; } |
| 355 | +
|
| 356 | +nav a { |
| 357 | + display: block; |
| 358 | + padding: 6px 12px; |
| 359 | + text-decoration: none; } |
| 360 | +
|
| 361 | +.box { |
| 362 | + -webkit-border-radius: 10px; |
| 363 | + -moz-border-radius: 10px; |
| 364 | + -ms-border-radius: 10px; |
| 365 | + border-radius: 10px; } |
| 366 | +
|
| 367 | +.foo:before { |
| 368 | + content: \\"\\"; } |
| 369 | +
|
| 370 | +.bar:before { |
| 371 | + content: \\"∑\\"; } |
| 372 | +" |
| 373 | +`; |
| 374 | + |
| 375 | +exports[`sassOptions option should use the "fibers" package if it is possible (node-sass) (scss): errors 1`] = `Array []`; |
| 376 | + |
| 377 | +exports[`sassOptions option should use the "fibers" package if it is possible (node-sass) (scss): warnings 1`] = `Array []`; |
| 378 | + |
3 | 379 | exports[`sassOptions option should work when the option is empty "Object" (dart-sass) (sass): css 1`] = `
|
4 | 380 | "@charset \\"UTF-8\\";
|
5 | 381 | body {
|
|
0 commit comments