forked from YunYouJun/yunyoujun.github.io
-
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
9 changed files
with
57 additions
and
12 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
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
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Yun - UnoCSS Runtime | ||
date: 2021-11-18 22:02:15 | ||
updated: 2021-11-18 22:02:15 | ||
toc: true | ||
--- | ||
|
||
Try [unocss](https://github.com/antfu/unocss). | ||
|
||
<div h-full text-center flex select-none all:transition-400> | ||
<div ma> | ||
<div text-5xl fw100 animate-bounce animate-count-infinite animate-1s> | ||
unocss | ||
</div> | ||
<div op30 text-lg fw300 m1> | ||
The instant on-demand Atomic CSS engine. | ||
</div> | ||
<div m2 flex justify-center text-2xl op30 hover="op80"> | ||
<a | ||
i-carbon-logo-github | ||
text-inherit | ||
href="https://github.com/antfu/unocss" | ||
target="_blank" | ||
></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div absolute bottom-5 right-0 left-0 text-center op30 fw300> | ||
on-demand · instant · fully customizable | ||
</div> |
Submodule yun
updated
10 files
+5 −0 | _vendors.yml | |
+6 −0 | docs/.vuepress/assets/sites.json | |
+37 −38 | layout/_partial/recent-posts.pug | |
+5 −0 | layout/_third-party/cdn.pug | |
+3 −3 | package.json | |
+15 −0 | source/css/_helper/index.styl | |
+0 −20 | source/css/_layout/grid.styl | |
+5 −0 | source/css/_layout/page.styl | |
+1 −3 | source/css/_variables/_colors.styl | |
+8 −0 | source/css/_widget/comment.styl |