Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
chore: code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Sep 19, 2024
1 parent 04a0a4a commit 9790551
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions postcss.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
"postcss-preset-mantine": {},
"postcss-simple-vars": {
'postcss-preset-mantine': {},
'postcss-simple-vars': {
variables: {
"mantine-breakpoint-xs": "36em",
"mantine-breakpoint-sm": "48em",
"mantine-breakpoint-md": "62em",
"mantine-breakpoint-lg": "75em",
"mantine-breakpoint-xl": "88em",
'mantine-breakpoint-xs': '36em',
'mantine-breakpoint-sm': '48em',
'mantine-breakpoint-md': '62em',
'mantine-breakpoint-lg': '75em',
'mantine-breakpoint-xl': '88em',
},
},
},
Expand Down

0 comments on commit 9790551

Please sign in to comment.