From 16f1159a22cc52c4f6bb4d7df95d40b2619657a1 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 9 Oct 2021 00:15:17 +0900 Subject: Web/CSS/At-rule を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/08/13 時点の英語版に同期 - 外部からのフラグメントへのリンクも更新 --- files/ja/web/css/@import/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/css/@import') diff --git a/files/ja/web/css/@import/index.html b/files/ja/web/css/@import/index.html index 3fbaa9a92d..79081a08d0 100644 --- a/files/ja/web/css/@import/index.html +++ b/files/ja/web/css/@import/index.html @@ -12,7 +12,7 @@ translation_of: Web/CSS/@import ---
{{CSSRef}}
-

CSS@import @-規則 は、他のスタイルシートから {{CSSxRef("@charset")}} を除いたスタイル規則をインポートするために使用します。これは入れ子になるステートメントではないので、 @import条件付き @-規則グループの中で使うことはできません。

+

CSS@import @-規則 は、他のスタイルシートから {{CSSxRef("@charset")}} を除いたスタイル規則をインポートするために使用します。これは入れ子になるステートメントではないので、 @import条件付き @-規則グループの中で使うことはできません。

@import url("fineprint.css") print;
 @import url("bluish.css") speech;
-- 
cgit v1.2.3-54-g00ecf