@akimeaki/reset-css 0.5.0 → 0.5.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,9 +6,9 @@ npm install @akimeaki/reset-css
6
6
 
7
7
  # 使い方
8
8
 
9
- ## 読み込み準
9
+ ## 読み込み順
10
10
 
11
- 以下の順番で読み込むことで`@akimeaki/reset-css`のスタイルが一番下になります。
11
+ 以下の順番で読み込むことで`@akimeaki/reset-css`のスタイルの優先度が一番下になります。
12
12
 
13
13
  ```js
14
14
  import "@akimeaki/reset-css";
@@ -19,7 +19,7 @@ import "上書きしたいオリジナルスタイル.scss";
19
19
 
20
20
  `@akimeaki/reset-css`は`aki-reset`layer配下に設定されています。
21
21
 
22
- 以下のような形でカスケードレイヤーの順序を設定することを推奨
22
+ 以下のような形でカスケードレイヤーの順序を設定することを推奨します。
23
23
 
24
24
  ```css
25
25
  @layer aki-reset, <他に使いたいレイヤー1>, <他に使いたいレイヤー2>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akimeaki/reset-css",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "main": "./modules/reset.css",
6
6
  "files": [