lism-css 0.3.2 → 0.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lism-css",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A layout-first CSS framework for websites.",
5
5
  "author": {
6
6
  "name": "ddryo",
@@ -6,7 +6,7 @@
6
6
  @forward './linkbox';
7
7
  @forward './layer'; // Note: position の関係で、linkbox より後で読み込む
8
8
 
9
- // container, frame直下の要素は block に初期リセット
10
- :where(.is--container, .is--flow) > * {
9
+ // container, frame直下のメディア要素は block に初期リセット
10
+ :where(.is--container, .is--flow) > :where(img, video, audio) {
11
11
  display: block;
12
12
  }