File size: 386 Bytes
94f1dbe
 
 
 
76b9248
 
 
 
 
 
 
 
 
 
94f1dbe
76b9248
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
    "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",
      },
    },
  },
};