0.0.1-alpha.2 • Published 3 years ago
postcss-removecss-raikou v0.0.1-alpha.2
postcss-preset-mantine
Installation
yarn add --dev postcss postcss-preset-mantine postcss-simple-varsUsage
Add postcss-preset-mantine to your postcss.config.js config:
module.exports = {
plugins: {
'postcss-preset-mantine': {},
'postcss-simple-vars': {
variables: {
'raikou-breakpoint-xs': '36em',
'raikou-breakpoint-sm': '48em',
'raikou-breakpoint-md': '62em',
'raikou-breakpoint-lg': '75em',
'raikou-breakpoint-xl': '88em',
},
},
},
};License
MIT License
0.0.1-alpha.2
3 years ago
0.0.1-alpha.1
3 years ago