This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
* Provides Attributify Mode to other presets and rules.
3
3
* https://github.com/unocss/unocss/tree/main/packages/preset-attributify
4
4
*/
5
- export { default } from "https://esm.sh/@unocss/preset-attributify@0.31.6 " ;
5
+ export { default } from "https://esm.sh/@unocss/preset-attributify@0.32.2 " ;
Original file line number Diff line number Diff line change 2
2
* Use any icon as a class utility.
3
3
* https://github.com/unocss/unocss/tree/main/packages/preset-icons
4
4
*/
5
- export { default } from "https://esm.sh/@unocss/preset-icons@0.31.6 ?no-require" ;
5
+ export { default } from "https://esm.sh/@unocss/preset-icons@0.32.2 ?no-require" ;
Original file line number Diff line number Diff line change 2
2
* The minimal but essential rules and variants.
3
3
* https://github.com/unocss/unocss/tree/main/packages/preset-mini
4
4
*/
5
- export { default } from "https://esm.sh/@unocss/preset-mini@0.31.6 " ;
5
+ export { default } from "https://esm.sh/@unocss/preset-mini@0.32.2 " ;
Original file line number Diff line number Diff line change 2
2
* The typography preset.
3
3
* https://github.com/unocss/unocss/tree/main/packages/preset-typography
4
4
*/
5
- export { default } from "https://esm.sh/@unocss/preset-typography@0.31.6 " ;
5
+ export { default } from "https://esm.sh/@unocss/preset-typography@0.32.2 " ;
Original file line number Diff line number Diff line change 1
- export { default } from "https://esm.sh/@unocss/preset-uno@0.31.6 " ;
1
+ export { default } from "https://esm.sh/@unocss/preset-uno@0.32.2 " ;
Original file line number Diff line number Diff line change 2
2
* Web fonts at ease.
3
3
* https://github.com/unocss/unocss/tree/main/packages/preset-web-fonts
4
4
*/
5
- export { default } from "https://esm.sh/@unocss/preset-web-fonts@0.31.6 " ;
5
+ export { default } from "https://esm.sh/@unocss/preset-web-fonts@0.32.2 " ;
Original file line number Diff line number Diff line change 2
2
* Tailwind / Windi CSS compact preset.
3
3
* https://github.com/unocss/unocss/tree/main/packages/preset-wind
4
4
*/
5
- export { default } from "https://esm.sh/@unocss/preset-wind@0.31.6 " ;
5
+ export { default } from "https://esm.sh/@unocss/preset-wind@0.32.2 " ;
Original file line number Diff line number Diff line change 1
1
import { basename , dirname , globToRegExp , join } from "https://deno.land/[email protected] /path/mod.ts" ;
2
2
import { JSONC } from "https://deno.land/x/[email protected] /src/jsonc.ts" ;
3
3
import { findFile } from "../lib/fs.ts" ;
4
- import { createGenerator } from "https://esm.sh/@unocss/core@0.31.6 " ;
4
+ import { createGenerator } from "https://esm.sh/@unocss/core@0.32.2 " ;
5
5
import log from "../lib/log.ts" ;
6
6
import util from "../lib/util.ts" ;
7
7
import { isCanary , VERSION } from "../version.ts" ;
Original file line number Diff line number Diff line change 1
- import type { UserConfig as AtomicCSSConfig } from "https://esm.sh/@unocss/core@0.31.6 " ;
1
+ import type { UserConfig as AtomicCSSConfig } from "https://esm.sh/@unocss/core@0.32.2 " ;
2
2
3
3
export type AlephConfig = {
4
4
/** The basePath of the app. */
You can’t perform that action at this time.
0 commit comments