generated from unocss-community/unocss-preset-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
911 additions
and
799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ export default defineBuildConfig({ | |
rollup: { | ||
emitCJS: true, | ||
}, | ||
externals: ['unocss'], | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
<template> | ||
<div> | ||
<div class="custom-rule"> | ||
Unpreset Starter | ||
<div class="text-center"> | ||
Unpreset Magic CSS | ||
</div> | ||
<div class="flex"> | ||
<div class="bg-white text-center col-3"> | ||
Col 3 | ||
</div> | ||
<div class="bg-blue-3 text-center col-4"> | ||
Col 4 | ||
</div> | ||
<div class="bg-blue-3 text-center col-5"> | ||
Col 5 | ||
</div> | ||
<div class="mt-8 flex justify-center gap-6"> | ||
<div class="size-10 animate-puff-in animate-count-infinite bg-purple/40 ring ring-purple/5" /> | ||
<div class="size-10 animate-puff-out animate-count-infinite bg-purple/40 ring ring-purple/5" /> | ||
<div class="size-10 animate-magic animate-count-infinite bg-purple/40 ring ring-purple/5" /> | ||
<div class="size-10 animate-swap animate-count-infinite bg-purple/40 ring ring-purple/5" /> | ||
<div class="size-10 animate-twister-in-down animate-count-infinite bg-purple/40 ring ring-purple/5" /> | ||
<div class="size-10 animate-twister-in-up animate-count-infinite bg-purple/40 ring ring-purple/5" /> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<style> | ||
:root{ | ||
color: white; | ||
background: #222; | ||
} | ||
</style> |
Oops, something went wrong.