File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 "outdent" : " 0.8.0" ,
8585 "parse-json" : " 8.1.0" ,
8686 "please-upgrade-node" : " 3.2.0" ,
87- "postcss" : " 8.5.2 " ,
87+ "postcss" : " 8.5.3 " ,
8888 "postcss-less" : " 6.0.0" ,
8989 "postcss-media-query-parser" : " 0.2.3" ,
9090 "postcss-scss" : " 4.0.9" ,
Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` less-syntax.css [css] format 1` ] = `
4- "CssSyntaxError: Unknown word (1:4)
4+ "CssSyntaxError: Unknown word .bordered (1:4)
55> 1 | a { .bordered ();}
66 | ^
77 2 |
8- Cause: <css input >:1:4: Unknown word"
8+ Cause: <css input >:1:4: Unknown word .bordered "
99`;
1010
1111exports[`scss-syntax.css [css] format 1`] = `
12- "CssSyntaxError: Unknown word (1:15)
12+ "CssSyntaxError: Unknown word $foo (1:15)
1313> 1 | a { content : #{$foo }}
1414 | ^
1515 2 |
16- Cause: <css input >:1:15: Unknown word"
16+ Cause: <css input >:1:15: Unknown word $foo "
1717`;
Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` inline-comment.less [less] format 1` ] = `
4- "CssSyntaxError: Unknown word (5:4)
4+ "CssSyntaxError: Unknown word inline (5:4)
55 3 | a{
66 4 | prop
77> 5 | // inline
88 | ^
99 6 | :
1010 7 | value ;
1111 8 | }
12- Cause: <css input >:5:4: Unknown word"
12+ Cause: <css input >:5:4: Unknown word inline "
1313`;
1414
1515exports[`open-double-quote.less [less] format 1`] = `
@@ -33,9 +33,9 @@ Cause: <css input>:2:17: Unclosed string"
3333`;
3434
3535exports[`scss-syntax.scss [less] format 1`] = `
36- "CssSyntaxError: Unknown word (1:15)
36+ "CssSyntaxError: Unknown word $foo (1:15)
3737> 1 | a { content : #{$foo }}
3838 | ^
3939 2 |
40- Cause: <css input >:1:15: Unknown word"
40+ Cause: <css input >:1:15: Unknown word $foo "
4141`;
Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` less-syntax.less [scss] format 1` ] = `
4- "CssSyntaxError: Unknown word (1:4)
4+ "CssSyntaxError: Unknown word .bordered (1:4)
55> 1 | a { .bordered ();}
66 | ^
77 2 |
8- Cause: <css input >:1:4: Unknown word"
8+ Cause: <css input >:1:4: Unknown word .bordered "
99`;
Original file line number Diff line number Diff line change @@ -7419,14 +7419,14 @@ __metadata:
74197419 languageName : node
74207420 linkType : hard
74217421
7422- " postcss@npm:8.5.2 " :
7423- version : 8.5.2
7424- resolution : " postcss@npm:8.5.2 "
7422+ " postcss@npm:8.5.3 " :
7423+ version : 8.5.3
7424+ resolution : " postcss@npm:8.5.3 "
74257425 dependencies :
74267426 nanoid : " npm:^3.3.8"
74277427 picocolors : " npm:^1.1.1"
74287428 source-map-js : " npm:^1.2.1"
7429- checksum : 10/e08c2be3cf461cc63cf4c8e97bb3d5185e196ee0a9b75879cf130590f32bc38c7829c6c4e260158e214fb68a828a95bdac84c8f17fefba993d3ced686643c3e2
7429+ checksum : 10/6d7e21a772e8b05bf102636918654dac097bac013f0dc8346b72ac3604fc16829646f94ea862acccd8f82e910b00e2c11c1f0ea276543565d278c7ca35516a7c
74307430 languageName : node
74317431 linkType : hard
74327432
@@ -7540,7 +7540,7 @@ __metadata:
75407540 outdent : " npm:0.8.0"
75417541 parse-json : " npm:8.1.0"
75427542 please-upgrade-node : " npm:3.2.0"
7543- postcss : " npm:8.5.2 "
7543+ postcss : " npm:8.5.3 "
75447544 postcss-less : " npm:6.0.0"
75457545 postcss-media-query-parser : " npm:0.2.3"
75467546 postcss-scss : " npm:4.0.9"
You can’t perform that action at this time.
0 commit comments