File tree 6 files changed +102
-94
lines changed
6 files changed +102
-94
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Unreleased
4
4
5
- - Updated ` @mdn/browser-compat-data ` to ` 5.3.9 ` (patch)
6
- - Updated ` caniuse-lite ` to ` 1.0.30001519 ` (patch)
5
+ - Updated ` @mdn/browser-compat-data ` to ` 5.3.11 ` (patch)
6
+ - Updated ` caniuse-lite ` to ` 1.0.30001522 ` (patch)
7
7
8
8
### 7.7.0 (July 24, 2023)
9
9
Original file line number Diff line number Diff line change 1306
1306
"polyfills" : [
1307
1307
{
1308
1308
"type" : " PostCSS Plugin" ,
1309
- "link" : " https://github.com/postcss/postcss-media-minmax"
1309
+ "link" : " https://github.com/csstools/ postcss-plugins/tree/main/plugins /postcss-media-minmax"
1310
1310
}
1311
1311
],
1312
1312
"vendors_implementations" : 3
1349
1349
"description" : " A syntax for nesting relative rules within rules" ,
1350
1350
"specification" : " https://www.w3.org/TR/css-nesting-1/" ,
1351
1351
"stage" : 2 ,
1352
- "browser_support" : {},
1352
+ "browser_support" : {
1353
+ "and_ff" : " 117" ,
1354
+ "firefox" : " 117"
1355
+ },
1353
1356
"example" : " article {\n & p {\n color: #333;\n }\n }" ,
1354
1357
"polyfills" : [
1355
1358
{
Original file line number Diff line number Diff line change @@ -1306,7 +1306,7 @@ export default [
1306
1306
"polyfills" : [
1307
1307
{
1308
1308
"type" : "PostCSS Plugin" ,
1309
- "link" : "https://github.com/postcss/postcss-media-minmax"
1309
+ "link" : "https://github.com/csstools/ postcss-plugins/tree/main/plugins /postcss-media-minmax"
1310
1310
}
1311
1311
] ,
1312
1312
"vendors_implementations" : 3
@@ -1349,7 +1349,10 @@ export default [
1349
1349
"description" : "A syntax for nesting relative rules within rules" ,
1350
1350
"specification" : "https://www.w3.org/TR/css-nesting-1/" ,
1351
1351
"stage" : 2 ,
1352
- "browser_support" : { } ,
1352
+ "browser_support" : {
1353
+ "and_ff" : "117" ,
1354
+ "firefox" : "117"
1355
+ } ,
1353
1356
"example" : "article {\n & p {\n color: #333;\n }\n}" ,
1354
1357
"polyfills" : [
1355
1358
{
Original file line number Diff line number Diff line change 1043
1043
"polyfills" : [
1044
1044
{
1045
1045
"type" : " PostCSS Plugin" ,
1046
- "link" : " https://github.com/postcss/postcss-media-minmax"
1046
+ "link" : " https://github.com/csstools/ postcss-plugins/tree/main/plugins /postcss-media-minmax"
1047
1047
}
1048
1048
]
1049
1049
},
You can’t perform that action at this time.
0 commit comments