@kevinmarrec/unocss-config
v1.5.9
Published
Opinionated UnoCSS config.
Readme
@kevinmarrec/unocss-config
Description
Opinions
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
fontsandiconspreset options to the config level
Usage
Requires UnoCSS v66 or later.
Default
// uno.config.ts
export { default } from '@kevinmarrec/unocss-config'Extended
// uno.config.ts
import { useConfig } from '@kevinmarrec/unocss-config'
export default useConfig({ /* options */ })