tei.su/postcss.config.mjs
alina sireneva 9bd52e6583
All checks were successful
Publish and deploy / publish (push) Successful in 40s
Publish and deploy / deploy (push) Successful in 8s
feat: blog!
2025-01-26 22:47:05 +03:00

9 lines
142 B
JavaScript

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