@yme/postcss
v0.2.1
Published
based on postcss-preset-mantine
Readme
@yme/postcss
based on mantine-ui postcss-preset-mantine
module.export = {
plugins: {
'@yme/postcss': {
// replace theme('primary') to var(--theme-primary)
getVariable: ((value) => `var(--theme-${value})`),
// default unit scale and base font size
converters: { varScale = '--unit-scale', fontSize = 16 },
// custom mixins
mixins: {}
}
}
}