0.0.7 ā€¢ Published 2 years ago

adorable-css-to-unocss v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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],
    }),
  ],
});
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago