0.0.8 • Published 4 months ago

unocss-preset-marumaru v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

unocss-preset-marumaru

A preset for UniApp, mainly for rounded shapes.

Work in progress

This preset is still in development, and some styles may not be applied correctly.

Installation

yarn add -D unocss-preset-marumaru
npm i -D unocss-preset-marumaru

Usage

Just import the preset in your unocss.config.ts file.

You can see the UnoCSS documentation for more information.

// unocss.config.ts
import { defineConfig } from 'unocss'
import { presetMarumaru } from 'unocss-preset-marumaru'

export default defineConfig({
  presets: [
    presetMarumaru(),
  ],
})

Classes

See our documentation for all classes and demos.

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

8 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago