Skip to content

Commit 6b7e413

Browse files
committed
Upgrade to postcss-nesting 11.1
1 parent 5faaef4 commit 6b7e413

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ui/frontend/PopButton.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $vertical-border-color: #cacaca;
1313
top: 0;
1414
font-size: 12px;
1515

16-
button:enabled {
16+
& button:enabled {
1717
cursor: pointer;
1818
}
1919
}

ui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"normalize.css": "^8.0.0",
7171
"postcss": "^8.2.7",
7272
"postcss-loader": "^7.0.0",
73-
"postcss-nesting": "^10.1.1",
73+
"postcss-nesting": "^11.1.0",
7474
"postcss-simple-vars": "^7.0.1",
7575
"prettier": "^2.2.1",
7676
"stylelint": "^14.2.0",

ui/frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4964,10 +4964,10 @@ postcss-modules-values@^4.0.0:
49644964
dependencies:
49654965
icss-utils "^5.0.0"
49664966

4967-
postcss-nesting@^10.1.1:
4968-
version "10.2.0"
4969-
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-10.2.0.tgz#0b12ce0db8edfd2d8ae0aaf86427370b898890be"
4970-
integrity sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==
4967+
postcss-nesting@^11.1.0:
4968+
version "11.1.0"
4969+
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-11.1.0.tgz#f7c5cd61de639df35653dcb987d99d018720399a"
4970+
integrity sha512-TVBCeKlUmMyX3sNeSg10yATb2XmAoosp0E1zdlpjrD+L2FrQPmrRTxlRFQh/R0Y4WlQ0butfDwRhzlYuj7y/TA==
49714971
dependencies:
49724972
"@csstools/selector-specificity" "^2.0.0"
49734973
postcss-selector-parser "^6.0.10"

0 commit comments

Comments
 (0)