unocss-preset-onmax
v1.0.0-beta.52
Published
UnoCSS Preset that contains all my UnoCSS preferences
Readme
UnoCSS Preset Onmax
A UnoCSS preset highly opinionated for my projects.
[!WARNING] Under heavy development, breaking changes may occur.
Installation
npm i -D unocss-preset-onmaxUsage
import { defineConfig } from 'unocss'
import presetOnmax from 'unocss-preset-onmax'
export default defineConfig({
presets: [
presetOnmax({ /* options */ }),
],
})Check the options parameter in the source code for more details.
