newtil-css 0.2.98 → 0.2.99

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/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- // CSS 파일은 사용하는 쪽에서 직접 import해야 합니다
2
- // import "newtil-css/style.css"
3
- // 또는
4
- // import "newtil-css/dist/style.css"
1
+ // CSS 파일을 자동으로 import
2
+ // style.css는 이미 reset.css, components.css, util/index.css를 모두 포함하고 있습니다
3
+ import "./style.css";
package/index.js CHANGED
@@ -1,4 +1,3 @@
1
- // CSS 파일은 사용하는 쪽에서 직접 import해야 합니다
2
- // import "newtil-css/style.css"
3
- // 또는
4
- // import "newtil-css/dist/style.css"
1
+ // CSS 파일을 자동으로 import
2
+ // style.css는 이미 reset.css, components.css, util/index.css를 모두 포함하고 있습니다
3
+ import "./dist/style.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newtil-css",
3
- "version": "0.2.98",
3
+ "version": "0.2.99",
4
4
  "description": "Utility based CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",