import UnoCSS from '@unocss/postcss' import nesting from 'postcss-nesting' export default { plugins: [ UnoCSS(), nesting(), ], }