newtil-css 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<div>
|
|
3
|
+
<a href="https://newlecture-corp.github.io/newtil-css/">
|
|
4
|
+
<img
|
|
5
|
+
src="https://github.com/newlecture-corp/newtil-css/blob/main/docs/public/logo.png"
|
|
6
|
+
alt="newtil-css"
|
|
7
|
+
height="72"
|
|
8
|
+
/>
|
|
9
|
+
</a>
|
|
10
|
+
</div>
|
|
11
|
+
<h3>
|
|
12
|
+
<b>
|
|
13
|
+
Newtil CSS
|
|
14
|
+
</b>
|
|
15
|
+
</h3>
|
|
16
|
+
<p>
|
|
17
|
+
유틸리티 중심의 CSS 라이브러리
|
|
18
|
+
</p>
|
|
19
|
+
</div>
|