adorable-css-to-unocss
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

adorable-css-to-unocss

Make it easy to use some rules of adorable-css on unocss.

😊 Check out this test page to see which rules are supported.

how to use

import { defineConfig } from 'vite';
import unocss from 'unocss/vite';
import { adorable2uno } from 'adorable-css-to-unocss';

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [
    unocss({
      rules: [...adorable2uno],
    }),
  ],
});

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i adorable-css-to-unocss

    Weekly Downloads

    0

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    24.1 kB

    Total Files

    5

    Last publish

    Collaborators

    • young-do