tei.su/postcss.config.mjs
alina sireneva 99181ca212
All checks were successful
Publish and deploy / publish (push) Successful in 42s
Publish and deploy / deploy (push) Successful in 7s
chore: fuck lightningcss
2025-01-31 22:55:02 +03:00

9 lines
142 B
JavaScript

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