v2.0.0
-
This package turns out to be more popular than I expected, so I have to surrender to ESM & CJS dual package.
If you previously experienced import errors, try the latest version.
-
I take the chance to use named exports, so you need to change your import a bit:
- import presetDaisy from 'unocss-preset-daisy' + import {presetDaisy} from 'unocss-preset-daisy'
-
Documentation updates, etc.