Skip to content

Commit 12e5e44

Browse files
committed
Updates
1 parent f4a8d11 commit 12e5e44

15 files changed

Lines changed: 40 additions & 38 deletions

_app/immutable/assets/__layout-5622e0dd.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ html .active\:color\(--primary\):active,html .active\:color\(--primary\).\:activ
7979
.\>h1\:m\(20\)>h1{margin:20px;}
8080
.mt\(40\){margin-top:40px;}
8181
.p\(10\/20\){padding:10px 20px;}
82-
.p\(20\){padding:20px;}
8382
.p\(10\){padding:10px;}
83+
.p\(20\){padding:20px;}
8484
.p\(200\/32\){padding:200px 32px;}
8585
.p\(10\/10\){padding:10px 10px;}
8686
.p\(8\/12\){padding:8px 12px;}
@@ -114,7 +114,9 @@ html .active\:bg\(\#000\):active,html .active\:bg\(\#000\).\:active{background-c
114114
.layer\(right\){position:absolute;top:0;right:0;bottom:0;}
115115
.layer{position:absolute;top:0;right:0;bottom:0;left:0;}
116116
.layer\(bottom\+right\){position:absolute;right:0;bottom:0;}
117+
.relative{position:relative;}
117118
.sticky-top{position:sticky;top:0;}
119+
.fixed{position:fixed;}
118120
.z\(999\){z-index:999;}
119121
.z\(9999\){z-index:9999;}
120122
.none{display:none;}

_app/immutable/chunks/atomizer-5cd1e341.js renamed to _app/immutable/chunks/atomizer-80f1f099.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_app/immutable/pages/cdn.svelte-219351d6.js renamed to _app/immutable/pages/cdn.svelte-3a3fa225.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_app/immutable/pages/changelogs.svelte-523c9171.js renamed to _app/immutable/pages/changelogs.svelte-a4c4fbf7.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_app/immutable/pages/tutorial/index.svelte-c7e139d2.js renamed to _app/immutable/pages/tutorial/index.svelte-4e9c3493.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import{S as ce,i as Ce,s as ne,l as h,m as p,p as f,h as C,q as n,b as $,n as J,o as he,Q as G,R as pe,a as I,x as fe,u as W,c as L,y as be,v as q,T as E,G as r,z as Be,U as Z,V as ge,w as De,f as me,t as we,W as Ae,C as Ee,O as ye}from"../../chunks/index-b1cb04d2.js";import{r as ke,g as xe,p as _e}from"../../chunks/atomizer-5cd1e341.js";const le=`
1+
import{S as ce,i as Ce,s as ne,l as h,m as p,p as f,h as C,q as n,b as $,n as J,o as he,Q as G,R as pe,a as I,x as fe,u as W,c as L,y as be,v as q,T as E,G as r,z as Be,U as Z,V as ge,w as De,f as me,t as we,W as Ae,C as Ee,O as ye}from"../../chunks/index-b1cb04d2.js";import{r as ke,g as xe,p as _e}from"../../chunks/atomizer-80f1f099.js";const le=`
22
<!--
33
\u0E05^\u2022\uFECC\u2022^\u0E05 \u2665
44
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_app/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1660224852045"}
1+
{"version":"1660225208423"}

cdn.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"/>
99
<meta http-equiv="content-security-policy" content="">
1010
<link rel="stylesheet" href="/adorable-css/_app/immutable/assets/__layout-5622e0dd.css">
11-
<link rel="modulepreload" href="/adorable-css/_app/immutable/start-b58e8496.js">
11+
<link rel="modulepreload" href="/adorable-css/_app/immutable/start-4fb09630.js">
1212
<link rel="modulepreload" href="/adorable-css/_app/immutable/chunks/index-b1cb04d2.js">
1313
<link rel="modulepreload" href="/adorable-css/_app/immutable/chunks/paths-b9644fda.js">
1414
<link rel="modulepreload" href="/adorable-css/_app/immutable/pages/__layout.svelte-26a701be.js">
15-
<link rel="modulepreload" href="/adorable-css/_app/immutable/pages/cdn.svelte-219351d6.js">
16-
<link rel="modulepreload" href="/adorable-css/_app/immutable/chunks/atomizer-5cd1e341.js">
15+
<link rel="modulepreload" href="/adorable-css/_app/immutable/pages/cdn.svelte-3a3fa225.js">
16+
<link rel="modulepreload" href="/adorable-css/_app/immutable/chunks/atomizer-80f1f099.js">
1717
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZV4FB601YT"></script>
1818
<script>
1919
window.dataLayer = window.dataLayer || []
@@ -53,7 +53,7 @@
5353

5454

5555
<script type="module" data-sveltekit-hydrate="b91nr5">
56-
import { set_public_env, start } from "/adorable-css/_app/immutable/start-b58e8496.js";
56+
import { set_public_env, start } from "/adorable-css/_app/immutable/start-4fb09630.js";
5757

5858
set_public_env({});
5959

changelogs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"/>
99
<meta http-equiv="content-security-policy" content="">
1010
<link rel="stylesheet" href="/adorable-css/_app/immutable/assets/__layout-5622e0dd.css">
11-
<link rel="modulepreload" href="/adorable-css/_app/immutable/start-b58e8496.js">
11+
<link rel="modulepreload" href="/adorable-css/_app/immutable/start-4fb09630.js">
1212
<link rel="modulepreload" href="/adorable-css/_app/immutable/chunks/index-b1cb04d2.js">
1313
<link rel="modulepreload" href="/adorable-css/_app/immutable/chunks/paths-b9644fda.js">
1414
<link rel="modulepreload" href="/adorable-css/_app/immutable/pages/__layout.svelte-26a701be.js">
15-
<link rel="modulepreload" href="/adorable-css/_app/immutable/pages/changelogs.svelte-523c9171.js">
15+
<link rel="modulepreload" href="/adorable-css/_app/immutable/pages/changelogs.svelte-a4c4fbf7.js">
1616
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZV4FB601YT"></script>
1717
<script>
1818
window.dataLayer = window.dataLayer || []
@@ -46,7 +46,7 @@
4646

4747
<a class="pack" href="https://github.com/developer-1px/adorable-css" target="_blank" aria-label="github"><svg width="24" height="24" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg></a></div></div>
4848

49-
<div class="markdown p(20)"><h2>1.2.0</h2>
49+
<div class="markdown p(20)"><h2>1.2.1</h2>
5050
<ul><li>✨️ absolute(-/10/20/-) 기능이 추가 되었습니다. position + top, right, bottom, left, -는 생략</li>
5151
<li>✨️ absolute(10,20) 기능이 추가 되었습니다. position(x,y)</li>
5252
<li>✨️ absolute(~10,~20) 기능이 추가 되었습니다. position(right,bottom)</li></ul>
@@ -256,13 +256,13 @@ <h2>지금 준비하고 있는 기능들</h2>
256256
<div class="version fixed z(9999) layer(bottom+right) p(10/20) font(10) c(#999)" aria-hidden="true"> 0.1.3</div>
257257

258258

259-
<script type="module" data-sveltekit-hydrate="8li0ko">
260-
import { set_public_env, start } from "/adorable-css/_app/immutable/start-b58e8496.js";
259+
<script type="module" data-sveltekit-hydrate="77nd5">
260+
import { set_public_env, start } from "/adorable-css/_app/immutable/start-4fb09630.js";
261261

262262
set_public_env({});
263263

264264
start({
265-
target: document.querySelector('[data-sveltekit-hydrate="8li0ko"]').parentNode,
265+
target: document.querySelector('[data-sveltekit-hydrate="77nd5"]').parentNode,
266266
paths: {"base":"/adorable-css","assets":"/adorable-css"},
267267
session: {},
268268
route: true,

docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"/>
99
<meta http-equiv="content-security-policy" content="">
1010
<link rel="stylesheet" href="/adorable-css/_app/immutable/assets/__layout-5622e0dd.css">
11-
<link rel="modulepreload" href="/adorable-css/_app/immutable/start-b58e8496.js">
11+
<link rel="modulepreload" href="/adorable-css/_app/immutable/start-4fb09630.js">
1212
<link rel="modulepreload" href="/adorable-css/_app/immutable/chunks/index-b1cb04d2.js">
1313
<link rel="modulepreload" href="/adorable-css/_app/immutable/chunks/paths-b9644fda.js">
1414
<link rel="modulepreload" href="/adorable-css/_app/immutable/pages/__layout.svelte-26a701be.js">
@@ -194,7 +194,7 @@ <h2>Reset CSS</h2>
194194

195195

196196
<script type="module" data-sveltekit-hydrate="11dsupb">
197-
import { set_public_env, start } from "/adorable-css/_app/immutable/start-b58e8496.js";
197+
import { set_public_env, start } from "/adorable-css/_app/immutable/start-4fb09630.js";
198198

199199
set_public_env({});
200200

0 commit comments

Comments
 (0)