Skip to content

Commit

Permalink
[core] Update postcss preset to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Apr 10, 2024
1 parent eafe8b7 commit 324b3d8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 3 additions & 1 deletion apps/help.mantine.dev/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
plugins: {
'postcss-preset-mantine': {},
'postcss-preset-mantine': {
autoRem: true,
},
'postcss-simple-vars': {
variables: {
xs: '36em',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"open": "^9.1.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-preset-mantine": "1.13.0",
"postcss-preset-mantine": "1.14.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"react-dom": "^18.2.0",
Expand Down
4 changes: 3 additions & 1 deletion postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
plugins: {
'postcss-preset-mantine': {},
'postcss-preset-mantine': {
autoRem: true,
},
'postcss-simple-vars': {
variables: {
'mantine-breakpoint-xs': '36em',
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17388,7 +17388,7 @@ __metadata:
open: "npm:^9.1.0"
postcss: "npm:^8.4.31"
postcss-loader: "npm:^7.3.3"
postcss-preset-mantine: "npm:1.13.0"
postcss-preset-mantine: "npm:1.14.0"
postcss-simple-vars: "npm:^7.0.1"
prettier: "npm:^3.2.5"
react: "npm:^18.2.0"
Expand Down Expand Up @@ -20236,15 +20236,15 @@ __metadata:
languageName: node
linkType: hard

"postcss-preset-mantine@npm:1.13.0":
version: 1.13.0
resolution: "postcss-preset-mantine@npm:1.13.0"
"postcss-preset-mantine@npm:1.14.0":
version: 1.14.0
resolution: "postcss-preset-mantine@npm:1.14.0"
dependencies:
postcss-mixins: "npm:^9.0.4"
postcss-nested: "npm:^6.0.1"
peerDependencies:
postcss: ">=8.0.0"
checksum: 10c0/750c9b0b8350320ec5ddf77a4a8cdf4c88ce41609ca7d4648afd5d7feedfe4e6d778a84e722233ed99f7487de7558c7b9cd3a25f92be2460ec5d4cd26e23ceb2
checksum: 10c0/f2e3ac62a9d2dc64b955f0fbd6ce922183cab5caa747f7f12245ff335be2350c8a53fefa086c25e8dd83065a5d4a0ae80c0bd75af7a859fd942891b368233539
languageName: node
linkType: hard

Expand Down

0 comments on commit 324b3d8

Please sign in to comment.