* chore: wio fix missing font katex * chore: add postcss-url * fix: font katex * chore: revert packajson electron * chore: make font as base64
11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
'postcss-url': {
|
|
url: 'inline',
|
|
},
|
|
'tailwindcss': {},
|
|
'autoprefixer': {},
|
|
},
|
|
}
|