Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

10 lines
252B

  1. import Unocss from 'unocss/vite'
  2. import { presetUno, presetAttributify, presetIcons } from 'unocss'
  3. // https://github.com/antfu/unocss
  4. export function unocss() {
  5. return Unocss({
  6. presets: [presetUno(), presetAttributify(), presetIcons()],
  7. })
  8. }