[!IMPORTANT]
Moved to https://github.com/kevinmarrec/config/tree/main/packages/unocss
Supports all UnoCSS config options
Uses the following opinionated UnoCSS preset by default:
Extends the following official presets:
Extends the following official transformers:
Adds a custom layer to enforce full height on top-level elements:
/* layer: default */
html,
body,
#app {
height: 100%;
}
Hoists fonts and icons preset options to the config level
Requires UnoCSS v66 or later.
// uno.config.ts
export { default } from '@kevinmarrec/unocss-config'
// uno.config.ts
import { useConfig } from '@kevinmarrec/unocss-config'
export default useConfig({ /* options */ })
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.