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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@forward './linkbox';
|
|
7
7
|
@forward './layer'; // Note: position の関係で、linkbox より後で読み込む
|
|
8
8
|
|
|
9
|
-
// container, frame
|
|
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
|
}
|