A social knowledge tool for researchers built on ATProto
1module.exports = { 2 plugins: { 3 'postcss-preset-mantine': {}, 4 'postcss-simple-vars': { 5 variables: { 6 'mantine-breakpoint-xs': '36em', 7 'mantine-breakpoint-sm': '48em', 8 'mantine-breakpoint-md': '62em', 9 'mantine-breakpoint-lg': '75em', 10 'mantine-breakpoint-xl': '88em', 11 }, 12 }, 13 }, 14};